aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-11-17 19:42:22 -0800
committerScott Jackson <daneren2005@gmail.com>2012-11-17 19:42:22 -0800
commit29c6b451651d2fcaa1c5b17b0ba417ef34b41cc4 (patch)
tree70f04f0a770d2d13698889a4b1134ec3f8c0ba2a /subsonic-android/AndroidManifest.xml
parent744f349ecf91ddbd059d5c0e8d154c62829b3e6b (diff)
downloaddsub-29c6b451651d2fcaa1c5b17b0ba417ef34b41cc4.tar.gz
dsub-29c6b451651d2fcaa1c5b17b0ba417ef34b41cc4.tar.bz2
dsub-29c6b451651d2fcaa1c5b17b0ba417ef34b41cc4.zip
Renamed SearchSuggestionProvider1 to DsubSearchProvider
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-rw-r--r--subsonic-android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index 46746378..aeadefa9 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/AndroidManifest.xml
@@ -109,8 +109,8 @@
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info"/>
</receiver>
- <provider android:name="github.daneren2005.dsub.provider.SearchSuggestionProvider1"
- android:authorities="github.daneren2005.dsub.provider.SearchSuggestionProvider1"/>
+ <provider android:name="github.daneren2005.dsub.provider.DSubSearchProvider"
+ android:authorities="github.daneren2005.dsub.provider.DSubSearchProvider"/>
<meta-data android:name="android.app.default_searchable"
android:value="github.daneren2005.dsub.activity.QueryReceiverActivity"/>