Enforce permissions for connection dialog intents.

Change-Id: I93bcf676f4bd11737f22f0b89cfe49c978a42c8e
This commit is contained in:
Jaikumar Ganesh
2011-09-07 17:19:19 -07:00
parent 04cf11c90b
commit e0b01ade75

View File

@@ -937,7 +937,8 @@
</intent-filter>
</receiver>
<receiver android:name=".bluetooth.BluetoothPermissionRequest">
<receiver android:name=".bluetooth.BluetoothPermissionRequest"
android:permission="android.permission.BLUETOOTH_ADMIN">
<intent-filter>
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />