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:
@@ -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 ==========================
|
||||
// | |
|
||||
|
||||
Reference in New Issue
Block a user