summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-08-16 17:25:26 -0700
committerJeff Sharkey <jsharkey@android.com>2013-08-17 19:11:12 -0700
commite215ab5b4f1eeeafc75f5f17c92dd21e8d2161eb (patch)
tree37a2cd871a4a8c9ec8d3d2f2974f1872a24cdcd7 /res/values
parent9cd6e1522d2a8cdeaa93e34a2fdbfd41f48fed47 (diff)
downloadMediaProvider-e215ab5b4f1eeeafc75f5f17c92dd21e8d2161eb.tar.gz
Create images and music documents backends.
Surfaces images clustered by buckets to match existing Gallery behavior. Surfaces music by artist, then album, then song. Only offers read-only access for now. Bug: 10330012, 10330011 Change-Id: I2b439ff12b0a6be209391d7ce4b38ade5badd604
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1c6f3ab35..c6c2514a1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -36,4 +36,10 @@
<!-- Choice in the alarm sound picker. If chosen, the default alarm sound will be used. -->
<string name="alarm_sound_default">Default alarm sound</string>
+
+ <!-- Title for documents backend that offers images. [CHAR LIMIT=24] -->
+ <string name="root_images">Images</string>
+ <!-- Title for documents backend that offers music. [CHAR LIMIT=24] -->
+ <string name="root_music">Music</string>
+
</resources>