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

Commit c90ddfa8 authored by kmobs's avatar kmobs
Browse files

Add option for unlocking the phone via trackball/menu

parent 6fc6f7b5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1443,6 +1443,16 @@ public final class Settings {
         * @hide
         */
        public static final String TRACKBALL_WAKE_SCREEN = "trackball_wake_screen";
	/**
         * Whether to unlock the screen with the trackball. The value is boolean (1 or 0).
         * @hide
         */
        public static final String TRACKBALL_UNLOCK_SCREEN = "trackball_unlock_screen";
	/**
         * Whether to unlock the screen with the menu key. The value is boolean (1 or 0).
         * @hide
         */
        public static final String MENU_UNLOCK_SCREEN = "menu_unlock_screen";

        /**
         * Whether to show the battery level percentage overlayed on the icon.