Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee28d453 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Revert settings card layout

parent 5399151b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ aconfig_value_set {
        "aconfig-values-bp1a-com.android.intentresolver-all",
        "aconfig-values-bp1a-com.android.launcher3-all",
        "aconfig-values-bp1a-com.android.permission.flags-all",
        "aconfig-values-bp1a-com.android.settings.flags-all",
        "aconfig-values-bp1a-com.android.window.flags-all",
    ],
}
+21 −0
Original line number Diff line number Diff line
// 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-bp1a-com.android.settings.flags-all",
  package: "com.android.settings.flags",
  srcs: [
    "*_flag_values.textproto",
  ]
}
+6 −0
Original line number Diff line number Diff line
flag_value {
  package: "com.android.settings.flags"
  name: "homepage_revamp"
  state: DISABLED
  permission: READ_ONLY
}