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

Commit a271208b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow SystemUI Accessibility Menu to restore itself from previous versions." into main

parents e6bde5aa f02042fe
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -20,7 +20,10 @@
    <uses-permission android:name="android.permission.CONTROL_DISPLAY_BRIGHTNESS"/>
    <uses-permission android:name="android.permission.MANAGE_USERS"/>

    <application android:supportsRtl="true">
    <application
        android:supportsRtl="true"
        android:allowBackup="true"
        android:restoreAnyVersion="true">
        <service
            android:name="com.android.systemui.accessibility.accessibilitymenu.AccessibilityMenuService"
            android:exported="false"