Loading android/app/src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java +5 −2 Original line number Diff line number Diff line Loading @@ -435,8 +435,11 @@ final class PbapClientStateMachine extends StateMachine { // The device ID is the name of the account. accountManager.removeAccountExplicitly(acc); } try { mContext.getContentResolver().delete(CallLog.Calls.CONTENT_URI, null, null); } catch (IllegalArgumentException e) { // CallLogs could not be deleted, they may not exist yet. } } public void dump(StringBuilder sb) { Loading Loading
android/app/src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java +5 −2 Original line number Diff line number Diff line Loading @@ -435,8 +435,11 @@ final class PbapClientStateMachine extends StateMachine { // The device ID is the name of the account. accountManager.removeAccountExplicitly(acc); } try { mContext.getContentResolver().delete(CallLog.Calls.CONTENT_URI, null, null); } catch (IllegalArgumentException e) { // CallLogs could not be deleted, they may not exist yet. } } public void dump(StringBuilder sb) { Loading