1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2025-01-10 22:54:17 +01:00
Audinaut-subsonic-app-android/app/src/main/res/xml/searchable.xml
2017-01-09 02:01:12 -05:00

11 lines
570 B
XML

<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/common.appname"
android:hint="@string/search.title"
android:voiceSearchMode="showVoiceSearchButton|launchRecognizer"
android:voiceLanguageModel="web_search"
android:searchSuggestAuthority="net.nullsum.audinaut.provider.AudinautSearchProvider"
android:searchSuggestSelection=" unused"
android:searchSuggestIntentAction="android.intent.action.VIEW">
</searchable>