New aconfig flag for adding last focus id and session id to ClientState
bundle
Flag: android.service.autofill.include_last_focused_id_and_session_id_in_client_state
Test: adding flag
Bug: 334141398
Change-Id: I1095cb3a2b151275e0b919b30c48e372c240c420
diff --git a/services/autofill/bugfixes.aconfig b/services/autofill/bugfixes.aconfig
index ced10fb..70ecc05 100644
--- a/services/autofill/bugfixes.aconfig
+++ b/services/autofill/bugfixes.aconfig
@@ -41,3 +41,10 @@
description: "Use weak reference to address binder leak problem"
bug: "307972253"
}
+
+flag {
+ name: "include_last_focused_id_and_session_id_in_client_state"
+ namespace: "autofill"
+ description: "Include the current view id and session id into the FillEventHistory as part of ClientState"
+ bug: "334141398"
+}