Loading src/com/android/server/telecom/TelecomServiceImpl.java +3 −0 Original line number Diff line number Diff line Loading @@ -787,6 +787,9 @@ public class TelecomServiceImpl { Bundle extras = account.getExtras(); if (extras != null && extras.getBoolean(PhoneAccount.EXTRA_SKIP_CALL_FILTERING)) { // System apps should be granted the MODIFY_PHONE_STATE permission. enforceModifyPermission( "registerPhoneAccount requires MODIFY_PHONE_STATE permission."); enforceRegisterSkipCallFiltering(); } final int callingUid = Binder.getCallingUid(); Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +3 −0 Original line number Diff line number Diff line Loading @@ -787,6 +787,9 @@ public class TelecomServiceImpl { Bundle extras = account.getExtras(); if (extras != null && extras.getBoolean(PhoneAccount.EXTRA_SKIP_CALL_FILTERING)) { // System apps should be granted the MODIFY_PHONE_STATE permission. enforceModifyPermission( "registerPhoneAccount requires MODIFY_PHONE_STATE permission."); enforceRegisterSkipCallFiltering(); } final int callingUid = Binder.getCallingUid(); Loading