From 9e12c3f152eda5993408cad32e73ff9bed80d7f4 Mon Sep 17 00:00:00 2001 From: Charlie Anderson Date: Mon, 10 Jun 2024 18:31:01 -0400 Subject: [PATCH] Adding bugfix flag for archiving bug extras Bug: 322314760 Test: locally Flag: com.android.launcher3.enable_first_screen_broadcast_archiving_extras Change-Id: I33edcf09eee990727613246fb5942263feb49625 --- aconfig/launcher.aconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index 22fe82b0ec..fecc43d0b2 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -291,3 +291,14 @@ flag { description: "Replace hybrid hotseat app predictions with strictly Recent Apps" bug: "315354060" } + +flag { + name: "enable_first_screen_broadcast_archiving_extras" + namespace: "launcher" + description: "adds Extras to first screen broadcast for archived apps" + bug: "322314760" + is_fixed_read_only: true + metadata { + purpose: PURPOSE_BUGFIX + } +}