mirror of
				https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
				synced 2025-10-31 08:18:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			1.5 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.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>
 | 
