release: Enable SettingsLib flags
Change-Id: Ide729f28d84e05063b961c504e52dc2249febe98
This commit is contained in:
@@ -3,5 +3,7 @@ aconfig_value_set {
|
|||||||
values: [
|
values: [
|
||||||
"aconfig-values-bp2a-com.android.launcher3-all",
|
"aconfig-values-bp2a-com.android.launcher3-all",
|
||||||
"aconfig-values-bp2a-com.android.settings.flags-all",
|
"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",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,21 @@
|
|||||||
|
// Copyright 2025 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.settingslib.flags-all",
|
||||||
|
package: "com.android.settingslib.flags",
|
||||||
|
srcs: [
|
||||||
|
"*.textproto",
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
flag_value {
|
||||||
|
package: "com.android.settingslib.flags"
|
||||||
|
name: "bluetooth_qs_tile_dialog_auto_on_toggle"
|
||||||
|
state: ENABLED
|
||||||
|
permission: READ_ONLY
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
flag_value {
|
||||||
|
package: "com.android.settingslib.flags"
|
||||||
|
name: "new_status_bar_icons"
|
||||||
|
state: ENABLED
|
||||||
|
permission: READ_ONLY
|
||||||
|
}
|
@@ -0,0 +1,21 @@
|
|||||||
|
// Copyright 2025 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.settingslib.widget.theme.flags-all",
|
||||||
|
package: "com.android.settingslib.widget.theme.flags",
|
||||||
|
srcs: [
|
||||||
|
"*.textproto",
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
flag_value {
|
||||||
|
package: "com.android.settingslib.widget.theme.flags"
|
||||||
|
name: "is_expressive_design_enabled"
|
||||||
|
state: ENABLED
|
||||||
|
permission: READ_ONLY
|
||||||
|
}
|
Reference in New Issue
Block a user