| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f2a0ab8 commit 3829d74
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,6 +90,17 @@ | |||
| 90 | 90 | </intent-filter> | |
| 91 | 91 | </receiver> | |
| 92 | 92 | ||
| 93 | + <!-- Need this to share the attachment images with native mms service --> | ||
| 94 | + <provider | ||
| 95 | + android:name="androidx.core.content.FileProvider" | ||
| 96 | + android:authorities="${applicationId}.fileprovider" | ||
| 97 | + android:exported="false" | ||
| 98 | + android:grantUriPermissions="true"> | ||
| 99 | + <meta-data | ||
| 100 | + android:name="android.support.FILE_PROVIDER_PATHS" | ||
| 101 | + android:resource="@xml/file_paths" /> | ||
| 102 | + </provider> | ||
| 103 | + | ||
| 93 | 104 | <meta-data | |
| 94 | 105 | android:name="com.google.firebase.messaging.default_notification_channel_id" | |
| 95 | 106 | android:value="@string/notification_channel_default" /> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments