release: Enable SystemUI flags (com.android.systemui.shared)

Change-Id: I7a4b4fa22e3f3c6f5b2eceea9e3fde573a937e9c
This commit is contained in:
ralph950412
2025-06-14 22:56:55 +08:00
committed by SkyMinus
parent bf7756fd9a
commit efe10e564a
13 changed files with 89 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ aconfig_value_set {
"aconfig-values-bp2a-com.android.settingslib.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.settingslib.widget.theme.flags-all",
"aconfig-values-bp2a-com.android.systemui-all", "aconfig-values-bp2a-com.android.systemui-all",
"aconfig-values-bp2a-com.android.systemui.shared-all",
], ],
} }

View File

@@ -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.shared-all",
package: "com.android.systemui.shared",
srcs: [
"*.textproto",
],
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "ambient_aod"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "clock_reactive_smartspace_layout"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "clock_reactive_variants"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "enable_launcher_icon_shapes"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "enable_lpp_squeeze_effect"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "extended_wallpaper_effects"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "lockscreen_custom_clocks"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "new_customization_picker_ui"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "smartspace_ui_update"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "smartspace_ui_update_resources"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.systemui.shared"
name: "use_preferred_image_editor"
state: ENABLED
permission: READ_ONLY
}