From 0bfd21fe2e1c408a260459a266c6ac9ef7f595a5 Mon Sep 17 00:00:00 2001 From: Tracy Zhou Date: Sun, 19 May 2024 22:19:12 +0000 Subject: [PATCH] Add folders in all apps aconfig flag Bug: 341582436 Change-Id: I615d3b925dba8987c793c3e871f2aebde10ace53 Test: N/A --- aconfig/launcher.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index dd78ca45f4..9147e4c54f 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -277,3 +277,10 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "enabled_folders_in_all_apps" + namespace: "launcher" + description: "Enables folders in all apps" + bug: "341582436" +}