Call adjustPriorities after bluetooth has turned on.

Change-Id: I50a4ab20da4777a80c1aee754ae9bbaf63bad9c0
diff --git a/src/com/android/phone/BluetoothHeadsetService.java b/src/com/android/phone/BluetoothHeadsetService.java
index 70e14a0..4c8f101 100644
--- a/src/com/android/phone/BluetoothHeadsetService.java
+++ b/src/com/android/phone/BluetoothHeadsetService.java
@@ -268,6 +268,7 @@
                 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
                                            BluetoothAdapter.ERROR)) {
                 case BluetoothAdapter.STATE_ON:
+                    adjustPriorities();
                     mAg.start(mIncomingConnectionHandler);
                     mBtHandsfree.onBluetoothEnabled();
                     break;