summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-07-13 18:28:09 -0700
committerSvetoslav <svetoslavganov@google.com>2015-07-13 18:28:12 -0700
commit4079c7ec6adb3fb4c6d1efd829c7a68f556c476d (patch)
treec304c788f24a1fd6656105539df8788707094d57
parentc09544bb88ada53494d4a955d0450a22985b4799 (diff)
downloadframeworks_base-4079c7ec6adb3fb4c6d1efd829c7a68f556c476d.zip
frameworks_base-4079c7ec6adb3fb4c6d1efd829c7a68f556c476d.tar.gz
frameworks_base-4079c7ec6adb3fb4c6d1efd829c7a68f556c476d.tar.bz2
Make get_accounts a runtime permissions again
The permission was lowered in protection level to normal allowing apps to assess migration strategy. This change makes the permission dangerous again allowing apps to implement this strategy. bug:22385299 Change-Id: I3694c06236a33b97f63761b48745b1df654a2bf4
-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 ba51b23c..a6d02dd 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" />