diff options
| author | 2015-07-14 18:42:05 +0000 | |
|---|---|---|
| committer | 2015-07-14 18:42:08 +0000 | |
| commit | 46d1864ceee7229cd7fe7bac80226c930539861d (patch) | |
| tree | 8da2065c2ba352171dc6baac07b1d80b9ca037b8 | |
| parent | f5adce87581bd3b7e8fd2846a85dbbf8c0dca939 (diff) | |
| parent | 4079c7ec6adb3fb4c6d1efd829c7a68f556c476d (diff) | |
Merge "Make get_accounts a runtime permissions again" into mnc-dev
| -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 91b63484168a..d3117b9e6418 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" /> |