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

Commit 6318ec51 authored by Steven Ng's avatar Steven Ng
Browse files

DO NOT MERGE: Revoke wellbeing from MANAGE_ROLE_HOLDERS

This is a revert of ag/9825187

Test: None

Bug: 145526313
Change-Id: I1f4abce291bf02b05b55bd74250a67fda78ac031
parent c068acb6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3788,10 +3788,9 @@
                android:protectionLevel="signature|installer" />

    <!-- @SystemApi Allows an application to manage the holders of a role.
         @hide
         STOPSHIP b/145526313: Remove wellbeing protection flag from MANAGE_ROLE_HOLDERS. -->
         @hide -->
    <permission android:name="android.permission.MANAGE_ROLE_HOLDERS"
                android:protectionLevel="signature|installer|wellbeing" />
                android:protectionLevel="signature|installer" />

    <!-- @SystemApi Allows an application to observe role holder changes.
         @hide -->