mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-12 08:46:51 +01:00
9 lines
474 B
XML
9 lines
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<searchable xmlns:a="http://schemas.android.com/apk/res/android"
|
|
a:label="@string/common.appname"
|
|
a:hint="@string/search.title"
|
|
a:voiceSearchMode="showVoiceSearchButton|launchRecognizer"
|
|
a:voiceLanguageModel="web_search"
|
|
a:searchSuggestAuthority="com.thejoshwa.ultrasonic.androidapp.provider.SearchSuggestionProvider"
|
|
a:searchSuggestSelection=" ?" >
|
|
</searchable> |