Loading core/java/android/provider/CallLog.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2102,7 +2102,7 @@ public class CallLog { PhoneAccountHandle accountHandle) { PhoneAccountHandle accountHandle) { TelecomManager tm = null; TelecomManager tm = null; try { try { tm = TelecomManager.from(context); tm = context.getSystemService(TelecomManager.class); } catch (UnsupportedOperationException e) { } catch (UnsupportedOperationException e) { if (VERBOSE_LOG) { if (VERBOSE_LOG) { Log.v(LOG_TAG, "No TelecomManager found to get account address."); Log.v(LOG_TAG, "No TelecomManager found to get account address."); Loading Loading
core/java/android/provider/CallLog.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2102,7 +2102,7 @@ public class CallLog { PhoneAccountHandle accountHandle) { PhoneAccountHandle accountHandle) { TelecomManager tm = null; TelecomManager tm = null; try { try { tm = TelecomManager.from(context); tm = context.getSystemService(TelecomManager.class); } catch (UnsupportedOperationException e) { } catch (UnsupportedOperationException e) { if (VERBOSE_LOG) { if (VERBOSE_LOG) { Log.v(LOG_TAG, "No TelecomManager found to get account address."); Log.v(LOG_TAG, "No TelecomManager found to get account address."); Loading