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

Commit 033fe94c authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Cleaned up the flag subscription_user_association_query" into main

parents 3848da04 85de8429
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4158,8 +4158,7 @@ public class SubscriptionManagerService extends ISub.Stub {
        }

        UserHandle myUserHandle = UserHandle.of(UserHandle.getCallingUserId());
        return mFeatureFlags.subscriptionUserAssociationQuery()
            && isSubscriptionAssociatedWithUserNoCheck(subscriptionId, myUserHandle);
        return isSubscriptionAssociatedWithUserNoCheck(subscriptionId, myUserHandle);
    }

    /**