From e2c405d167286a3899cc71caf8dd120ae7d67180 Mon Sep 17 00:00:00 2001 From: AdrianDC Date: Thu, 19 Nov 2015 21:57:37 +0100 Subject: Gallery2: Properly declare the own permissions * Rename the permissions because they conflict with Google+ app Change-Id: I0613752feb8641eb87ed211d52556316f379f72c Signed-off-by: AdrianDC --- AndroidManifest.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 453a4c1d3..e4208eb30 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -57,6 +57,12 @@ android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" /> + + + + - - - - + android:readPermission="org.codeaurora.gallery.filtershow.permission.READ" + android:writePermission="org.codeaurora.gallery.filtershow.permission.WRITE" />