blob: f7982eb813e7e888cfffb7db0ee2ac68871ec8ac [file] [log] [blame]
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<!-- Copyright (C) 2012 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
These are the default set of preferred applications for Fairphone.
To generate new entries, set whatever app you want to be the default as
normal through the UI, and then use "adb shell dumpsys package preferred-xml"
to get the XML structure for the current preferred apps. You will probably
want to clean up the output some, such as adding the BROWSABLE category. See
the other entries here for guides.
-->
<preferred-activities>
<item name="com.fairphone.fplauncher3/.Launcher" match="100000" always="true" set="2">
<set name="com.fairphone.fplauncher3/.Launcher" />
<set name="com.google.android.googlequicksearchbox/com.google.android.launcher.GEL" />
<filter>
<action name="android.intent.action.MAIN" />
<cat name="android.intent.category.HOME" />
<cat name="android.intent.category.DEFAULT" />
</filter>
</item>
<item name="com.fairphone.fplauncher3/.Launcher" match="100000" always="false" set="0">
<filter>
<action name="android.intent.action.MAIN" />
<cat name="android.intent.category.HOME" />
<cat name="android.intent.category.DEFAULT" />
</filter>
</item>
</preferred-activities>