The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 18 | package="com.android.contacts" |
Dianne Hackborn | 4a3e980 | 2011-08-05 11:21:03 -0700 | [diff] [blame] | 19 | android:sharedUserId="android.uid.shared"> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 20 | |
Jeff Hamilton | e788353 | 2010-02-11 16:25:48 -0600 | [diff] [blame] | 21 | <original-package android:name="com.android.contacts" /> |
| 22 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 24 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 25 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Daniel Lehmann | 7be640f | 2012-03-09 20:12:34 -0800 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
| 27 | <uses-permission android:name="android.permission.WRITE_CALL_LOG" /> |
Katherine Kuan | aaa2ad5 | 2011-09-02 13:36:52 -0700 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
Dianne Hackborn | 4a3e980 | 2011-08-05 11:21:03 -0700 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
| 30 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| 31 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
| 33 | <uses-permission android:name="android.permission.WRITE_PROFILE" /> |
Dave Santoro | 41caac8 | 2011-10-03 18:24:44 -0700 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.READ_SOCIAL_STREAM" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.INTERNET" /> |
Martijn Coenen | 8bd4065 | 2011-06-15 15:55:05 +0200 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
Hugo Hudson | b002f51 | 2011-07-15 17:41:12 +0100 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Fred Quintana | 104b792 | 2009-07-22 20:01:15 -0700 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
Nicolas Catania | 9bcf470 | 2009-11-06 13:19:43 -0800 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.VIBRATE" /> |
Dmitri Plotnikov | 9981172 | 2010-11-01 18:21:22 -0700 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Debashish Chatterjee | 37323c2 | 2011-08-03 13:22:01 +0100 | [diff] [blame] | 46 | <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" /> |
Flavio Lerda | 40d92c4 | 2011-07-01 13:47:42 +0100 | [diff] [blame] | 47 | <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" /> |
Jean-Michel Trivi | d548507 | 2011-11-07 16:27:34 -0800 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" /> |
Maurice Chu | 056a846 | 2012-04-11 18:29:32 -0700 | [diff] [blame] | 49 | <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> |
Doug Zongker | 854d326 | 2011-07-19 13:11:58 -0700 | [diff] [blame] | 50 | <!-- allow broadcasting secret code intents that reboot the phone --> |
| 51 | <uses-permission android:name="android.permission.REBOOT" /> |
Flavio Lerda | d1935da | 2011-09-20 10:29:50 +0100 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Paul Soulos | b3054e5 | 2014-06-05 16:46:02 -0700 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.READ_SMS" /> |
Paul Soulos | 899aa21 | 2014-06-11 12:04:43 -0700 | [diff] [blame^] | 54 | <uses-permission android:name="android.permission.READ_CALENDAR" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 55 | |
| 56 | <application |
Dmitri Plotnikov | f049ff0 | 2010-11-29 10:15:24 -0800 | [diff] [blame] | 57 | android:name="com.android.contacts.ContactsApplication" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 58 | android:label="@string/contactsList" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 59 | android:icon="@mipmap/ic_launcher_contacts" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 60 | android:taskAffinity="android.task.contacts" |
Daniel Lehmann | 57b5aa1 | 2010-09-23 17:42:23 -0700 | [diff] [blame] | 61 | android:hardwareAccelerated="true" |
Yorke Lee | a7109d7 | 2013-01-17 11:47:23 -0800 | [diff] [blame] | 62 | android:supportsRtl="true" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 63 | > |
| 64 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 65 | <!-- The main Contacts activity with the contact list, favorites, and groups. --> |
| 66 | <activity android:name=".activities.PeopleActivity" |
| 67 | android:label="@string/people" |
| 68 | android:theme="@style/PeopleTheme" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 69 | android:clearTaskOnLaunch="true" |
| 70 | android:launchMode="singleTop" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 71 | > |
| 72 | <intent-filter> |
| 73 | <action android:name="android.intent.action.MAIN" /> |
| 74 | <category android:name="android.intent.category.DEFAULT" /> |
| 75 | <category android:name="android.intent.category.LAUNCHER" /> |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 76 | <category android:name="android.intent.category.BROWSABLE" /> |
Jeff Brown | d7152b6 | 2011-11-28 16:34:58 -0800 | [diff] [blame] | 77 | <category android:name="android.intent.category.APP_CONTACTS" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 78 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 79 | <intent-filter> |
| 80 | <action android:name="com.android.contacts.action.LIST_DEFAULT" /> |
| 81 | <category android:name="android.intent.category.DEFAULT" /> |
| 82 | <category android:name="android.intent.category.TAB" /> |
| 83 | </intent-filter> |
| 84 | |
| 85 | <intent-filter> |
| 86 | <action android:name="com.android.contacts.action.LIST_CONTACTS" /> |
| 87 | <category android:name="android.intent.category.DEFAULT" /> |
| 88 | <category android:name="android.intent.category.TAB" /> |
| 89 | </intent-filter> |
| 90 | |
| 91 | <intent-filter> |
| 92 | <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" /> |
| 93 | <category android:name="android.intent.category.DEFAULT" /> |
| 94 | <category android:name="android.intent.category.TAB" /> |
| 95 | </intent-filter> |
| 96 | |
| 97 | <intent-filter> |
| 98 | <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" /> |
| 99 | <category android:name="android.intent.category.DEFAULT" /> |
| 100 | <category android:name="android.intent.category.TAB" /> |
| 101 | </intent-filter> |
| 102 | |
| 103 | <intent-filter android:label="@string/starredList"> |
| 104 | <action android:name="com.android.contacts.action.LIST_STARRED" /> |
| 105 | <category android:name="android.intent.category.DEFAULT" /> |
| 106 | <category android:name="android.intent.category.TAB" /> |
| 107 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 108 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 109 | <intent-filter android:label="@string/frequentList"> |
| 110 | <action android:name="com.android.contacts.action.LIST_FREQUENT" /> |
| 111 | <category android:name="android.intent.category.DEFAULT" /> |
| 112 | <category android:name="android.intent.category.TAB" /> |
| 113 | </intent-filter> |
| 114 | |
| 115 | <intent-filter android:label="@string/strequentList"> |
| 116 | <action android:name="com.android.contacts.action.LIST_STREQUENT" /> |
| 117 | <category android:name="android.intent.category.DEFAULT" /> |
| 118 | <category android:name="android.intent.category.TAB" /> |
| 119 | </intent-filter> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 120 | |
| 121 | <intent-filter> |
| 122 | <action android:name="android.intent.action.SEARCH" /> |
| 123 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | 0edd407 | 2011-01-19 10:10:10 -0800 | [diff] [blame] | 124 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 125 | </intent-filter> |
| 126 | |
| 127 | <intent-filter> |
Dmitri Plotnikov | 30b9971 | 2011-01-20 09:29:44 -0800 | [diff] [blame] | 128 | <action android:name="android.intent.action.SEARCH" /> |
| 129 | <category android:name="android.intent.category.DEFAULT" /> |
| 130 | </intent-filter> |
| 131 | |
| 132 | <intent-filter> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 133 | <action android:name="com.android.contacts.action.FILTER_CONTACTS" /> |
| 134 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 135 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 136 | </intent-filter> |
| 137 | |
Daisuke Miyakawa | f0c4681 | 2011-08-23 15:58:21 -0700 | [diff] [blame] | 138 | <intent-filter> |
| 139 | <action android:name="android.intent.action.VIEW" /> |
| 140 | <category android:name="android.intent.category.DEFAULT" /> |
| 141 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 142 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 143 | </intent-filter> |
| 144 | |
Mathew Inwood | 700d369 | 2013-09-30 15:48:28 +0100 | [diff] [blame] | 145 | <meta-data android:name="android.app.searchable" |
| 146 | android:resource="@xml/searchable" |
| 147 | /> |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 148 | </activity> |
Doug Zongker | 854d326 | 2011-07-19 13:11:58 -0700 | [diff] [blame] | 149 | |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 150 | <activity android:name=".activities.ContactSelectionActivity" |
| 151 | android:label="@string/contactsList" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 152 | android:theme="@style/ContactPickerTheme" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 153 | android:launchMode="singleTop" |
| 154 | android:clearTaskOnLaunch="true" |
Chiao Cheng | 934e39d | 2013-04-16 18:15:44 -0700 | [diff] [blame] | 155 | android:uiOptions="splitActionBarWhenNarrow" |
| 156 | android:windowSoftInputMode="adjustResize"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 157 | <intent-filter> |
| 158 | <action android:name="android.intent.action.INSERT_OR_EDIT" /> |
| 159 | <category android:name="android.intent.category.DEFAULT" /> |
| 160 | <data android:mimeType="vnd.android.cursor.item/person" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 161 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 162 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 163 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 164 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 165 | <intent-filter> |
| 166 | <action android:name="android.intent.action.PICK" /> |
| 167 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 168 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 169 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 170 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" /> |
| 171 | <data android:mimeType="vnd.android.cursor.dir/phone" /> |
| 172 | <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" /> |
| 173 | <data android:mimeType="vnd.android.cursor.dir/postal-address" /> |
Daniel Lehmann | c86ace7 | 2011-03-23 21:04:29 -0700 | [diff] [blame] | 174 | <data android:mimeType="vnd.android.cursor.dir/email_v2" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 175 | </intent-filter> |
| 176 | |
| 177 | <intent-filter> |
| 178 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 179 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 180 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 181 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 182 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 183 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 184 | <data android:mimeType="vnd.android.cursor.item/postal-address_v2" /> |
| 185 | <data android:mimeType="vnd.android.cursor.item/postal-address" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 186 | </intent-filter> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 187 | </activity> |
| 188 | |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 189 | <!-- Backwards compatibility: somebody may have hard coded this activity name --> |
| 190 | <activity-alias android:name="ContactsListActivity" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 191 | android:targetActivity=".activities.PeopleActivity" |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 192 | /> |
| 193 | |
Daniel Lehmann | e9b9461 | 2011-07-11 11:44:56 -0700 | [diff] [blame] | 194 | <!-- Backwards compatibility: "Contacts" from Honeycomb --> |
| 195 | <activity-alias android:name=".activities.ContactsFrontDoor" |
| 196 | android:targetActivity=".activities.PeopleActivity" |
| 197 | android:exported="true" |
| 198 | /> |
| 199 | |
| 200 | <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier --> |
| 201 | <activity-alias android:name="DialtactsContactsEntryActivity" |
| 202 | android:targetActivity=".activities.PeopleActivity" |
| 203 | android:exported="true" |
| 204 | /> |
| 205 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 206 | <!-- An activity for joining contacts --> |
Dmitri Plotnikov | d21ddb2 | 2010-11-03 14:25:59 -0700 | [diff] [blame] | 207 | <activity android:name=".activities.JoinContactActivity" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 208 | android:theme="@style/JoinContactActivityTheme" |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 209 | android:clearTaskOnLaunch="true" |
| 210 | > |
| 211 | <intent-filter> |
Dmitri Plotnikov | 501b7ea | 2010-04-07 17:20:49 -0700 | [diff] [blame] | 212 | <action android:name="com.android.contacts.action.JOIN_CONTACT" /> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 213 | <category android:name="android.intent.category.DEFAULT" /> |
| 214 | </intent-filter> |
| 215 | </activity> |
| 216 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 217 | <!-- Used to set options --> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 218 | <activity |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 219 | android:name=".preference.ContactsPreferenceActivity" |
| 220 | android:label="@string/activity_title_settings" |
Yorke Lee | 676c463 | 2013-09-06 16:16:10 -0700 | [diff] [blame] | 221 | android:theme="@style/ContactsPreferencesTheme" |
| 222 | android:exported="false"/> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 223 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 224 | <!-- Used to filter contacts list by account --> |
| 225 | <activity |
Chiao Cheng | 30868d4 | 2012-11-28 17:45:57 -0800 | [diff] [blame] | 226 | android:name=".common.list.AccountFilterActivity" |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 227 | android:label="@string/activity_title_contacts_filter" |
| 228 | android:theme="@style/ContactListFilterTheme" /> |
| 229 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 230 | <!-- Used to select display and sync groups --> |
| 231 | <activity |
Chiao Cheng | 30868d4 | 2012-11-28 17:45:57 -0800 | [diff] [blame] | 232 | android:name=".common.list.CustomContactListFilterActivity" |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 233 | android:label="@string/custom_list_filter" |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 234 | android:theme="@style/ContactListFilterTheme" /> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 235 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 236 | <activity |
Daniel Lehmann | 72af89f | 2010-10-18 15:15:59 -0700 | [diff] [blame] | 237 | android:name=".activities.ShowOrCreateActivity" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 238 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 239 | |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 240 | <intent-filter> |
| 241 | <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" /> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 242 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 243 | <data android:scheme="mailto" /> |
| 244 | <data android:scheme="tel" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 245 | </intent-filter> |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 246 | </activity> |
| 247 | |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 248 | <!-- Views the details of a single group --> |
| 249 | <activity android:name=".activities.GroupDetailActivity" |
| 250 | android:label="" |
Katherine Kuan | ab58395 | 2011-08-23 14:20:43 -0700 | [diff] [blame] | 251 | android:theme="@style/DetailActivityTheme"/> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 252 | |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 253 | <!-- Create a new or edit an existing group --> |
| 254 | <activity |
| 255 | android:name=".activities.GroupEditorActivity" |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 256 | android:theme="@style/EditorActivityTheme" |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 257 | android:windowSoftInputMode="adjustResize" /> |
| 258 | |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 259 | <activity |
Daniel Lehmann | edb576a | 2011-07-27 16:45:13 -0700 | [diff] [blame] | 260 | android:name=".quickcontact.QuickContactActivity" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 261 | android:theme="@style/Theme.QuickContact" |
Jeff Sharkey | 735e8b1 | 2009-09-30 14:57:07 -0700 | [diff] [blame] | 262 | android:launchMode="singleTop" |
Jeff Sharkey | 5cbf6f4 | 2009-10-02 14:22:51 -0700 | [diff] [blame] | 263 | android:excludeFromRecents="true" |
Adam Powell | 8ca93ed | 2012-04-23 13:28:28 -0700 | [diff] [blame] | 264 | android:taskAffinity="" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 265 | android:windowSoftInputMode="stateUnchanged"> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 266 | |
| 267 | <intent-filter> |
Evan Millar | 33b0845 | 2009-09-30 21:45:08 -0700 | [diff] [blame] | 268 | <action android:name="com.android.contacts.action.QUICK_CONTACT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 269 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 270 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 271 | <data android:mimeType="vnd.android.cursor.item/person" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 272 | </intent-filter> |
Paul Soulos | 5fb3a58 | 2014-05-19 16:51:51 -0700 | [diff] [blame] | 273 | |
| 274 | <intent-filter android:label="@string/viewContactDesription"> |
| 275 | <action android:name="android.intent.action.VIEW" /> |
| 276 | <category android:name="android.intent.category.DEFAULT" /> |
| 277 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 278 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 279 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
| 280 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 281 | </activity> |
| 282 | |
Daniel Lehmann | d1e5011 | 2012-05-06 16:41:15 -0700 | [diff] [blame] | 283 | <receiver |
| 284 | android:name=".quickcontact.QuickContactBroadcastReceiver" |
| 285 | android:exported="false" /> |
| 286 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 287 | <activity-alias android:name="ContactShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 288 | android:targetActivity=".activities.ContactSelectionActivity" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 289 | android:label="@string/shortcutContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 290 | android:icon="@mipmap/ic_launcher_shortcut_contact"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 291 | |
| 292 | <intent-filter> |
| 293 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 294 | <category android:name="android.intent.category.DEFAULT" /> |
| 295 | </intent-filter> |
| 296 | |
| 297 | </activity-alias> |
| 298 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 299 | <activity-alias android:name="alias.DialShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 300 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 301 | android:label="@string/shortcutDialContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 302 | android:icon="@mipmap/ic_launcher_shortcut_directdial" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 303 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 304 | |
| 305 | <intent-filter> |
| 306 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 307 | <category android:name="android.intent.category.DEFAULT" /> |
Bernd Holzhey | a497ce5 | 2010-03-31 10:06:24 +0200 | [diff] [blame] | 308 | <category android:name="android.intent.category.CAR_MODE" /> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 309 | </intent-filter> |
| 310 | |
| 311 | </activity-alias> |
| 312 | |
| 313 | <activity-alias android:name="alias.MessageShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 314 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 315 | android:label="@string/shortcutMessageContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 316 | android:icon="@mipmap/ic_launcher_shortcut_directmessage" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 317 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 318 | |
| 319 | <intent-filter> |
| 320 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 321 | <category android:name="android.intent.category.DEFAULT" /> |
| 322 | </intent-filter> |
| 323 | |
| 324 | </activity-alias> |
| 325 | |
Katherine Kuan | 37bddc2 | 2011-07-09 17:36:26 -0700 | [diff] [blame] | 326 | <!-- Confirm that a single detail will be added to an existing contact --> |
| 327 | <activity |
| 328 | android:name=".activities.ConfirmAddDetailActivity" |
| 329 | android:label="@string/activity_title_confirm_add_detail" |
| 330 | android:theme="@style/ConfirmAddDetailDialogTheme" |
| 331 | android:windowSoftInputMode="adjustResize" |
| 332 | android:exported="false"/> |
| 333 | |
Katherine Kuan | 0353a24 | 2011-09-23 10:38:28 -0700 | [diff] [blame] | 334 | <!-- Accounts changed prompt that can appear when creating a new contact. --> |
| 335 | <activity |
| 336 | android:name=".activities.ContactEditorAccountsChangedActivity" |
| 337 | android:theme="@style/ContactEditorAccountsChangedActivityTheme" |
| 338 | android:windowSoftInputMode="adjustResize" |
| 339 | android:exported="false"/> |
| 340 | |
Daniel Lehmann | f319cf8 | 2010-06-25 17:41:13 -0700 | [diff] [blame] | 341 | <!-- Create a new or edit an existing contact --> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 342 | <activity |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 343 | android:name=".activities.ContactEditorActivity" |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 344 | android:theme="@style/EditorActivityTheme" |
Daniel Lehmann | 3a12077 | 2010-06-21 16:21:35 -0700 | [diff] [blame] | 345 | android:windowSoftInputMode="adjustResize"> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 346 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 347 | <intent-filter android:label="@string/editContactDescription"> |
| 348 | <action android:name="android.intent.action.EDIT" /> |
| 349 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 350 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 351 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 352 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 353 | </intent-filter> |
| 354 | <intent-filter android:label="@string/insertContactDescription"> |
| 355 | <action android:name="android.intent.action.INSERT" /> |
| 356 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 357 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 358 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 359 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 360 | </intent-filter> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 361 | </activity> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 362 | |
Chiao Cheng | a2180f3 | 2012-08-17 16:23:35 -0700 | [diff] [blame] | 363 | <activity android:name=".common.test.FragmentTestActivity"> |
Dmitri Plotnikov | 43fd1e8 | 2011-01-09 11:29:39 -0800 | [diff] [blame] | 364 | <intent-filter> |
| 365 | <category android:name="android.intent.category.TEST" /> |
| 366 | </intent-filter> |
| 367 | </activity> |
| 368 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 369 | <!-- Stub service used to keep our process alive long enough for |
| 370 | background threads to finish their operations. --> |
| 371 | <service |
Chiao Cheng | 30868d4 | 2012-11-28 17:45:57 -0800 | [diff] [blame] | 372 | android:name=".common.util.EmptyService" |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 373 | android:exported="false" /> |
| 374 | |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 375 | <!-- Service to save a contact --> |
| 376 | <service |
Dmitri Plotnikov | 72f2b7a | 2010-12-03 18:46:31 -0800 | [diff] [blame] | 377 | android:name=".ContactSaveService" |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 378 | android:exported="false" /> |
| 379 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 380 | <!-- Attaches a photo to a contact. Started from external applications --> |
Dmitri Plotnikov | 19d51ac | 2011-01-04 14:30:24 -0800 | [diff] [blame] | 381 | <activity android:name=".activities.AttachPhotoActivity" |
Daniel Lehmann | 9442ef4 | 2010-11-09 17:35:53 -0800 | [diff] [blame] | 382 | android:label="@string/attach_photo_dialog_title" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 383 | android:taskAffinity=""> |
| 384 | <intent-filter> |
| 385 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 386 | <data android:mimeType="image/*" /> |
| 387 | <category android:name="android.intent.category.DEFAULT" /> |
| 388 | </intent-filter> |
Dave Santoro | 6fa7384 | 2011-09-28 14:37:06 -0700 | [diff] [blame] | 389 | </activity> |
| 390 | |
Makoto Onuki | 272122c | 2012-05-02 17:00:12 -0700 | [diff] [blame] | 391 | <!-- |
| 392 | Internal photo selection activity. This activity handles all configuration changes by |
| 393 | itself. |
| 394 | --> |
Dave Santoro | 6fa7384 | 2011-09-28 14:37:06 -0700 | [diff] [blame] | 395 | <activity android:name=".activities.PhotoSelectionActivity" |
| 396 | android:theme="@style/Theme.PhotoSelector" |
| 397 | android:launchMode="singleTop" |
Makoto Onuki | 272122c | 2012-05-02 17:00:12 -0700 | [diff] [blame] | 398 | android:windowSoftInputMode="stateUnchanged" |
| 399 | android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize" |
| 400 | > |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 401 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 402 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 403 | <!-- vCard related --> |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 404 | <activity android:name=".common.vcard.ImportVCardActivity" |
Daisuke Miyakawa | 4baff1e | 2011-04-07 14:28:37 -0700 | [diff] [blame] | 405 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 406 | android:theme="@style/BackgroundOnlyTheme"> |
Daisuke Miyakawa | 6448da7 | 2010-04-02 12:06:44 +0900 | [diff] [blame] | 407 | <intent-filter> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 408 | <action android:name="android.intent.action.VIEW" /> |
Attila Bodis | 1261e13 | 2010-03-18 22:06:37 -0700 | [diff] [blame] | 409 | <data android:mimeType="text/directory" /> |
Daisuke Miyakawa | 92ba98a | 2010-06-22 09:12:19 +0900 | [diff] [blame] | 410 | <data android:mimeType="text/vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 411 | <data android:mimeType="text/x-vcard" /> |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 412 | <category android:name="android.intent.category.DEFAULT" /> |
| 413 | </intent-filter> |
| 414 | </activity> |
| 415 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 416 | <activity android:name=".common.vcard.NfcImportVCardActivity" |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 417 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 418 | android:theme="@style/BackgroundOnlyTheme"> |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 419 | <intent-filter> |
| 420 | <action android:name="android.nfc.action.NDEF_DISCOVERED" /> |
| 421 | <data android:mimeType="text/vcard" /> |
| 422 | <data android:mimeType="text/x-vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 423 | <category android:name="android.intent.category.DEFAULT" /> |
| 424 | </intent-filter> |
| 425 | </activity> |
| 426 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 427 | <activity android:name=".common.vcard.CancelActivity" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 428 | android:theme="@style/BackgroundOnlyTheme" /> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 429 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 430 | <activity android:name=".common.vcard.SelectAccountActivity" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 431 | android:theme="@style/BackgroundOnlyTheme" /> |
Daisuke Miyakawa | 6d2f27f | 2010-04-21 16:11:38 +0900 | [diff] [blame] | 432 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 433 | <activity android:name=".common.vcard.ExportVCardActivity" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 434 | android:theme="@style/BackgroundOnlyTheme" /> |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 435 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 436 | <service |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 437 | android:name=".common.vcard.VCardService" |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 438 | android:exported="false" /> |
| 439 | |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 440 | <!-- Pinned header list demo --> |
| 441 | <activity android:name=".widget.PinnedHeaderListDemoActivity"> |
| 442 | <intent-filter> |
| 443 | <action android:name="android.intent.action.MAIN" /> |
| 444 | <category android:name="android.intent.category.DEFAULT" /> |
| 445 | </intent-filter> |
| 446 | </activity> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 447 | |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 448 | <!-- Intercept Dialer Intents for devices without a phone. |
| 449 | This activity should have the same intent filters as the DialtactsActivity, |
| 450 | so that its capturing the same events. Omit android.intent.category.LAUNCHER, because |
| 451 | we don't want this to show up in the Launcher. The priorities of the intent-filters |
| 452 | are set lower, so that the user does not see a disambig dialog --> |
| 453 | <activity |
| 454 | android:name="com.android.contacts.NonPhoneActivity" |
| 455 | android:theme="@style/NonPhoneActivityTheme" |
| 456 | > |
| 457 | <intent-filter android:priority="-1"> |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 458 | <action android:name="android.intent.action.MAIN"/> |
| 459 | <category android:name="android.intent.category.DEFAULT"/> |
| 460 | <category android:name="android.intent.category.BROWSABLE"/> |
| 461 | </intent-filter> |
| 462 | <intent-filter android:priority="-1"> |
| 463 | <action android:name="android.intent.action.VIEW"/> |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 464 | <category android:name="android.intent.category.DEFAULT"/> |
| 465 | <category android:name="android.intent.category.BROWSABLE"/> |
| 466 | <data android:scheme="tel"/> |
| 467 | </intent-filter> |
| 468 | <intent-filter android:priority="-1"> |
| 469 | <action android:name="android.intent.action.VIEW"/> |
| 470 | <category android:name="android.intent.category.DEFAULT"/> |
| 471 | <category android:name="android.intent.category.BROWSABLE"/> |
| 472 | <data android:mimeType="vnd.android.cursor.dir/calls"/> |
| 473 | </intent-filter> |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 474 | </activity> |
| 475 | |
| 476 | <!-- Service that is exclusively for the Phone application that sends out a view |
| 477 | notification. This service might be removed in future versions of the app. |
| 478 | |
| 479 | This is called explicitly by the phone app via package name and class. |
| 480 | (PhoneUtils.sendViewNotificationAsync()). If this service moves, then phone |
| 481 | needs to be changed as well. |
| 482 | --> |
| 483 | <service android:name=".ViewNotificationService" |
| 484 | android:permission="android.permission.WRITE_CONTACTS" |
| 485 | android:exported="true"> |
| 486 | <intent-filter> |
| 487 | <action android:name="com.android.contacts.VIEW_NOTIFICATION"/> |
| 488 | <data android:mimeType="vnd.android.cursor.item/contact"/> |
| 489 | </intent-filter> |
| 490 | </service> |
Daniel Lehmann | 93597c3 | 2012-04-19 17:01:17 -0700 | [diff] [blame] | 491 | |
Yorke Lee | 637a38e | 2013-09-14 08:36:33 -0700 | [diff] [blame] | 492 | <provider |
| 493 | android:name="android.support.v4.content.FileProvider" |
| 494 | android:authorities="com.android.contacts.files" |
| 495 | android:grantUriPermissions="true" |
| 496 | android:exported="false"> |
| 497 | <meta-data |
| 498 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 499 | android:resource="@xml/file_paths" /> |
| 500 | </provider> |
| 501 | |
Martijn Coenen | 345ec4f | 2012-09-24 17:53:40 -0700 | [diff] [blame] | 502 | <meta-data android:name="android.nfc.disable_beam_default" android:value="true" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 503 | </application> |
| 504 | </manifest> |