OSDN Git Service

Set the Adapter Service onCreate()
authorPavlin Radoslavov <pavlin@google.com>
Sat, 25 Jun 2016 00:31:52 +0000 (17:31 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Sat, 25 Jun 2016 00:31:52 +0000 (17:31 -0700)
commit39d7556b76036e02b87a6c4288a9a090e2bd6686
tree9df7c9b4a085115f57dabeb4f963680d71d4c1b5
parentdf27148a5a8bb182cc2b73dff8cd08a382690220
Set the Adapter Service onCreate()

We should call setAdapterService(this) inside onCreate() instead of
inside BleOnProcessStart(). The former is more robust.

Change-Id: Ide1d98dfdde148645f3efe246e6fbf95659195a7
src/com/android/bluetooth/btservice/AdapterService.java