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

Skip to content
Snippets Groups Projects
Commit 784e6b4b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "StatusBar treatment for Letterbox - Add flag to Flags.java" into...

Merge "StatusBar treatment for Letterbox - Add flag to Flags.java" into tm-qpr-dev am: 071f3115 am: 5a8357a1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19246699



Change-Id: I2930f7908c9223c3f41f0d60eb24187635104317
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b58d6efe 5a8357a1
Branches
No related tags found
No related merge requests found
...@@ -145,6 +145,9 @@ public class Flags { ...@@ -145,6 +145,9 @@ public class Flags {
public static final ResourceBooleanFlag STATUS_BAR_USER_SWITCHER = public static final ResourceBooleanFlag STATUS_BAR_USER_SWITCHER =
new ResourceBooleanFlag(602, R.bool.flag_user_switcher_chip); new ResourceBooleanFlag(602, R.bool.flag_user_switcher_chip);
public static final BooleanFlag STATUS_BAR_LETTERBOX_APPEARANCE =
new BooleanFlag(603, false);
/***************************************/ /***************************************/
// 700 - dialer/calls // 700 - dialer/calls
public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP = public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment