Share sheet previews (AND-139)

This commit is contained in:
Grishka
2024-02-23 13:25:21 -03:00
committed by LucasGGamerM
parent ef23734b22
commit 0c8f903eb6
9 changed files with 941 additions and 14 deletions

View File

@@ -115,6 +115,14 @@
android:resource="@xml/file_paths" />
</provider>
<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>