summaryrefslogtreecommitdiffstats
path: root/slim_manifest
diff options
context:
space:
mode:
Diffstat (limited to 'slim_manifest')
-rw-r--r--slim_manifest/AndroidManifest.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/slim_manifest/AndroidManifest.xml b/slim_manifest/AndroidManifest.xml
index e515319e9..aae3467bc 100644
--- a/slim_manifest/AndroidManifest.xml
+++ b/slim_manifest/AndroidManifest.xml
@@ -233,6 +233,14 @@
</intent-filter>
</activity>
<service android:name="com.android.gallery3d.app.BatchService" />
-
+ <provider
+ android:name="android.support.v4.content.FileProvider"
+ android:authorities="com.android.gallery3d.fileprovider"
+ android:exported="false"
+ android:grantUriPermissions="true">
+ <meta-data
+ android:name="android.support.FILE_PROVIDER_PATHS"
+ android:resource="@xml/file_paths" />
+ </provider>
</application>
</manifest>