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

Commit c7c123a8 authored by Joel Galenson's avatar Joel Galenson
Browse files

Guard ReviewAccessibilityServicesActivity with the new permission.

Fixes: 126944474
Test: Load activity.
Change-Id: I36fe38b2a21af7e046ea275414343537af41b3e2
parent 4cb0b5b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -140,7 +140,8 @@

        <activity android:name="com.android.packageinstaller.permission.ui.ReviewAccessibilityServicesActivity"
                  android:excludeFromRecents="true"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" >
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"
                  android:permission="android.permission.REVIEW_ACCESSIBILITY_SERVICES" >
            <intent-filter android:priority="1">
                <action android:name="android.intent.action.REVIEW_ACCESSIBILITY_SERVICES" />
                <category android:name="android.intent.category.DEFAULT" />