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

Commit 7e20861a authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "[security] SubscriptionGroup is exposed to unprivileged callers" into qt-dev

parents 0f869d07 7264df38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3642,6 +3642,7 @@ public class SubscriptionController extends ISub.Stub {
        if (!hasIdentifierAccess) {
            result.clearIccId();
            result.clearCardString();
            result.clearGroupUuid();
        }
        return result;
    }