summaryrefslogtreecommitdiffstats
path: root/quickstep/res/values/strings.xml
diff options
context:
space:
mode:
authorEvan Rosky <erosky@google.com>2018-11-15 18:55:34 -0800
committerWinson Chung <winsonc@google.com>2018-11-26 18:34:47 +0000
commita639c791125eb2d9e23507ed32dac02a2a9bdc24 (patch)
tree1a25114e4b9ae54e17ebc445fd0cac26b47ae0d9 /quickstep/res/values/strings.xml
parent4a5bc9f8b0123dc82438f83d4c440db2da2ca242 (diff)
downloadandroid_packages_apps_Trebuchet-a639c791125eb2d9e23507ed32dac02a2a9bdc24.tar.gz
android_packages_apps_Trebuchet-a639c791125eb2d9e23507ed32dac02a2a9bdc24.tar.bz2
android_packages_apps_Trebuchet-a639c791125eb2d9e23507ed32dac02a2a9bdc24.zip
Add a dev-mode freeform option to recents menu
When the developer option for freeform is enabled, provides a "Freeform" option in the recents task overlay menu. This is sort-of an analog to the freeform option in N recents; however, since recents now is part of home, there's no straightforward way to have multiple freeforms at a time, so this really is only useful for developers. Bug: None Test: manual - enable freeform in dev settings, then pick Freeform from recent task overlay menu. Change-Id: I5d8e95aaffb8fe43e655f705cacdd51859c95d3b (cherry picked from commit 9beb6bf251873b51fb25432978c5b01cfd6e16b4)
Diffstat (limited to 'quickstep/res/values/strings.xml')
-rw-r--r--quickstep/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml
index c712703cb..08132aa55 100644
--- a/quickstep/res/values/strings.xml
+++ b/quickstep/res/values/strings.xml
@@ -26,6 +26,8 @@
<string name="recent_task_option_split_screen">Split screen</string>
<!-- Title for an option to keep an app pinned to the screen until it is unpinned -->
<string name="recent_task_option_pin">Pin</string>
+ <!-- Title for an option to enter freeform mode for a given app -->
+ <string name="recent_task_option_freeform">Freeform</string>
<!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_desc_recent_apps">Overview</string>