mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-10-30 15:58:51 +01:00
move to proprietary
This commit is contained in:
parent
aa6772b176
commit
c0b61d9a22
1694 changed files with 0 additions and 0 deletions
|
|
@ -0,0 +1,35 @@
|
|||
<?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.samsung.android.email.provider/com.samsung.android.email.ui.activity.MessageListXL">
|
||||
<filter>
|
||||
<action name="android.intent.action.MAIN" />
|
||||
<cat name="android.intent.category.APP_EMAIL" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
</filter>
|
||||
</item>
|
||||
</preferred-activities>
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
<?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>
|
||||
126
universal7570-common/proprietary/etc/preferred-apps/google.xml
Normal file
126
universal7570-common/proprietary/etc/preferred-apps/google.xml
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
<?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.google.android.apps.plus/.editor.PlusEditorActivity">
|
||||
<filter>
|
||||
<action name="android.intent.action.EDIT" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<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" />
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.apps.plus/.editor.PlusCropActivity">
|
||||
<filter>
|
||||
<action name="com.android.camera.action.CROP" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<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" />
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.apps.photos/.home.HomeActivity">
|
||||
<filter>
|
||||
<action name="android.intent.action.MAIN" />
|
||||
<cat name="android.intent.category.APP_GALLERY" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.apps.docs.editors.sheets/com.google.android.apps.docs.editors.trix.quicksheet.QuickSheetDocumentOpenerActivityAlias">
|
||||
<filter>
|
||||
<action name="android.intent.action.EDIT" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
|
||||
<type name="application/vnd.ms-excel.sheet.macroenabled.12" />
|
||||
<type name="application/vnd.ms-excel" />
|
||||
<type name="application/vnd.ms-excel.addin.macroenabled.12" />
|
||||
<type name="application/vnd.ms-excel.template.macroenabled.12" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.spreadsheetml.template" />
|
||||
<type name="application/x-msexcel" />
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.apps.docs.editors.docs/com.google.android.apps.docs.editors.kix.quickword.QuickWordDocumentOpenerActivityAlias">
|
||||
<filter>
|
||||
<action name="android.intent.action.EDIT" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<type name="application/vnd.ms-word" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
|
||||
<type name="application/vnd.ms-word.document.macroenabled.12" />
|
||||
<type name="application/msword" />
|
||||
<type name="application/vnd.ms-word.template.macroenabled.12" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.wordprocessingml.template" />
|
||||
<type name="application/x-msword" />
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.apps.docs.editors.slides/com.google.android.apps.docs.editors.kix.quickword.QuickWordDocumentOpenerActivityAlias">
|
||||
<filter>
|
||||
<action name="android.intent.action.EDIT" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
|
||||
<type name="application/vnd.ms-powerpoint" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.presentationml.template" />
|
||||
<type name="application/vnd.ms-powerpoint.presentation.macroenabled.12" />
|
||||
<type name="application/vnd.openxmlformats-officedocument.presentationml.slideshow" />
|
||||
<type name="application/vnd.ms-powerpoint.slideshow.macroenabled.12" />
|
||||
<type name="application/x-mspowerpoint" />
|
||||
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.googlequicksearchbox/com.google.android.search.core.google.GoogleSearch">
|
||||
<filter>
|
||||
<action name="android.intent.action.WEB_SEARCH" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
</filter>
|
||||
</item>
|
||||
<item name="com.google.android.googlequicksearchbox/.SearchActivity">
|
||||
<filter>
|
||||
<action name="android.intent.action.ASSIST" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
</filter>
|
||||
</item>
|
||||
<manual-item name="com.google.android.music/com.google.android.music.ui.playback.AudioPreviewActivity">
|
||||
<intent>
|
||||
<action name="android.intent.action.VIEW" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<type name="audio/mpeg" />
|
||||
<uri name="file:///foo.mp3"/>
|
||||
</intent>
|
||||
<filter>
|
||||
<action name="android.intent.action.VIEW" />
|
||||
<cat name="android.intent.category.DEFAULT" />
|
||||
<type name="audio/mpeg" />
|
||||
</filter>
|
||||
</manual-item>
|
||||
</preferred-activities>
|
||||
Loading…
Add table
Add a link
Reference in a new issue