diff options
author | 2025-04-07 16:01:31 -0700 | |
---|---|---|
committer | 2025-04-07 19:58:18 -0700 | |
commit | 5ea25488b12c72aeb5400389b756390e20e235c6 (patch) | |
tree | be1b83837092078251dc0990257fc2918d6ce7a8 | |
parent | 4ab8d5854a560c7c7c2e6da915be60b38cae852a (diff) |
Add flag com.android.launcher3.enable_show_enabled_shortcuts_in_accessibility_menu to bp2a.
This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/cvp1eja000001?build_unique_id=ComAndroidLauncher3EnableShowEnabledShortcutsInAccessibilityMenuLaunch-platform
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.
Bug: 383662632
Flag: com.android.launcher3.enable_show_enabled_shortcuts_in_accessibility_menu
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fed36481828751a7411238847b2271b1e61afbbf)
Merged-In: If9952251749488f1661d2d842715ec54375c4e52
Change-Id: If9952251749488f1661d2d842715ec54375c4e52
-rw-r--r-- | aconfig/bp2a/com.android.launcher3/enable_show_enabled_shortcuts_in_accessibility_menu_flag_values.textproto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.launcher3/enable_show_enabled_shortcuts_in_accessibility_menu_flag_values.textproto b/aconfig/bp2a/com.android.launcher3/enable_show_enabled_shortcuts_in_accessibility_menu_flag_values.textproto new file mode 100644 index 00000000..15e8e107 --- /dev/null +++ b/aconfig/bp2a/com.android.launcher3/enable_show_enabled_shortcuts_in_accessibility_menu_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.launcher3" + name: "enable_show_enabled_shortcuts_in_accessibility_menu" + state: ENABLED + permission: READ_ONLY +} |