summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-07-14 18:42:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-14 18:42:08 +0000
commit46d1864ceee7229cd7fe7bac80226c930539861d (patch)
tree8da2065c2ba352171dc6baac07b1d80b9ca037b8
parentf5adce87581bd3b7e8fd2846a85dbbf8c0dca939 (diff)
parent4079c7ec6adb3fb4c6d1efd829c7a68f556c476d (diff)
downloadframeworks_base-46d1864ceee7229cd7fe7bac80226c930539861d.zip
frameworks_base-46d1864ceee7229cd7fe7bac80226c930539861d.tar.gz
frameworks_base-46d1864ceee7229cd7fe7bac80226c930539861d.tar.bz2
Merge "Make get_accounts a runtime permissions again" into mnc-dev
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 91b6348..d3117b9 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1041,7 +1041,7 @@
-->
<permission android:name="android.permission.GET_ACCOUNTS"
android:permissionGroup="android.permission-group.CONTACTS"
- android:protectionLevel="normal"
+ android:protectionLevel="dangerous"
android:description="@string/permdesc_getAccounts"
android:label="@string/permlab_getAccounts" />