diff options
author | 2025-03-28 17:02:52 -0700 | |
---|---|---|
committer | 2025-04-01 20:36:49 -0700 | |
commit | 3113664a9f1108df637296008b9b0bcb939cef98 (patch) | |
tree | 8bded39a95f74fe75f83d6c5740054d54a57bf0a | |
parent | d92d2fc86a014f434f3da25d93d515bc3322f5ae (diff) |
Add flag com.android.systemui.app_shortcut_removal_fix to bp2a.
This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/7hrd1fa000001?build_unique_id=ComAndroidSystemuiAppShortcutRemovalFixLaunch-platform
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.
Bug: 405058325
Flag: com.android.systemui.app_shortcut_removal_fix
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ddc6def3afdaa4088ca02ee5020ed36c94baf8d9)
Merged-In: If20fa040d6f15cc8be35d7e919e3d930c1c9a737
Change-Id: If20fa040d6f15cc8be35d7e919e3d930c1c9a737
-rw-r--r-- | aconfig/bp2a/com.android.systemui/app_shortcut_removal_fix_flag_values.textproto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.systemui/app_shortcut_removal_fix_flag_values.textproto b/aconfig/bp2a/com.android.systemui/app_shortcut_removal_fix_flag_values.textproto new file mode 100644 index 00000000..bacaa681 --- /dev/null +++ b/aconfig/bp2a/com.android.systemui/app_shortcut_removal_fix_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "app_shortcut_removal_fix" + state: ENABLED + permission: READ_WRITE +} |