diff options
author | Mike Lockwood <lockwood@google.com> | 2014-10-13 10:00:08 -0700 |
---|---|---|
committer | Mike Lockwood <lockwood@google.com> | 2014-10-13 10:00:08 -0700 |
commit | 6e383350e4e06b31b885812c5d9df82761a41269 (patch) | |
tree | a321f8e58378c5c865de23e377afd26c360a0ccd /core/res | |
parent | d700e5a37afec6c264609c5df4c3a6b783417330 (diff) | |
download | frameworks_base-6e383350e4e06b31b885812c5d9df82761a41269.zip frameworks_base-6e383350e4e06b31b885812c5d9df82761a41269.tar.gz frameworks_base-6e383350e4e06b31b885812c5d9df82761a41269.tar.bz2 |
Change RECEIVE_BLUETOOTH_MAP permission to signature or system
Bug: 17954105
Change-Id: I8b16cab7193c97e5f54d6e4ef33ebf8cda0da197
Diffstat (limited to 'core/res')
-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 937f83a..d7720a2 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -405,7 +405,7 @@ <!-- @hide --> <permission android:name="android.permission.RECEIVE_BLUETOOTH_MAP" android:permissionGroup="android.permission-group.MESSAGES" - android:protectionLevel="dangerous" + android:protectionLevel="signature|system" android:label="@string/permlab_receiveBluetoothMap" android:description="@string/permdesc_receiveBluetoothMap" /> |