am 9b9db3f9: Merge "Enforce permissions for connection dialog intents."

* commit '9b9db3f966c86befa424b497266cb3493ac24977':
  Enforce permissions for connection dialog intents.
This commit is contained in:
Jaikumar Ganesh
2011-09-07 18:25:26 -07:00
committed by Android Git Automerger

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