mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
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
10 lines
198 B
Plaintext
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"
|
|
}
|