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

Commit 91640b50 authored by Sergey Volnov's avatar Sergey Volnov Committed by Automerger Merge Worker
Browse files

Merge "Revert "Check calling package before checking permission protection""...

Merge "Revert "Check calling package before checking permission protection"" into sc-dev am: 205cb3a9

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telecomm/+/15371931

Change-Id: Ic873696bd7427ccc7b86a352b4e96807812e86d6
parents 2ad2c7a6 205cb3a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -948,7 +948,6 @@ public class TelecomServiceImpl {
        public int getCallStateUsingPackage(String callingPackage, String callingFeatureId) {
            try {
                Log.startSession("TSI.getCallStateUsingPackage");
                enforceCallingPackage(callingPackage);
                if (CompatChanges.isChangeEnabled(
                        TelecomManager.ENABLE_GET_CALL_STATE_PERMISSION_PROTECTION, callingPackage,
                        Binder.getCallingUserHandle())) {