mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
473 B
XML
9 lines
473 B
XML
#filter substitution
|
|
<?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="@ANDROID_PACKAGE_NAME@.db.browser"
|
|
android:searchSuggestIntentAction="android.intent.action.SEARCH"
|
|
android:searchSettingsDescription="@string/searchable_description"
|
|
android:includeInGlobalSearch="true"/>
|