summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-08-07 11:26:32 -0700
committerDianne Hackborn <hackbod@google.com>2012-08-07 11:26:32 -0700
commit2d803a3931797891a30158c1a912ce775049f974 (patch)
treebd59334373e79c940ea03318d3f2d47bef6c0847 /res/values
parent0a837485800aa38a2c6832c98c6dc09ee22c9047 (diff)
downloadpackages_apps_settings-2d803a3931797891a30158c1a912ce775049f974.zip
packages_apps_settings-2d803a3931797891a30158c1a912ce775049f974.tar.gz
packages_apps_settings-2d803a3931797891a30158c1a912ce775049f974.tar.bz2
Add dev setting to enable global actions bug report button.
Change-Id: I3768f95e1c6fbec9c10186093e5e1d48b0ef6ae4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d67b940..fec85d8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2869,6 +2869,10 @@
<string name="enable_adb">USB debugging</string>
<!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
<string name="enable_adb_summary">Debug mode when USB is connected</string>
+ <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
+ <string name="bugreport_in_power">Power menu bug reports</string>
+ <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
+ <string name="bugreport_in_power_summary">Include option in power menu for taking a bug report</string>
<!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
<string name="keep_screen_on">Stay awake</string>
<!-- setting Checkbox summary whether to keep the screen on when plugged in -->
@@ -3397,16 +3401,6 @@
<!-- Summary text of the "automatic restore" setting -->
<string name="auto_restore_summary">When reinstalling an app, restore backed up settings and data</string>
- <!-- Take bug report menu title [CHAR LIMIT=NONE] -->
- <string name="bugreport_title">Take bug report</string>
- <!-- Message in bugreport dialog describing what it does [CHAR LIMIT=NONE] -->
- <string name="bugreport_message">This will collect information about your
- current device state, to send as an e-mail message. It will take a little
- time from starting the bug report until it is ready to be sent; please be
- patient.</string>
- <!-- Button in bugreport dialog to confirm starting the report [CHAR LIMIT=NONE] -->
- <string name="report">Report</string>
-
<!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
<string name="local_backup_password_title">Desktop backup password</string>
<!-- Summary text of the "local backup password" setting when the user has not supplied a password -->