summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-01-13 18:18:20 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-13 18:18:20 -0800
commita271208b8136c26f1b8ca191c00a9b0c4b2f0621 (patch)
tree8dd93bdc935a267158221c0102da1bd1055ab4ef
parente6bde5aa4c1f20b071425d59c4c718e686da63a2 (diff)
parentf02042feaf26689c97d6d93821b5806eb40dae20 (diff)
Merge "Allow SystemUI Accessibility Menu to restore itself from previous versions." into main
-rw-r--r--packages/SystemUI/accessibility/accessibilitymenu/AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/SystemUI/accessibility/accessibilitymenu/AndroidManifest.xml b/packages/SystemUI/accessibility/accessibilitymenu/AndroidManifest.xml
index 0f210e7e5e7b..b40a11469172 100644
--- a/packages/SystemUI/accessibility/accessibilitymenu/AndroidManifest.xml
+++ b/packages/SystemUI/accessibility/accessibilitymenu/AndroidManifest.xml
@@ -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"