summaryrefslogtreecommitdiffstats
path: root/packages/Shell/res/values
diff options
context:
space:
mode:
authorRyo Hashimoto <hashimoto@google.com>2015-03-17 19:56:42 +0900
committerRyo Hashimoto <hashimoto@google.com>2015-03-23 18:28:01 +0900
commitdd98034edce7ebbfefadf3f8a351c1b7ee7c2a73 (patch)
tree2b9d731271225db44896992c6d7b0909d4246648 /packages/Shell/res/values
parentbf2673384cdea54eef2ca1c3e6ee35f5a3ce0e8a (diff)
downloadframeworks_base-dd98034edce7ebbfefadf3f8a351c1b7ee7c2a73.zip
frameworks_base-dd98034edce7ebbfefadf3f8a351c1b7ee7c2a73.tar.gz
frameworks_base-dd98034edce7ebbfefadf3f8a351c1b7ee7c2a73.tar.bz2
Add BugreportStorageProvider
BugreportStorageProvider provides storage backend for bugreports. BUG:18070208 Change-Id: I8506dd90d69907090295d99df7427fc747b83698
Diffstat (limited to 'packages/Shell/res/values')
-rw-r--r--packages/Shell/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/res/values/strings.xml b/packages/Shell/res/values/strings.xml
index 51e2c95..3db0848 100644
--- a/packages/Shell/res/values/strings.xml
+++ b/packages/Shell/res/values/strings.xml
@@ -30,4 +30,7 @@
<string name="bugreport_confirm">Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people you trust.</string>
<!-- Checkbox that indicates this dialog should be shown again when the next bugreport is taken. [CHAR LIMIT=50] -->
<string name="bugreport_confirm_repeat">Show this message next time</string>
+
+ <!-- Title for documents backend that offers bugreports. -->
+ <string name="bugreport_storage_title">Bug reports</string>
</resources>