mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-10-30 15:58:51 +01:00
82 lines
3.6 KiB
XML
82 lines
3.6 KiB
XML
<?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 various standard
|
|
web URIs of Google properties to built-in Google Android applications.
|
|
|
|
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.sec.android.gallery3d/com.sec.android.gallery3d.app.GalleryActivity">
|
|
<filter>
|
|
<action name="android.intent.action.VIEW" />
|
|
<cat name="android.intent.category.DEFAULT" />
|
|
<scheme name="" />
|
|
<scheme name="http" />
|
|
<scheme name="https" />
|
|
<scheme name="content" />
|
|
<scheme name="file" />
|
|
<type name="image/bmp" />
|
|
<type name="image/jpeg" />
|
|
<type name="image/gif" />
|
|
<type name="image/png" />
|
|
<type name="image/webp" />
|
|
<type name="image/x-ms-bmp" />
|
|
<type name="image/vnd.wap.wbmp" />
|
|
<type name="application/vnd.google.panorama360+jpg" />
|
|
<type name="image/jpg" />
|
|
<type name="image/mpo" />
|
|
<type name="image/srw" />
|
|
<type name="image/webp" />
|
|
<type name="image/golf" />
|
|
<type name="image/x-adobe-dng" />
|
|
<type name="image/x-canon-cr2" />
|
|
<type name="image/x-nikon-nef" />
|
|
<type name="image/x-nikon-nrw" />
|
|
<type name="image/x-sony-arw" />
|
|
<type name="image/x-panasonic-rw2" />
|
|
<type name="image/x-olympus-orf" />
|
|
<type name="image/x-fuji-raf" />
|
|
<type name="image/x-pentax-pef" />
|
|
<type name="image/x-samsung-srw" />
|
|
<type name="video/3gpp"/>
|
|
<type name="video/3gpp2"/>
|
|
<type name="video/avi"/>
|
|
<type name="video/divx"/>
|
|
<type name="video/flv"/>
|
|
<type name="video/mpeg"/>
|
|
<type name="video/mp4"/>
|
|
<type name="video/mp2ts"/>
|
|
<type name="video/mp2p"/>
|
|
<type name="video/ismv"/>
|
|
<type name="video/skm"/>
|
|
<type name="video/kr3g"/>
|
|
<type name="video/k3g"/>
|
|
<type name="video/vnd.ms-playready.media.pyv"/>
|
|
<type name="video/webm"/>
|
|
<type name="video/x-ms-wmv"/>
|
|
<type name="video/x-ms-asf"/>
|
|
<type name="video/x-matroska"/>
|
|
<type name="vnd.android.cursor.dir/image" />
|
|
<type name="vnd.android.cursor.dir/video" />
|
|
</filter>
|
|
</item>
|
|
</preferred-activities>
|