mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 21:38:34 +00:00
8 lines
455 B
XML
8 lines
455 B
XML
<?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"/>
|