diff options
| author | 2015-07-17 17:35:05 +0000 | |
|---|---|---|
| committer | 2015-07-17 17:35:05 +0000 | |
| commit | 2c20277dd51e8aeeb10b800a67d97273dee0c5f2 (patch) | |
| tree | f4fc121376f1af84117efea3e3e7facb4122e17a | |
| parent | 6e20ac343c22ab27e5ac7471bc1219df6bf11282 (diff) | |
Revert "Temporary lower GET_ACCOUNTS protection level"
This reverts commit 6e20ac343c22ab27e5ac7471bc1219df6bf11282.
Change-Id: I96b21bad9406abffa95c90abde509dc8dcf3eff5
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index b3a321406a96..062ae27618fd 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1042,7 +1042,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" /> |