Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?><!--
/*
   Bookmark searchable definition

   Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz

   This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. 
   If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
 -->
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
    android:hint="@string/search_hint"
    android:imeOptions="actionGo"
    android:includeInGlobalSearch="true"
    android:label="@string/search_label"

    android:searchMode="queryRewriteFromText"
    android:searchSettingsDescription="@string/search_settings_description"
    android:searchSuggestAuthority="com.freerdp.afreerdp.services.freerdpsuggestionprovider"

    android:searchSuggestIntentAction="android.intent.action.VIEW"
    android:searchSuggestSelection=" ? "></searchable>