From 4c9d667bc2044a5d5d0d0616425906f75b42a8e0 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Fri, 27 Feb 2015 14:22:04 -0800 Subject: [PATCH] Added Developer Options settings for multi-window mode. Enables/disables the development multi-windows UI under Recents UI. Setting is hidden on -user builds. Bug: 19494313 Change-Id: Id1ccec5d9552dfdc74cc8d0af26ba7e6c4456166 --- res/values/strings.xml | 8 +++ res/xml/development_prefs.xml | 5 ++ .../android/settings/DevelopmentSettings.java | 69 ++++++++++++++++--- 3 files changed, 74 insertions(+), 8 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 0e535c6d7e3..18de05ee789 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4787,6 +4787,14 @@ Simulate secondary displays + + Multi-window mode + + Multiple activities on screen at the same time. + Enable multi-window mode? + + WARNING: This is a highly experimental feature that allows multiple activities on-screen at the same time through the Recent apps UI. Some apps may crash or not function correctly when used with this feature. + Apps diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 44a502d6dae..71351c4e55f 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -200,6 +200,11 @@ android:entries="@array/overlay_display_devices_entries" android:entryValues="@array/overlay_display_devices_values" /> + +