Add a flag for the new screen recording UX.

Once enabled, the screen recording feature will switch to the new UX with floating toolbar with additional annotation tools.

Bug: 410901215
Test: manual test
Flag: EXEMPT add flag
Change-Id: If51c62b313e2d73a2e6d6633fcb2910850dd3830
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 50d4cea..061c0429 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -752,6 +752,13 @@
 }
 
 flag {
+    name: "screen_reactions"
+    namespace: "systemui"
+    description: "Enables the new screen recording UX"
+    bug: "410901215"
+}
+
+flag {
     name: "clipboard_overlay_multiuser"
     namespace: "systemui"
     description: "Fix clipboard overlay for secondary users"