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

Commit fec5a698 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add skip gesture status type" into qt-r1-dev

parents 5e26e1d8 f2d9819b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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_LOCK_SCREEN = 1;
        public static final int TYPE_WAKE_DISPLAY = 2;
        public static final int TYPE_WAKE_DISPLAY = 2;
        public static final int TYPE_SWIPE = 3;
        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;
        private int mType;