Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe99c3d0 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by Gerrit Code Review
Browse files

Merge "Cleanup Phone Accounts"

parents 61e2b44f c8471b4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
    }