Loading src/com/android/server/telecom/TelecomServiceImpl.java +0 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,6 @@ public class TelecomServiceImpl extends ITelecomService.Stub { enforceRegisterProviderOrSubscriptionPermission(); } enforceModifyPermission(); mPhoneAccountRegistrar.registerPhoneAccount(account); } catch (Exception e) { Log.e(this, e, "registerPhoneAccount %s", account); Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +0 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,6 @@ public class TelecomServiceImpl extends ITelecomService.Stub { enforceRegisterProviderOrSubscriptionPermission(); } enforceModifyPermission(); mPhoneAccountRegistrar.registerPhoneAccount(account); } catch (Exception e) { Log.e(this, e, "registerPhoneAccount %s", account); Loading