summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-06-26 08:49:50 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-06-26 10:25:02 -0700
commita508bf8ba227c90e15fd7e6260264be4ccd1dcbd (patch)
treecfa08d784384c2567709e7941e8a1fc3f8b82d08 /core/res/AndroidManifest.xml
parentff81025a9def3e56908339ad846bff515d5ecbfb (diff)
downloadframeworks_base-a508bf8ba227c90e15fd7e6260264be4ccd1dcbd.zip
frameworks_base-a508bf8ba227c90e15fd7e6260264be4ccd1dcbd.tar.gz
frameworks_base-a508bf8ba227c90e15fd7e6260264be4ccd1dcbd.tar.bz2
Revert get accounts permission to normal for now
Change-Id: I51efe557b69a50d85dc53ba7a1622b7bafc301e6
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 2cbfae2..bada791 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1034,11 +1034,11 @@
android:priority="1000" />
<!-- Allows access to the list of accounts in the Accounts Service.
- <p>Protection level: dangerous
+ <p>Protection level: normal
-->
<permission android:name="android.permission.GET_ACCOUNTS"
android:permissionGroup="android.permission-group.CONTACTS"
- android:protectionLevel="dangerous"
+ android:protectionLevel="normal"
android:description="@string/permdesc_getAccounts"
android:label="@string/permlab_getAccounts" />