release: Enable Settings flags

Change-Id: I4aacdc60d799a139941783dc69fd03cb591ec84a
This commit is contained in:
ralph950412
2025-06-14 18:37:39 +08:00
committed by SkyMinus
parent ff6423bff3
commit 5e6f231a2b
7 changed files with 53 additions and 0 deletions

View File

@@ -2,5 +2,6 @@ aconfig_value_set {
name: "aconfig_value_set-minus-bp2a", name: "aconfig_value_set-minus-bp2a",
values: [ values: [
"aconfig-values-bp2a-com.android.launcher3-all", "aconfig-values-bp2a-com.android.launcher3-all",
"aconfig-values-bp2a-com.android.settings.flags-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.settings.flags-all",
package: "com.android.settings.flags",
srcs: [
"*.textproto",
],
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.settings.flags"
name: "enable_battery_level_display"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.settings.flags"
name: "enable_hub_mode_settings_on_mobile"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.settings.flags"
name: "enable_nearby_share_entrypoint"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.settings.flags"
name: "enable_nested_toggle_switches"
state: ENABLED
permission: READ_ONLY
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "com.android.settings.flags"
name: "updated_suggestion_card_aosp"
state: ENABLED
permission: READ_ONLY
}