blob: 3cd7333bd50b77cea21e70da58ae51bb9a66b5fd (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/moz_app_displayname"
android:searchSuggestAuthority="@string/content_authority_db_browser"
android:searchSuggestIntentAction="android.intent.action.SEARCH"
android:searchSettingsDescription="@string/searchable_description"
android:includeInGlobalSearch="true"/>
|