Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c126cb28 authored by Yabin Huang's avatar Yabin Huang
Browse files

Add Autofill multiple concurrent users flag

Adding a flag for Autofill feature which enables multiple concurrent users.

Bug: 280116881
Flag: EXEMPT this CL just creates a flag

Change-Id: I460556c9cd37b8100272fa8e105f24e9fe0bd726
parent 8714560b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -60,3 +60,10 @@ flag {
  description: "Adds focused id to each event that's part of the fill event history"
  bug: "334141398"
}

flag {
  name: "support_multi_user_multi_display"
  namespace: "autofill"
  description: "Supports multiple concurrent users on different displays"
  bug: "280116881"
}