mirror of
https://github.com/nvllsvm/Audinaut
synced 2025-01-10 22:54:17 +01:00
11 lines
570 B
XML
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>
|