diff options
| author | 2015-07-17 17:47:54 +0000 | |
|---|---|---|
| committer | 2015-07-17 17:47:54 +0000 | |
| commit | 098a88e6a330c123c3daeda334e91c8656ecb4b2 (patch) | |
| tree | a5e69ff7faac19a1ec386305c5643b57fef8e824 | |
| parent | 7a8f20065a777b130a1aa46dc2152e34190f1947 (diff) | |
| parent | 2a500e32169b53679db83077e57f3c9cd02cfd36 (diff) | |
am 2a500e32: Merge "Revert "Temporary lower GET_ACCOUNTS protection level"" into mnc-dev
* commit '2a500e32169b53679db83077e57f3c9cd02cfd36':
Revert "Temporary lower GET_ACCOUNTS protection level"
| -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 427631dee7eb..0c0ba7f40148 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" /> |