History log of /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/PhonePolicy.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0068bdad22ffd70c90de67b6e85c8a0dfa838d90 24-Jan-2017 Sanket Agarwal <sanketa@google.com> Ignore ACTION_UUID intent when no uuids present

When no uuids are present, parsing UUIDs throws NPE in PhonePolicy

Bug: b/34640345
Test: Manual test by trying various devices. Follow up unit tests
required

Change-Id: Ibe54ea7b62b644ba1d92ef4f1d850c09113875af
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/PhonePolicy.java
86c29fe88456bdcfbd4334647b04ef81ff384a06 22-Dec-2016 Sanket Agarwal <sanketa@google.com> Separate Phone Policy from mechanism

Create a new policy file which interacts using either public APIs (such
as Intents) or uses equivalent functions which are exposed by the
binder. This is an attempt to be able to separate policy such that
different devices can have different policies.

Bug: b/33079907
Test: JUnit tests
Change-Id: I6c5a7ee9eb4e10f5f649794546acde5ec4b297aa
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/PhonePolicy.java