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

Commit c3727190 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Kill foreground process by long-pressing BACK" into froyo

parents 0f83f58a 10a017ff
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3969,6 +3969,13 @@ public final class Settings {
        public static final String ALLOW_MOVE_ALL_APPS_EXTERNAL =
                "allow_move_all_apps_external";

        /**
         * Whether to allow killing of the foreground process by long-pressing
         * the device's BACK button.
         * @hide
         */
        public static final String KILL_APP_LONGPRESS_BACK = "kill_app_on_longpress_back";
        
        /**
         * @hide
         */