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

Commit d98418db authored by Michael Webster's avatar Michael Webster
Browse files

Gesture updates:

- User can now define unlock and sound toggle gestures.
- Lockscreen tabs can now be fully disabled, but ONLY if there is
  some other method of unlocking the device enabled.  This includes:
  Trackball unlock, menu key unlock, and gesture unlock.
- Changed default gesture sensitivity to 3
parent a29b0708
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4179,6 +4179,12 @@ public final class Settings {
         */
        public static final String MVNO_ROAMING = "button_mvno_roaming_key";

        /**
         * Whether to disable the lockscreen unlock tab
         * @hide
         */
        public static final String LOCKSCREEN_GESTURES_DISABLE_UNLOCK = "lockscreen_gestures_disable_unlock";

        /**
         * @hide
         */