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

Commit 852c1d4a authored by Steve Statia's avatar Steve Statia Committed by Android (Google) Code Review
Browse files

Merge "Add an enforcePermissions call to requestEmbeddedSubscriptionInfoListRefresh()" into main

parents 0896a93f 1050d91d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2139,6 +2139,8 @@ public class SubscriptionManagerService extends ISub.Stub {
     */
    @Override
    public void requestEmbeddedSubscriptionInfoListRefresh(int cardId) {
        enforcePermissions("requestEmbeddedSubscriptionInfoListRefresh",
                Manifest.permission.WRITE_EMBEDDED_SUBSCRIPTIONS);
        updateEmbeddedSubscriptions(List.of(cardId), null);
    }