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

Commit 58c984b9 authored by Josh Yang's avatar Josh Yang
Browse files

Add a flag "override_key_behavior_permission_apis".

The new flag is used to guard the new
OVERRIDE_SYSTEM_KEY_BEHAVIOR_IN_FOCUSED_WINDOW permission.

Bug: 308482931
Test: build success
Change-Id: I51ad125ec3b4d07826db213986dac83626bca0cc
parent bd9fb126
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -69,3 +69,10 @@ flag {
  description: "Enable input filter rust implementation"
  bug: "294546335"
}

flag {
  name: "override_key_behavior_permission_apis"
  namespace: "input"
  description: "enable override key behavior permission APIs"
  bug: "309018874"
}