Merge "Change RECEIVE_BLUETOOTH_MAP permission to signature or system" into lmp-dev

This commit is contained in:
Mike Lockwood
2014-10-13 18:38:22 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />