aboutsummaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
blob: d6dedc8001558e52aafd47c60dc226f64f8cda74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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" >

</searchable>