diff options
| author | 2024-10-22 05:06:05 +0000 | |
|---|---|---|
| committer | 2024-10-22 05:06:05 +0000 | |
| commit | f9d7de04fd7444c2dfbdcb85d0ce769ed449f36a (patch) | |
| tree | 04b557bd476c1b4db415d3a7c177d180efa7e80a | |
| parent | d3ea79bab235735ce8394f92ff66205f77e374fd (diff) | |
[PM] Add feature config for changing launcher badging
Flag: android.content.pm.change_launcher_badging
Test: m
Bug: 364760703
Change-Id: I084e98ae589409fa1b09964d1cb7ec17d5a3dd43
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index 5b38942d468d..5f439b1dcab9 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -342,3 +342,11 @@ flag { bug: "292261144" is_fixed_read_only: true } + +flag { + name: "change_launcher_badging" + namespace: "package_manager_service" + description: "Feature flag to introduce a new way to change the launcher badging." + bug: "364760703" + is_fixed_read_only: true +} |