summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-12-19 11:01:28 -0800
committerMichael Bestas <mikeioannina@gmail.com>2015-12-19 11:01:28 -0800
commit65196edc95165934252ff64aaa883e458c95f0bc (patch)
tree8aebf8838e7f7e7ea1b53f64cc61df2f664ce5bd /AndroidManifest.xml
parentcf90a15bee6eb0ebe04d991c2bcd66f98d69daac (diff)
downloadandroid_packages_apps_Gallery2-65196edc95165934252ff64aaa883e458c95f0bc.tar.gz
android_packages_apps_Gallery2-65196edc95165934252ff64aaa883e458c95f0bc.tar.bz2
android_packages_apps_Gallery2-65196edc95165934252ff64aaa883e458c95f0bc.zip
Revert "Gallery2: Properly declare the own permissions"
* Breaks Google+ installation because of duplicate permissions This reverts commit cf90a15bee6eb0ebe04d991c2bcd66f98d69daac. Change-Id: I1c5797475cb1c71bb9a7d80b0d0216090c3b89fb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9575c3c2d..937a46199 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -60,12 +60,6 @@
android:normalScreens="true" android:largeScreens="true"
android:anyDensity="true" />
- <permission android:name="com.android.gallery3d.filtershow.permission.READ"
- android:protectionLevel="signature" />
-
- <permission android:name="com.android.gallery3d.filtershow.permission.WRITE"
- android:protectionLevel="signature" />
-
<application android:icon="@mipmap/ic_launcher_gallery" android:label="@string/app_name"
android:name="com.android.gallery3d.app.GalleryAppImpl"
android:theme="@style/Theme.Gallery"
@@ -281,6 +275,12 @@
</intent-filter>
</activity>
+ <permission android:name="com.android.gallery3d.filtershow.permission.READ"
+ android:protectionLevel="signature" />
+
+ <permission android:name="com.android.gallery3d.filtershow.permission.WRITE"
+ android:protectionLevel="signature" />
+
<provider
android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider"
android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider"