From 6f5bb8ff6c9f31d060ba1224d4d5ee7b6bc26af3 Mon Sep 17 00:00:00 2001 From: Ivan Chiang Date: Mon, 28 Oct 2024 06:18:46 +0000 Subject: [PM] Change LauncherIconConfig (1/N) - Add new two public attributes Flag: android.content.pm.change_launcher_badging Test: m Bug: 374004639 Bug: 374005090 Change-Id: Iff22af1ed3b9e57821bda0ab27fc5d209ce21011 --- core/api/current.txt | 2 ++ core/res/res/values/attrs_manifest.xml | 16 ++++++++++++++++ core/res/res/values/public-staging.xml | 4 ++++ 3 files changed, 22 insertions(+) diff --git a/core/api/current.txt b/core/api/current.txt index ead655426bf9..9a964499ed4b 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -475,6 +475,8 @@ package android { field public static final int alpha = 16843551; // 0x101031f field public static final int alphabeticModifiers = 16844110; // 0x101054e field public static final int alphabeticShortcut = 16843235; // 0x10101e3 + field @FlaggedApi("android.content.pm.change_launcher_badging") public static final int alternateLauncherIcons; + field @FlaggedApi("android.content.pm.change_launcher_badging") public static final int alternateLauncherLabels; field public static final int alwaysDrawnWithCache = 16842991; // 0x10100ef field public static final int alwaysRetainTaskState = 16843267; // 0x1010203 field @Deprecated public static final int amPmBackgroundColor = 16843941; // 0x10104a5 diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 4d73f228ad0c..41dec3776b5c 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -2273,6 +2273,22 @@ + + + + + + + + + + -- cgit v1.2.3-59-g8ed1b