diff options
| author | Edward Jee <edjee@google.com> | 2013-10-07 18:12:15 -0700 |
|---|---|---|
| committer | Edward Jee <edjee@google.com> | 2013-10-10 18:42:34 +0000 |
| commit | 430e361b202ecff8a10a9258948ade99689fe6b1 (patch) | |
| tree | f1d07035b771a726bb845e8c6e8d00c829968bb1 /core/java/android | |
| parent | 1d7b3dc126a493bec79df3e759a8391040e6a308 (diff) | |
Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED.
Bug: 11087521
Change-Id: I99cc584987bf12fe0648b048398b4eb9836e6172
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothDevice.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java index 5eb642cafb09..5822e468b36b 100644 --- a/core/java/android/bluetooth/BluetoothDevice.java +++ b/core/java/android/bluetooth/BluetoothDevice.java @@ -322,7 +322,8 @@ public final class BluetoothDevice implements Parcelable { /** * Broadcast Action: This intent is used to broadcast PAIRING REQUEST - * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive. + * <p>Requires {@link android.Manifest.permission#BLUETOOTH_PRIVILEGED} to + * receive. */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_PAIRING_REQUEST = |
