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

Commit 6663c117 authored by Beverly's avatar Beverly Committed by android-build-merger
Browse files

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

am: fec5a698

Change-Id: I77f8d0e86d3a21f70e1570b40764edc2fc8e963b
parents d648b70e fec5a698
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;