Share sheet previews (AND-139)

This commit is contained in:
Grishka
2024-02-23 19:25:21 +03:00
parent 1cdc6f4fcf
commit 2361394391
13 changed files with 950 additions and 18 deletions

View File

@@ -88,6 +88,14 @@
</intent-filter>
</receiver>
<provider
android:authorities="${applicationId}.fileprovider"
android:name=".TweakedFileProvider"
android:grantUriPermissions="true"
android:exported="false">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/fileprovider_paths"/>
</provider>
</application>
</manifest>