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

Commit 63b0a64a authored by Steven Ng's avatar Steven Ng Committed by Android (Google) Code Review
Browse files

Merge "Temporarily add wellbeing protection flag to use MANAGE_ROLE_HOLDERS in RVC"

parents f0a5b9a5 a3143b81
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3548,9 +3548,10 @@
        android:protectionLevel="signature|privileged" />

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

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