mobile/android/base/resources/xml/searchable.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/base/resources/xml/searchable.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<searchable xmlns:android="http://schemas.android.com/apk/res/android"
     1.6 +            android:label="@string/moz_app_displayname"
     1.7 +            android:searchSuggestAuthority="@string/content_authority_db_browser"
     1.8 +            android:searchSuggestIntentAction="android.intent.action.SEARCH"
     1.9 +            android:searchSettingsDescription="@string/searchable_description"
    1.10 +            android:includeInGlobalSearch="true"/>

mercurial