From 8b6d59f97bba3b277f8c1d67535c363b656be117 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Fri, 7 Feb 2025 11:24:33 +0900 Subject: [PATCH] aconfig must have the same container with the declaration com_android_launcher3_flags is in the system_ext container. Flags in this declaration must have the same system_ext container. Bug: 385213580 Test: "adb shell aflags list" must not be changed. Flag: EXEMPT refactor Change-Id: I9a674fc91ab2114741480a118349102455aa6020 --- aconfig/launcher_accessibility.aconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aconfig/launcher_accessibility.aconfig b/aconfig/launcher_accessibility.aconfig index afee8fe6be..13e1127efb 100644 --- a/aconfig/launcher_accessibility.aconfig +++ b/aconfig/launcher_accessibility.aconfig @@ -1,5 +1,5 @@ package: "com.android.launcher3" -container: "system" +container: "system_ext" flag { name: "remove_exclude_from_screen_magnification_flag_usage" @@ -9,4 +9,4 @@ flag { metadata { purpose: PURPOSE_BUGFIX } -} \ No newline at end of file +}