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

Commit dd38cba1 authored by Sally Yuen's avatar Sally Yuen Committed by Android (Google) Code Review
Browse files

Merge "Modify MANAGE_ACCESSIBILITY to accept roles" into udc-dev

parents 1e8a7e47 c001f552
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7138,9 +7138,10 @@
                android:protectionLevel="signature" />

    <!-- @SystemApi Allows modifying accessibility state.
        <p> The only approved role for this permission is COMPANION_DEVICE_APP_STREAMING.
         @hide -->
    <permission android:name="android.permission.MANAGE_ACCESSIBILITY"
        android:protectionLevel="signature|setup|recents" />
        android:protectionLevel="signature|setup|recents|role" />

    <!-- @SystemApi Allows an app to grant a profile owner access to device identifiers.
         <p>Not for use by third-party applications.