Files
lawnchair/aconfig/launcher_growth.aconfig
Justin Yun 29b75b5249 Launcher3 is in system_ext container
As Launcher3 is installed in system_ext, com_android_launcher3_flags
is in the system_ext container. Aconfig flags must set the same
container with their declaration.

Bug: 385213580
Test: "adb shell aflags list" must not be changed.
Flag: EXEMPT refactor
Change-Id: I433756dda120de253909db663a6ecfd47d26c65d
2025-02-28 05:29:09 +09:00

10 lines
198 B
Plaintext

package: "com.android.launcher3"
container: "system_ext"
flag {
name: "enable_growth_nudge"
namespace: "desktop_oobe"
description: "Add growth nudge in launcher"
bug: "396165728"
}