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

Commit f2d9819b authored by Beverly's avatar Beverly
Browse files

Add skip gesture status type

Test: manual
Bug: 134143348
Change-Id: I538142e367489cd32cc788426e1fc881f0006e79
parent 9d0d51a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;