Move aconfig files to aconfig folder
- Set packageName as com.android.launcher3
- Follow folder structure as per go/sysui-aconfig-structure
Bug: 294913042
Test: adb shell device_config put launcher com.android.launcher3.enable_all_apps_rv_preinflation true
Flag: enable_all_apps_rv_preinflation
Change-Id: Ib45a24d9100b657e7776c6120bdf9625533e9ed7
diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig
new file mode 100644
index 0000000..dd39249
--- /dev/null
+++ b/aconfig/launcher.aconfig
@@ -0,0 +1,8 @@
+package: "com.android.launcher3"
+
+flag {
+ name: "enable_expanding_pause_work_button"
+ namespace: "launcher"
+ description: "Expand and collapse pause work button while scrolling."
+ bug: "270390779"
+}