Loading android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientConnectionService.java +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ public class HfpClientConnectionService extends ConnectionService { } mAdapter = BluetoothAdapter.getDefaultAdapter(); mTelecomManager = (TelecomManager) getSystemService(Context.TELECOM_SERVICE); if (mTelecomManager != null) mTelecomManager.clearPhoneAccounts(); mAdapter.getProfileProxy(this, mServiceListener, BluetoothProfile.HEADSET_CLIENT); } Loading Loading
android/app/src/com/android/bluetooth/hfpclient/connserv/HfpClientConnectionService.java +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ public class HfpClientConnectionService extends ConnectionService { } mAdapter = BluetoothAdapter.getDefaultAdapter(); mTelecomManager = (TelecomManager) getSystemService(Context.TELECOM_SERVICE); if (mTelecomManager != null) mTelecomManager.clearPhoneAccounts(); mAdapter.getProfileProxy(this, mServiceListener, BluetoothProfile.HEADSET_CLIENT); } Loading