shared image when app its close

This commit is contained in:
Eudes Inácio
2023-10-28 17:04:17 +01:00
parent 1865240569
commit 2d08c5b776
5 changed files with 14 additions and 31 deletions
+2 -1
View File
@@ -14,7 +14,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
@@ -30,6 +30,7 @@
<data android:mimeType="image/*" />
</intent-filter>
</activity>
<provider android:authorities="${applicationId}.fileprovider" android:exported="false"
android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS"