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

Commit 2bbb1162 authored by Yunfan Chen's avatar Yunfan Chen
Browse files

Add close_to_square_config_includes_status_bar flag

This is a feature flag to control the effort of eliminating letterbox
cases for close-to-square displays. Additional config flag and app
compat flag will be introduced to achieve the full policy control.

Test: m services.core.flags-java
Test: m services.core.unboosted
Test: m dist
Bug: 291870756
Change-Id: Ic49a2148bd30b19bd4f56eebf15fa4ffc925947d
parent 22541cb0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "Make nav bar color transparent by default when targeting SDK 35 or greater"
  bug: "232195501"
}

flag {
  name: "close_to_square_config_includes_status_bar"
  namespace: "windowing_frontend"
  description: "On close to square display, when necessary, configuration includes status bar"
  bug: "291870756"
}