summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAbhishek G <agilra@cyngn.com>2016-07-05 17:31:39 -0700
committerAbhishek G <agilra@cyngn.com>2016-07-07 16:32:22 -0700
commit4c2c1361248e92424d1a9baf1f77e090d24db638 (patch)
tree3d8b11ec40d609d603dae4168125070d1bb5ab00 /res
parent113538a18d6c830360efc4109ecb55b65ec50402 (diff)
downloadandroid_packages_apps_Trebuchet-4c2c1361248e92424d1a9baf1f77e090d24db638.tar.gz
android_packages_apps_Trebuchet-4c2c1361248e92424d1a9baf1f77e090d24db638.tar.bz2
android_packages_apps_Trebuchet-4c2c1361248e92424d1a9baf1f77e090d24db638.zip
Trebuchet hook to export workspace - hidden behind *#*#INFO#*#* wall
Adding trebuchet capability to export out Trebuchet launcher layout for offline processing. This option is not visible to the user unless the user enables Trebuchet hidden menu via the *#*#INFO#*#* dialer menu. This feature simplifies the process around ingesting OOBE launcher layout requirements. Change-Id: Iff7b8c89e782b01f73b53e91df2af9251ed7bbd8
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 36a2f2517..193fa84c2 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -60,6 +60,9 @@
<!-- Protected apps -->
<string name="protected_app_settings">Protected apps</string>
+ <!-- Developer settings -->
+ <string name="export_workspace_layout">Export layout</string>
+
<!-- Drawer settings -->
<string name="app_drawer_style">Drawer style</string>
<string name="app_drawer_style_compact">Compact</string>
@@ -79,4 +82,6 @@
<string name="app_not_available">App not available</string>
<string name="storage_permission_denied">Can\'t access storage</string>
+ <string name="export_db_email_subject">Launcher DB for region</string>
+ <string name="export_db_could_not">Could not export DB file</string>
</resources>