From c23a440f8d69bbfef151fd92823adfbcf113ef4b Mon Sep 17 00:00:00 2001 From: Charlie Anderson Date: Tue, 24 Oct 2023 14:24:05 -0400 Subject: [PATCH] Add aconfig flag enable_launcher_br_metrics Flag: ACONFIG com.android.launcher3.enable_launcher_br_metrics DEVELOPMENT Bug: 307527314 Bug: 305984208 Test: locally verify Change-Id: I28488de7133d898e6ef990183f0af5f34732cced --- aconfig/launcher.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index 5689c8a106..760d8ac6d6 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -69,3 +69,10 @@ flag { description: "Enables initiating split from a fullscreen app using keyboard shortcuts" bug: "270394122" } + +flag { + name: "enable_launcher_br_metrics" + namespace: "launcher" + description: "Enables logging of Launcher restore metrics to the Backup & Restore team" + bug: "307527314" +}