Add flag for simulated docking.

This change adds flag to enable simulating docking through charging events.

Bug: 216574997
Test: manual
Change-Id: Id4bcac99ce6375734b7056925a3f7a3eb9d07618
This commit is contained in:
Bryce Lee
2022-02-09 20:29:22 -08:00
parent 58836c9106
commit b9fae5bd25

View File

@@ -143,6 +143,11 @@ public class Flags {
public static final BooleanFlag MEDIA_SESSION_ACTIONS = new BooleanFlag(901, true);
public static final BooleanFlag MEDIA_SESSION_LAYOUT = new BooleanFlag(902, false);
// 1000 - dock
public static final BooleanFlag SIMULATE_DOCK_THROUGH_CHARGING =
new BooleanFlag(1000, true);
// Pay no attention to the reflection behind the curtain.
// ========================== Curtain ==========================
// | |