aboutsummaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
blob: 7262b3de02acb6574d153e0d1146bc948be394f7 (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/map_activity_search_hint"
    android:includeInGlobalSearch="true"
    android:label="@string/app_name"
    android:searchSettingsDescription="@string/map_activity_search_hint"
    android:searchSuggestAuthority="net.cbaines.suma.provider"
    android:searchSuggestIntentAction="android.intent.action.VIEW"
    android:searchSuggestIntentData="content://net.cbaines.suma.provider/building"
    android:searchSuggestSelection=" ?"
    android:searchSuggestThreshold="1" >

</searchable>