Add additional Camera Launch Source to StatusBarManager to not conflict with camera double tap gesture source
Bug: 254333599 Test: New Unit test, verified manually via toggling flag and activating camera quick affordance Change-Id: I3390a5baabc20a194198b8b81481aee9debde8ba
This commit is contained in:
@@ -229,6 +229,8 @@ public class StatusBarManager {
|
||||
public static final int CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP = 1;
|
||||
/** @hide */
|
||||
public static final int CAMERA_LAUNCH_SOURCE_LIFT_TRIGGER = 2;
|
||||
/** @hide */
|
||||
public static final int CAMERA_LAUNCH_SOURCE_QUICK_AFFORDANCE = 3;
|
||||
|
||||
/**
|
||||
* Session flag for {@link #registerSessionListener} indicating the listener
|
||||
|
||||
Reference in New Issue
Block a user