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

Commit 70077ff7 authored by Antonio Kantek's avatar Antonio Kantek Committed by Android (Google) Code Review
Browse files

Merge "Introduce feature flag for fallback display for secondary user on...

Merge "Introduce feature flag for fallback display for secondary user on secondary display" into main
parents 13abd60b 82dbc03e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -194,3 +194,14 @@ flag {
  is_fixed_read_only: true
  is_exported: true
}

flag {
  name: "fallback_display_for_secondary_user_on_secondary_display"
  namespace: "input_method"
  description: "Feature flag to fix the fallback display bug for visible background users"
  bug: "383228193"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}