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

Commit f02042fe authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

Allow SystemUI Accessibility Menu to restore itself from previous versions.

- restoreAnyVersion is needed for System image apps.
- allowBackup is true by default. It's recommended to set it to true explicitly if the app supports backup.

Bug: 385280337
Bug: 389772251
Change-Id: Ic4571819e459d38ce1aff07099af8d73b45dee5e
Test: manually run the D2D tests with test_d2d.sh
Flag: EXEMPT manifest only
parent ba08ca28
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"