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

Commit b4882d71 authored by Arpit Singh's avatar Arpit Singh
Browse files

[CD Cursor] Add topology aware window aconfig flag

This flag will be used for topology-aware InputConfig flag. InputConfig
flag will be added to windows to opt-in to receive the cross-display
gestures.

Bug: 401220484
Test: presubmit
Flag: EXEMPT introducing new flag
Change-Id: Ibfaec9985d14cc37c8b7a2495657e336b5d130e0
parent 91ae097a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -252,3 +252,13 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "use_topology_aware_flag"
  namespace: "input"
  description: "Require apps to use topology-aware flag to receive cross-display gestures"
  bug: "401220484"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}