diff --git a/ultrasonic/src/main/res/layout/search.xml b/ultrasonic/src/main/res/layout/search.xml index 42e0e492..87d5ab49 100644 --- a/ultrasonic/src/main/res/layout/search.xml +++ b/ultrasonic/src/main/res/layout/search.xml @@ -2,19 +2,8 @@ - - - - - - - \ No newline at end of file diff --git a/ultrasonic/src/main/res/values/strings.xml b/ultrasonic/src/main/res/values/strings.xml index 0cb675bb..36cf28c0 100644 --- a/ultrasonic/src/main/res/values/strings.xml +++ b/ultrasonic/src/main/res/values/strings.xml @@ -447,7 +447,7 @@ Use five star rating for songs Use five star rating system for songs instead of simply starring/unstarring items. Use hardware playback (experimental) - Try to play the media using the media decoder chip on your phone. This can improve battery usage. + Try to play the media using the media decoder chip on your phone. This can improve battery usage. Some users report glitches in playback when they activate this option! List Cover Supported features diff --git a/ultrasonic/src/main/res/xml/searchable.xml b/ultrasonic/src/main/res/xml/searchable.xml index bcb0d20f..add20279 100644 --- a/ultrasonic/src/main/res/xml/searchable.xml +++ b/ultrasonic/src/main/res/xml/searchable.xml @@ -5,6 +5,6 @@ a:voiceSearchMode="showVoiceSearchButton|launchRecognizer" a:queryAfterZeroResults="true" a:voiceLanguageModel="web_search" - a:searchSuggestAuthority="org.moire.ultrasonic.provider.SearchSuggestionProvider" + a:searchSuggestAuthority="${applicationId}.provider.SearchSuggestionProvider" a:searchSuggestSelection=" ?" > \ No newline at end of file