OSDN Git Service

Include Music app in Global search.
authorSatish Sampath <satish@android.com>
Tue, 30 Jun 2009 17:26:13 +0000 (18:26 +0100)
committerSatish Sampath <satish@android.com>
Tue, 30 Jun 2009 17:36:52 +0000 (18:36 +0100)
GlobalSearch does not have it's own music provider anymore so enable the
Music app to show suggestions in global search.

Related bug - http://b/issue?id=1819601

res/xml/searchable.xml

index e1ac60b..d71102b 100644 (file)
 
 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
     android:label="@string/search_title"
+    android:includeInGlobalSearch="true"
 
     android:searchSuggestAuthority="media"
     android:searchSuggestPath="external/audio/search"
+    android:searchSuggestThreshold="3"
     android:searchSuggestIntentAction="android.intent.action.VIEW"
 />