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" /> + +