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

Commit 61f3e6c0 authored by Sailesh Nepal's avatar Sailesh Nepal Committed by Android Git Automerger
Browse files

am a53eb7f3: Remove MODIFY_PHONE_STATE requirement for Connection Managers

* commit 'a53eb7f3':
  Remove MODIFY_PHONE_STATE requirement for Connection Managers
parents c635cc9a a53eb7f3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);