diff options
| author | 2019-06-14 13:33:33 -0400 | |
|---|---|---|
| committer | 2019-06-14 15:57:16 -0400 | |
| commit | f2d9819b19d413eab3a0f9569be4c75da9fd501d (patch) | |
| tree | 5f5a89c2e1b70f5e7e38eea8ae5f4292cd2a753e /packages/SystemUI/plugin | |
| parent | 9d0d51a6834118a0377fbf24e9733cd921d9bd0f (diff) | |
Add skip gesture status type
Test: manual
Bug: 134143348
Change-Id: I538142e367489cd32cc788426e1fc881f0006e79
Diffstat (limited to 'packages/SystemUI/plugin')
| -rw-r--r-- | packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java b/packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java index 2cbd788d0a30..60435d0dec35 100644 --- a/packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java +++ b/packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java @@ -58,7 +58,7 @@ public interface SensorManagerPlugin extends Plugin { public static final int TYPE_WAKE_LOCK_SCREEN = 1; public static final int TYPE_WAKE_DISPLAY = 2; public static final int TYPE_SWIPE = 3; - public static final int TYPE_STATUS = 4; + public static final int TYPE_SKIP_STATUS = 4; private int mType; |