summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-03-17 10:56:51 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2015-03-24 01:53:30 +0000
commit3c99a2b334eb00b6cfa078a9e9ed2d6a151bde46 (patch)
tree3739cecedee62ffe5539c8af1e4eef536528f13d /AndroidManifest.xml
parente368d1407e49aebdee511d9c2ccd8666440fd914 (diff)
downloadandroid_packages_apps_PackageInstaller-3c99a2b334eb00b6cfa078a9e9ed2d6a151bde46.tar.gz
android_packages_apps_PackageInstaller-3c99a2b334eb00b6cfa078a9e9ed2d6a151bde46.tar.bz2
android_packages_apps_PackageInstaller-3c99a2b334eb00b6cfa078a9e9ed2d6a151bde46.zip
Add basic support for new runtime permissions
Change-Id: I7ec15992587b0036030386be35eedc095055b6eb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5cb5720a..781d60b3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,7 +67,7 @@
android:excludeFromRecents="true"
android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar">
<intent-filter>
- <action android:name="android.content.pm.action.REQUEST_PERMISSION" />
+ <action android:name="android.content.pm.action.REQUEST_PERMISSIONS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>