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

Commit b6f6701b 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: I024306c882eeb2caea032e253210e6f53bf01356
parents c5de247b 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;