summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-12-03 01:55:38 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-12-03 01:55:38 -0800
commitd81e939cfacf869aa9ed97f6f66e0fc045f3398e (patch)
treea252d74f37137dff49770f1a9700284cd45df30c
parent963fb695cf83cc2f9ba96b3f22041aaf4c3cc286 (diff)
parent7c6746586829914560ac22dd2d5dc7cde4dad240 (diff)
downloadandroid_packages_apps_Gallery2-d81e939cfacf869aa9ed97f6f66e0fc045f3398e.tar.gz
android_packages_apps_Gallery2-d81e939cfacf869aa9ed97f6f66e0fc045f3398e.tar.bz2
android_packages_apps_Gallery2-d81e939cfacf869aa9ed97f6f66e0fc045f3398e.zip
Merge "SnapdraongGallery:Fix FileProvider permission" into android-snapdragonGallery.lnx.1.0
-rwxr-xr-xAndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 25371f922..3902bc03e 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -319,7 +319,7 @@
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.android.gallery3d.fileprovider"
- android:exported="false"
+ android:exported="true"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"