Include last focused id to each Event in FillEventHistory.

When the flag is enabled, we include the last focused id into useful events like selection, shown, etc as part of FillEventHistory.

Flag: android.service.autofill.add_last_focused_id_to_fill_event_history
Test: atest CtsAutoFillServiceTestCases
Bug: 334141398
Change-Id: Ie1c217248f7b0b7787ea2a04880d4edc40c5d32e
diff --git a/services/autofill/features.aconfig b/services/autofill/features.aconfig
index b3fe5f2..444844121 100644
--- a/services/autofill/features.aconfig
+++ b/services/autofill/features.aconfig
@@ -37,3 +37,10 @@
     description: "Improvements for Fill Dialog, including deprecation of pre-trigger API's"
     bug: "336223371"
 }
+
+flag {
+  name: "add_last_focused_id_to_fill_event_history"
+  namespace: "autofill"
+  description: "Adds focused id to each event that's part of the fill event history"
+  bug: "334141398"
+}