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

Commit d81a494b authored by zigackly's avatar zigackly Committed by Gerrit Code Review
Browse files

Expanded desktop capability (2/2)

        Originally authored by Jesús David and ported from
        ParanoidAndroid ICS branch
        https://github.com/ParanoidAndroid/android_frameworks_base/commit/3b6ee6e7ee0a124eec5841763e05eb57c82422e6

        Adds an option to settings to add an expanded desktop option to the power menu.
        By default the option does not show in the power menu.  When used it hides the status bar and
        navigation bar (if there is any).

        With thanks to Paul Beeler for much rework.

        Patch set 1: Initial revision.

        Patch set 2: Replace tabs with spaces in commit message.

        Patch set 3: Add history to commit message.

Change-Id: I45b37e24246c7a1ffcdd33019abfcb4ede19805d
parent d0c5462c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2490,6 +2490,12 @@ public final class Settings {
         */
        public static final String STATUS_BAR_IME_SWITCHER = "status_bar_ime_switcher";

         /**
         * Statusbar State
         * @hide
         */
        public static final String EXPANDED_DESKTOP_STATE = "expanded_desktop_state";

        /**
         * Whether to use a separate delay for "slide to unlock" and security
         * lock
@@ -2722,6 +2728,12 @@ public final class Settings {
         */
        public static final String POWER_MENU_SCREENSHOT_ENABLED = "power_menu_screenshot_enabled";

        /**
         * Whether power menu expanded desktop is enabled
         * @hide
         */
        public static final String POWER_MENU_EXPANDED_DESKTOP_ENABLED = "power_menu_expanded_desktop_enabled";

        /**
         * Whether power menu profiles switcher is enabled
         * @hide
+1.14 KiB
Loading image diff...
+951 B
Loading image diff...
+1.36 KiB
Loading image diff...
+1.36 KiB
Loading image diff...
Loading