OSDN Git Service

Add new searchSettingsDescription attribute for Music's searchable.
authorMike LeBeau <mlebeau@google.com>
Wed, 1 Jul 2009 01:38:09 +0000 (18:38 -0700)
committerMike LeBeau <mlebeau@google.com>
Wed, 1 Jul 2009 16:03:34 +0000 (09:03 -0700)
This will be shown under the individual searchable item in system search settings.

res/values/strings.xml
res/xml/searchable.xml

index 4d631d8..c51e37b 100644 (file)
 
     <!-- Toast after streamStarter activity receives PLAYBACK_COMPLETE in case of an error -->
     <string name="fail_to_start_stream">Failed to play the requested stream.</string>
+    
+    <!-- The string used to describe Music as a searchable item within system search settings. -->
+    <string name="search_settings_description">Artists, albums, and tracks</string>
 </resources>
 
index d71102b..0a35bb7 100644 (file)
@@ -22,4 +22,5 @@
     android:searchSuggestPath="external/audio/search"
     android:searchSuggestThreshold="3"
     android:searchSuggestIntentAction="android.intent.action.VIEW"
+    android:searchSettingsDescription="@string/search_settings_description"
 />