From 6977873fc4f5e21a024a1175d9d3ccbca1086e09 Mon Sep 17 00:00:00 2001 From: ralph950412 Date: Sat, 14 Jun 2025 23:02:38 +0800 Subject: [PATCH] release: Enable WallpaperPicker2 flags Change-Id: I7f389e8bdb6e9998681cf7abb561d5aaf6b8d909 --- release/aconfig/bp2a/Android.bp | 1 + .../bp2a/com.android.wallpaper/Android.bp | 22 +++++++++++++++++++ .../new_creative_wallpaper_category.textproto | 6 +++++ 3 files changed, 29 insertions(+) create mode 100644 release/aconfig/bp2a/com.android.wallpaper/Android.bp create mode 100644 release/aconfig/bp2a/com.android.wallpaper/new_creative_wallpaper_category.textproto diff --git a/release/aconfig/bp2a/Android.bp b/release/aconfig/bp2a/Android.bp index 88c5c636..3b20294b 100644 --- a/release/aconfig/bp2a/Android.bp +++ b/release/aconfig/bp2a/Android.bp @@ -7,5 +7,6 @@ aconfig_value_set { "aconfig-values-bp2a-com.android.settingslib.widget.theme.flags-all", "aconfig-values-bp2a-com.android.systemui-all", "aconfig-values-bp2a-com.android.systemui.shared-all", + "aconfig-values-bp2a-com.android.wallpaper-all", ], } diff --git a/release/aconfig/bp2a/com.android.wallpaper/Android.bp b/release/aconfig/bp2a/com.android.wallpaper/Android.bp new file mode 100644 index 00000000..cc56201f --- /dev/null +++ b/release/aconfig/bp2a/com.android.wallpaper/Android.bp @@ -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.wallpaper-all", + package: "com.android.wallpaper", + srcs: [ + "*.textproto", + ], +} diff --git a/release/aconfig/bp2a/com.android.wallpaper/new_creative_wallpaper_category.textproto b/release/aconfig/bp2a/com.android.wallpaper/new_creative_wallpaper_category.textproto new file mode 100644 index 00000000..1b3cc643 --- /dev/null +++ b/release/aconfig/bp2a/com.android.wallpaper/new_creative_wallpaper_category.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.wallpaper" + name: "new_creative_wallpaper_category" + state: ENABLED + permission: READ_ONLY +}