aboutsummaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
blob: 34c6f76dca8e379f60cb98fa9903ff7f3c35c868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
    android:hint="@string/search_settings_description"
    android:includeInGlobalSearch="true"
    android:label="@string/app_name"
    android:searchSettingsDescription="@string/search_settings_description"
    android:searchSuggestAuthority="net.cbaines.suma.provider"
    android:searchSuggestIntentAction="android.intent.action.VIEW"
    android:searchSuggestSelection=" ?"
    android:searchSuggestThreshold="1"
    android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" >

</searchable>