OSDN Git Service

Allows another GMS core app to handle ACTION_PAIRING_REQUEST .
authorEdward Jee <edjee@google.com>
Sat, 5 Oct 2013 01:01:55 +0000 (18:01 -0700)
committerEdward Jee <edjee@google.com>
Thu, 10 Oct 2013 18:42:29 +0000 (18:42 +0000)
commitc3cbf72f596c2af659905e06e85a5ac1241610a8
treedabd2ab34b1fd9d1c5d4374399c449c527326540
parentc14e9468d79579bda0e6f15823ffb53c30e831a1
Allows another GMS core app to handle ACTION_PAIRING_REQUEST .

Now we use sendOrderedBroadcast for ACTION_PAIRING_REQUEST , and to
receive this intent, BLUETOOTH_PRIVILEGED is required.

Bug: 11087521
Change-Id: I6aa2fbc6538df39b24f141e7d75adc3658a7e7ac
src/com/android/bluetooth/btservice/RemoteDevices.java