aconfig: Enable revamped settings

Change-Id: I63d9cb0666a5ed71d94415dd7c0234a0196b9034
This commit is contained in:
Arian
2024-09-06 12:04:27 +02:00
committed by Georg Veichtlbauer
parent 426aa2d862
commit e4c8afbdd1
3 changed files with 28 additions and 0 deletions

View File

@@ -16,5 +16,6 @@
aconfig_value_set {
name: "aconfig_value_set-lineage-ap3a",
values: [
"aconfig-values-ap3a-com.android.settings.flags-all",
],
}

View File

@@ -0,0 +1,21 @@
// 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-ap3a-com.android.settings.flags-all",
package: "com.android.settings.flags",
srcs: [
"*_flag_values.textproto",
]
}

View File

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