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

Commit d08aacd1 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Android (Google) Code Review
Browse files

Merge "Skip isActiveSubId feature enforcement for Remote SIM" into main

parents 981fc3de 6a157cb0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3644,7 +3644,10 @@ public class SubscriptionManagerService extends ISub.Stub {
                    + "carrier privilege");
        }

        if (!mContext.getResources().getBoolean(
                com.android.internal.R.bool.config_force_phone_globals_creation)) {
            enforceTelephonyFeatureWithException(callingPackage, "isActiveSubId");
        }

        final long identity = Binder.clearCallingIdentity();
        try {