From bf7756fd9a3571f561b3e210ab7cc5f810721f73 Mon Sep 17 00:00:00 2001 From: ralph950412 Date: Sat, 14 Jun 2025 19:30:32 +0800 Subject: [PATCH] release: Enable SystemUI flags Change-Id: Id7b6b7ec61363c9a90a4354ec78215c7ce697652 --- release/aconfig/bp2a/Android.bp | 1 + .../bp2a/com.android.systemui/Android.bp | 22 +++++++++++++++++++ .../bouncer_ui_revamp_2.textproto | 6 +++++ .../com.android.systemui/bp_colors.textproto | 6 +++++ .../clock_fidget_animation.textproto | 6 +++++ ...ck_reactive_variants_flag_values.textproto | 6 +++++ .../communal_responsive_grid.textproto | 6 +++++ .../communal_standalone_support.textproto | 6 +++++ .../double_tap_to_sleep.textproto | 6 +++++ ...hub_allow_keyguard_when_dreaming.textproto | 6 +++++ ...lanceable_hub_blurred_background.textproto | 6 +++++ .../glanceable_hub_direct_edit_mode.textproto | 6 +++++ .../glanceable_hub_v2.textproto | 6 +++++ .../glanceable_hub_v2_resources.textproto | 6 +++++ .../hub_edit_mode_touch_adjustments.textproto | 6 +++++ .../icon_refresh_2025.textproto | 6 +++++ .../lockscreen_custom_clocks.textproto | 6 +++++ .../lockscreen_font.textproto | 6 +++++ .../low_light_clock_dream.textproto | 6 +++++ .../magic_portrait_wallpapers.textproto | 6 +++++ .../magnetic_notification_swipes.textproto | 6 +++++ .../media_controls_a11y_colors.textproto | 6 +++++ .../modes_ui_dialog_paging.textproto | 6 +++++ .../notes_role_qs_tile.textproto | 6 +++++ ...ation_animated_actions_treatment.textproto | 6 +++++ ...ion_background_tint_optimization.textproto | 6 +++++ .../notification_bundle_ui.textproto | 6 +++++ ...ter_background_tint_optimization.textproto | 6 +++++ .../notification_row_transparency.textproto | 6 +++++ .../notification_shade_blur.textproto | 6 +++++ .../notifications_redesign_guts.textproto | 6 +++++ .../output_switcher_redesign.textproto | 6 +++++ .../physical_notification_movement.textproto | 6 +++++ .../qs_ui_refactor.textproto | 6 +++++ .../qs_ui_refactor_compose_fragment.textproto | 6 +++++ .../shade_header_font_update.textproto | 6 +++++ ...by_your_watch_keyguard_indicator.textproto | 6 +++++ .../spatial_model_app_pushback.textproto | 6 +++++ ...atus_bar_chips_return_animations.textproto | 6 +++++ .../status_bar_font_updates.textproto | 6 +++++ .../status_bar_mobile_icon_kairos.textproto | 6 +++++ .../status_bar_popup_chips.textproto | 6 +++++ 42 files changed, 263 insertions(+) create mode 100644 release/aconfig/bp2a/com.android.systemui/Android.bp create mode 100644 release/aconfig/bp2a/com.android.systemui/bouncer_ui_revamp_2.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/bp_colors.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/clock_fidget_animation.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/clock_reactive_variants_flag_values.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/communal_responsive_grid.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/communal_standalone_support.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/double_tap_to_sleep.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/glanceable_hub_allow_keyguard_when_dreaming.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/glanceable_hub_blurred_background.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/glanceable_hub_direct_edit_mode.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2_resources.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/hub_edit_mode_touch_adjustments.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/icon_refresh_2025.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/lockscreen_custom_clocks.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/lockscreen_font.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/magic_portrait_wallpapers.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/magnetic_notification_swipes.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/media_controls_a11y_colors.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/modes_ui_dialog_paging.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notes_role_qs_tile.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notification_animated_actions_treatment.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notification_background_tint_optimization.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notification_bundle_ui.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notification_footer_background_tint_optimization.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notification_row_transparency.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notification_shade_blur.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/notifications_redesign_guts.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/output_switcher_redesign.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/physical_notification_movement.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/qs_ui_refactor.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/qs_ui_refactor_compose_fragment.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/shade_header_font_update.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/show_locked_by_your_watch_keyguard_indicator.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/spatial_model_app_pushback.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/status_bar_chips_return_animations.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/status_bar_font_updates.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/status_bar_mobile_icon_kairos.textproto create mode 100644 release/aconfig/bp2a/com.android.systemui/status_bar_popup_chips.textproto diff --git a/release/aconfig/bp2a/Android.bp b/release/aconfig/bp2a/Android.bp index de372ba2..458487f1 100644 --- a/release/aconfig/bp2a/Android.bp +++ b/release/aconfig/bp2a/Android.bp @@ -5,5 +5,6 @@ aconfig_value_set { "aconfig-values-bp2a-com.android.settings.flags-all", "aconfig-values-bp2a-com.android.settingslib.flags-all", "aconfig-values-bp2a-com.android.settingslib.widget.theme.flags-all", + "aconfig-values-bp2a-com.android.systemui-all", ], } diff --git a/release/aconfig/bp2a/com.android.systemui/Android.bp b/release/aconfig/bp2a/com.android.systemui/Android.bp new file mode 100644 index 00000000..4d8f95b7 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/Android.bp @@ -0,0 +1,22 @@ +// +// Copyright 2024 Google Inc. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +aconfig_values { + name: "aconfig-values-bp2a-com.android.systemui-all", + package: "com.android.systemui", + srcs: [ + "*.textproto", + ], +} diff --git a/release/aconfig/bp2a/com.android.systemui/bouncer_ui_revamp_2.textproto b/release/aconfig/bp2a/com.android.systemui/bouncer_ui_revamp_2.textproto new file mode 100644 index 00000000..b40b44e8 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/bouncer_ui_revamp_2.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "bouncer_ui_revamp_2" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/bp_colors.textproto b/release/aconfig/bp2a/com.android.systemui/bp_colors.textproto new file mode 100644 index 00000000..0a3e7736 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/bp_colors.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "bp_colors" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/clock_fidget_animation.textproto b/release/aconfig/bp2a/com.android.systemui/clock_fidget_animation.textproto new file mode 100644 index 00000000..691442d0 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/clock_fidget_animation.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "clock_fidget_animation" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/clock_reactive_variants_flag_values.textproto b/release/aconfig/bp2a/com.android.systemui/clock_reactive_variants_flag_values.textproto new file mode 100644 index 00000000..ce2b2006 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/clock_reactive_variants_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "clock_reactive_variants" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/communal_responsive_grid.textproto b/release/aconfig/bp2a/com.android.systemui/communal_responsive_grid.textproto new file mode 100644 index 00000000..3a6654e0 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/communal_responsive_grid.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "communal_responsive_grid" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/communal_standalone_support.textproto b/release/aconfig/bp2a/com.android.systemui/communal_standalone_support.textproto new file mode 100644 index 00000000..8c99cfca --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/communal_standalone_support.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "communal_standalone_support" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/double_tap_to_sleep.textproto b/release/aconfig/bp2a/com.android.systemui/double_tap_to_sleep.textproto new file mode 100644 index 00000000..b9f49376 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/double_tap_to_sleep.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "double_tap_to_sleep" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/glanceable_hub_allow_keyguard_when_dreaming.textproto b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_allow_keyguard_when_dreaming.textproto new file mode 100644 index 00000000..7cad6438 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_allow_keyguard_when_dreaming.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "glanceable_hub_allow_keyguard_when_dreaming" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/glanceable_hub_blurred_background.textproto b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_blurred_background.textproto new file mode 100644 index 00000000..f54e5d3d --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_blurred_background.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "glanceable_hub_blurred_background" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/glanceable_hub_direct_edit_mode.textproto b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_direct_edit_mode.textproto new file mode 100644 index 00000000..c5090fef --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_direct_edit_mode.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "glanceable_hub_direct_edit_mode" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2.textproto b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2.textproto new file mode 100644 index 00000000..6570a794 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "glanceable_hub_v2" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2_resources.textproto b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2_resources.textproto new file mode 100644 index 00000000..61231abd --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/glanceable_hub_v2_resources.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "glanceable_hub_v2_resources" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/hub_edit_mode_touch_adjustments.textproto b/release/aconfig/bp2a/com.android.systemui/hub_edit_mode_touch_adjustments.textproto new file mode 100644 index 00000000..d4e6664e --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/hub_edit_mode_touch_adjustments.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "hub_edit_mode_touch_adjustments" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/icon_refresh_2025.textproto b/release/aconfig/bp2a/com.android.systemui/icon_refresh_2025.textproto new file mode 100644 index 00000000..48f9c472 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/icon_refresh_2025.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "icon_refresh_2025" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/lockscreen_custom_clocks.textproto b/release/aconfig/bp2a/com.android.systemui/lockscreen_custom_clocks.textproto new file mode 100644 index 00000000..555b28df --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/lockscreen_custom_clocks.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "lockscreen_custom_clocks" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/lockscreen_font.textproto b/release/aconfig/bp2a/com.android.systemui/lockscreen_font.textproto new file mode 100644 index 00000000..16dd8160 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/lockscreen_font.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "lockscreen_font" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto b/release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto new file mode 100644 index 00000000..645e639d --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "low_light_clock_dream" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/magic_portrait_wallpapers.textproto b/release/aconfig/bp2a/com.android.systemui/magic_portrait_wallpapers.textproto new file mode 100644 index 00000000..0b75090b --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/magic_portrait_wallpapers.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "magic_portrait_wallpapers" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/magnetic_notification_swipes.textproto b/release/aconfig/bp2a/com.android.systemui/magnetic_notification_swipes.textproto new file mode 100644 index 00000000..ac93cbfe --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/magnetic_notification_swipes.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "magnetic_notification_swipes" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/media_controls_a11y_colors.textproto b/release/aconfig/bp2a/com.android.systemui/media_controls_a11y_colors.textproto new file mode 100644 index 00000000..0cbef372 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/media_controls_a11y_colors.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "media_controls_a11y_colors" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/modes_ui_dialog_paging.textproto b/release/aconfig/bp2a/com.android.systemui/modes_ui_dialog_paging.textproto new file mode 100644 index 00000000..5e92f32c --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/modes_ui_dialog_paging.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "modes_ui_dialog_paging" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notes_role_qs_tile.textproto b/release/aconfig/bp2a/com.android.systemui/notes_role_qs_tile.textproto new file mode 100644 index 00000000..3132d0b9 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notes_role_qs_tile.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notes_role_qs_tile" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notification_animated_actions_treatment.textproto b/release/aconfig/bp2a/com.android.systemui/notification_animated_actions_treatment.textproto new file mode 100644 index 00000000..63ed199c --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notification_animated_actions_treatment.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notification_animated_actions_treatment" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notification_background_tint_optimization.textproto b/release/aconfig/bp2a/com.android.systemui/notification_background_tint_optimization.textproto new file mode 100644 index 00000000..b0b6e972 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notification_background_tint_optimization.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notification_background_tint_optimization" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notification_bundle_ui.textproto b/release/aconfig/bp2a/com.android.systemui/notification_bundle_ui.textproto new file mode 100644 index 00000000..dbefa918 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notification_bundle_ui.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notification_bundle_ui" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notification_footer_background_tint_optimization.textproto b/release/aconfig/bp2a/com.android.systemui/notification_footer_background_tint_optimization.textproto new file mode 100644 index 00000000..c9817315 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notification_footer_background_tint_optimization.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notification_footer_background_tint_optimization" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notification_row_transparency.textproto b/release/aconfig/bp2a/com.android.systemui/notification_row_transparency.textproto new file mode 100644 index 00000000..d902f6eb --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notification_row_transparency.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notification_row_transparency" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notification_shade_blur.textproto b/release/aconfig/bp2a/com.android.systemui/notification_shade_blur.textproto new file mode 100644 index 00000000..5bb47be2 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notification_shade_blur.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notification_shade_blur" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/notifications_redesign_guts.textproto b/release/aconfig/bp2a/com.android.systemui/notifications_redesign_guts.textproto new file mode 100644 index 00000000..ecf69b54 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/notifications_redesign_guts.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "notifications_redesign_guts" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/output_switcher_redesign.textproto b/release/aconfig/bp2a/com.android.systemui/output_switcher_redesign.textproto new file mode 100644 index 00000000..ae359551 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/output_switcher_redesign.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "output_switcher_redesign" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/physical_notification_movement.textproto b/release/aconfig/bp2a/com.android.systemui/physical_notification_movement.textproto new file mode 100644 index 00000000..958b3b13 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/physical_notification_movement.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "physical_notification_movement" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/qs_ui_refactor.textproto b/release/aconfig/bp2a/com.android.systemui/qs_ui_refactor.textproto new file mode 100644 index 00000000..3515f8de --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/qs_ui_refactor.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "qs_ui_refactor" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/qs_ui_refactor_compose_fragment.textproto b/release/aconfig/bp2a/com.android.systemui/qs_ui_refactor_compose_fragment.textproto new file mode 100644 index 00000000..80319a02 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/qs_ui_refactor_compose_fragment.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "qs_ui_refactor_compose_fragment" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/shade_header_font_update.textproto b/release/aconfig/bp2a/com.android.systemui/shade_header_font_update.textproto new file mode 100644 index 00000000..29890e1e --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/shade_header_font_update.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "shade_header_font_update" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/show_locked_by_your_watch_keyguard_indicator.textproto b/release/aconfig/bp2a/com.android.systemui/show_locked_by_your_watch_keyguard_indicator.textproto new file mode 100644 index 00000000..dbd36c8d --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/show_locked_by_your_watch_keyguard_indicator.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "show_locked_by_your_watch_keyguard_indicator" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/spatial_model_app_pushback.textproto b/release/aconfig/bp2a/com.android.systemui/spatial_model_app_pushback.textproto new file mode 100644 index 00000000..bc95d9a9 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/spatial_model_app_pushback.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "spatial_model_app_pushback" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/status_bar_chips_return_animations.textproto b/release/aconfig/bp2a/com.android.systemui/status_bar_chips_return_animations.textproto new file mode 100644 index 00000000..d676aa7a --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/status_bar_chips_return_animations.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "status_bar_chips_return_animations" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/status_bar_font_updates.textproto b/release/aconfig/bp2a/com.android.systemui/status_bar_font_updates.textproto new file mode 100644 index 00000000..48f4cf82 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/status_bar_font_updates.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "status_bar_font_updates" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/status_bar_mobile_icon_kairos.textproto b/release/aconfig/bp2a/com.android.systemui/status_bar_mobile_icon_kairos.textproto new file mode 100644 index 00000000..aab41f74 --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/status_bar_mobile_icon_kairos.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "status_bar_mobile_icon_kairos" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/com.android.systemui/status_bar_popup_chips.textproto b/release/aconfig/bp2a/com.android.systemui/status_bar_popup_chips.textproto new file mode 100644 index 00000000..5e7fa82b --- /dev/null +++ b/release/aconfig/bp2a/com.android.systemui/status_bar_popup_chips.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.systemui" + name: "status_bar_popup_chips" + state: ENABLED + permission: READ_ONLY +}