1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-03-06 12:27:41 +01:00

9 lines
474 B
XML
Raw Normal View History

2012-02-26 15:25:13 -05:00
<?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"
2013-04-06 12:47:24 -07:00
a:searchSuggestAuthority="com.thejoshwa.ultrasonic.androidapp.provider.SearchSuggestionProvider"
2012-02-26 15:25:13 -05:00
a:searchSuggestSelection=" ?" >
</searchable>