Merge "Adding bugfix flag for archiving bug extras" into main

This commit is contained in:
Charlie Anderson
2024-06-11 13:58:35 +00:00
committed by Android (Google) Code Review

View File

@@ -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
}
}