summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Koh <justinkoh@google.com>2013-03-12 10:49:04 -0700
committerJustin Koh <justinkoh@google.com>2013-03-12 10:49:04 -0700
commitd4caa58d6e08a88d5493ab02b2260bdcf4034c32 (patch)
treed04d341d160d6dbf62b37fac69bac6e7fc916450
parent39d2192d8c93b40e19f047bbd2bef24a3e987e44 (diff)
downloadandroid_packages_apps_Gallery2-d4caa58d6e08a88d5493ab02b2260bdcf4034c32.tar.gz
android_packages_apps_Gallery2-d4caa58d6e08a88d5493ab02b2260bdcf4034c32.tar.bz2
android_packages_apps_Gallery2-d4caa58d6e08a88d5493ab02b2260bdcf4034c32.zip
Update Pano XML tag and permission.
Update Pano XML tag and permission. Bug: 8359058 Change-Id: I92626f03f5c6857951d5f17fb6f811ffbc24e74f
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/xml/canvas_info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b3c5f5c0b..06ebd8667 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -407,7 +407,7 @@
android:authorities="com.android.gallery3d.provider.CanvasProvider"
android:exported="true"
android:label="@string/app_name"
- android:permission="android.permission.ACCESS_APP_BROWSE_DATA" />
+ android:permission="com.google.android.pano.permission.ACCESS_APP_BROWSE_DATA" />
<activity android:name="com.android.photos.canvas.EnableSyncActivity"
android:exported="true"
android:theme="@style/Theme.ProxyLauncher">
diff --git a/res/xml/canvas_info.xml b/res/xml/canvas_info.xml
index 225da4091..5e50dfefd 100644
--- a/res/xml/canvas_info.xml
+++ b/res/xml/canvas_info.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Launcher data. -->
<launcher version="1">
- <rootUri>content://com.android.gallery3d.provider.CanvasProvider/launcher</rootUri>
+ <root-uri>content://com.android.gallery3d.provider.CanvasProvider/launcher</root-uri>
</launcher>