Share media from within Media Preview and share QR code image.

This commit is contained in:
Alan Evans
2020-11-04 15:51:30 -04:00
parent 5e536c3fa5
commit 2f69a9c38e
12 changed files with 418 additions and 61 deletions

View File

@@ -673,6 +673,11 @@
android:exported="false"
android:authorities="${applicationId}.part" />
<provider android:name=".providers.BlobContentProvider"
android:authorities="${applicationId}.blob"
android:exported="false"
android:grantUriPermissions="true" />
<provider android:name=".providers.MmsBodyProvider"
android:grantUriPermissions="true"
android:exported="false"