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" |
Walter Jang | a4225bc | 2015-11-23 16:17:40 -0800 | [diff] [blame] | 19 | android:versionCode="10400" |
| 20 | android:versionName="1.4.0"> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 21 | |
Wenyi Wang | 49eedc8 | 2015-12-11 13:17:04 -0800 | [diff] [blame] | 22 | <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="23" /> |
Jeff Hamilton | e788353 | 2010-02-11 16:25:48 -0600 | [diff] [blame] | 23 | <original-package android:name="com.android.contacts" /> |
| 24 | |
Jay Shrauner | 41f45c7 | 2014-07-14 12:08:42 -0700 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 27 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
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" /> |
Walter Jang | 90427ce | 2015-11-10 18:48:48 -0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
| 34 | <uses-permission android:name="android.permission.WRITE_PROFILE" /> |
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" /> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Fred Quintana | 104b792 | 2009-07-22 20:01:15 -0700 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
Nicolas Catania | 9bcf470 | 2009-11-06 13:19:43 -0800 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.VIBRATE" /> |
Dmitri Plotnikov | 9981172 | 2010-11-01 18:21:22 -0700 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Walter Jang | 270b9ef | 2015-07-23 19:03:52 -0700 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
Maurice Chu | 056a846 | 2012-04-11 18:29:32 -0700 | [diff] [blame] | 44 | <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> |
Jay Shrauner | 07f604f | 2014-06-24 15:10:04 -0700 | [diff] [blame] | 45 | <!-- Following used for QuickContacts --> |
| 46 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
Paul Soulos | b3054e5 | 2014-06-05 16:46:02 -0700 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.READ_SMS" /> |
Paul Soulos | 899aa21 | 2014-06-11 12:04:43 -0700 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.READ_CALENDAR" /> |
Brian Attwell | bdd3264 | 2015-05-08 17:03:15 -0700 | [diff] [blame] | 49 | <uses-permission android:name="com.android.voicemail.permission.READ_VOICEMAIL" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 50 | |
| 51 | <application |
Dmitri Plotnikov | f049ff0 | 2010-11-29 10:15:24 -0800 | [diff] [blame] | 52 | android:name="com.android.contacts.ContactsApplication" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 53 | android:label="@string/applicationLabel" |
Paul Soulos | 44bfcba | 2014-08-18 11:20:43 -0700 | [diff] [blame] | 54 | android:icon="@mipmap/ic_contacts_clr_48cv_44dp" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 55 | android:taskAffinity="android.task.contacts" |
Daniel Lehmann | 57b5aa1 | 2010-09-23 17:42:23 -0700 | [diff] [blame] | 56 | android:hardwareAccelerated="true" |
Yorke Lee | a7109d7 | 2013-01-17 11:47:23 -0800 | [diff] [blame] | 57 | android:supportsRtl="true" |
Alex Klyubin | 6746d25 | 2015-04-02 12:51:40 -0700 | [diff] [blame] | 58 | android:usesCleartextTraffic="false" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 59 | > |
| 60 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 61 | <!-- The main Contacts activity with the contact list, favorites, and groups. --> |
| 62 | <activity android:name=".activities.PeopleActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 63 | android:label="@string/launcherActivityLabel" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 64 | android:theme="@style/PeopleTheme" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 65 | android:clearTaskOnLaunch="true" |
| 66 | android:launchMode="singleTop" |
Tingting Wang | 598ce09 | 2016-01-07 14:04:59 -0800 | [diff] [blame] | 67 | android:resizeableActivity="true" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 68 | > |
| 69 | <intent-filter> |
| 70 | <action android:name="android.intent.action.MAIN" /> |
| 71 | <category android:name="android.intent.category.DEFAULT" /> |
| 72 | <category android:name="android.intent.category.LAUNCHER" /> |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 73 | <category android:name="android.intent.category.BROWSABLE" /> |
Jeff Brown | d7152b6 | 2011-11-28 16:34:58 -0800 | [diff] [blame] | 74 | <category android:name="android.intent.category.APP_CONTACTS" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 75 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 76 | <intent-filter> |
| 77 | <action android:name="com.android.contacts.action.LIST_DEFAULT" /> |
| 78 | <category android:name="android.intent.category.DEFAULT" /> |
| 79 | <category android:name="android.intent.category.TAB" /> |
| 80 | </intent-filter> |
| 81 | |
| 82 | <intent-filter> |
| 83 | <action android:name="com.android.contacts.action.LIST_CONTACTS" /> |
| 84 | <category android:name="android.intent.category.DEFAULT" /> |
| 85 | <category android:name="android.intent.category.TAB" /> |
| 86 | </intent-filter> |
| 87 | |
| 88 | <intent-filter> |
| 89 | <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" /> |
| 90 | <category android:name="android.intent.category.DEFAULT" /> |
| 91 | <category android:name="android.intent.category.TAB" /> |
| 92 | </intent-filter> |
| 93 | |
| 94 | <intent-filter> |
| 95 | <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" /> |
| 96 | <category android:name="android.intent.category.DEFAULT" /> |
| 97 | <category android:name="android.intent.category.TAB" /> |
| 98 | </intent-filter> |
| 99 | |
| 100 | <intent-filter android:label="@string/starredList"> |
| 101 | <action android:name="com.android.contacts.action.LIST_STARRED" /> |
| 102 | <category android:name="android.intent.category.DEFAULT" /> |
| 103 | <category android:name="android.intent.category.TAB" /> |
| 104 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 105 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 106 | <intent-filter android:label="@string/frequentList"> |
| 107 | <action android:name="com.android.contacts.action.LIST_FREQUENT" /> |
| 108 | <category android:name="android.intent.category.DEFAULT" /> |
| 109 | <category android:name="android.intent.category.TAB" /> |
| 110 | </intent-filter> |
| 111 | |
| 112 | <intent-filter android:label="@string/strequentList"> |
| 113 | <action android:name="com.android.contacts.action.LIST_STREQUENT" /> |
| 114 | <category android:name="android.intent.category.DEFAULT" /> |
| 115 | <category android:name="android.intent.category.TAB" /> |
| 116 | </intent-filter> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 117 | |
| 118 | <intent-filter> |
| 119 | <action android:name="android.intent.action.SEARCH" /> |
| 120 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | 0edd407 | 2011-01-19 10:10:10 -0800 | [diff] [blame] | 121 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 122 | </intent-filter> |
| 123 | |
| 124 | <intent-filter> |
Dmitri Plotnikov | 30b9971 | 2011-01-20 09:29:44 -0800 | [diff] [blame] | 125 | <action android:name="android.intent.action.SEARCH" /> |
| 126 | <category android:name="android.intent.category.DEFAULT" /> |
| 127 | </intent-filter> |
| 128 | |
| 129 | <intent-filter> |
Daisuke Miyakawa | f0c4681 | 2011-08-23 15:58:21 -0700 | [diff] [blame] | 130 | <action android:name="android.intent.action.VIEW" /> |
| 131 | <category android:name="android.intent.category.DEFAULT" /> |
| 132 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 133 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 134 | </intent-filter> |
| 135 | |
Mathew Inwood | 700d369 | 2013-09-30 15:48:28 +0100 | [diff] [blame] | 136 | <meta-data android:name="android.app.searchable" |
| 137 | android:resource="@xml/searchable" |
| 138 | /> |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 139 | </activity> |
Doug Zongker | 854d326 | 2011-07-19 13:11:58 -0700 | [diff] [blame] | 140 | |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 141 | <activity android:name=".activities.ContactSelectionActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 142 | android:label="@string/launcherActivityLabel" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 143 | android:theme="@style/ContactPickerTheme" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 144 | android:launchMode="singleTop" |
| 145 | android:clearTaskOnLaunch="true" |
Chiao Cheng | 934e39d | 2013-04-16 18:15:44 -0700 | [diff] [blame] | 146 | android:uiOptions="splitActionBarWhenNarrow" |
| 147 | android:windowSoftInputMode="adjustResize"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 148 | <intent-filter> |
| 149 | <action android:name="android.intent.action.INSERT_OR_EDIT" /> |
| 150 | <category android:name="android.intent.category.DEFAULT" /> |
| 151 | <data android:mimeType="vnd.android.cursor.item/person" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 152 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 153 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 154 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 155 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 156 | <intent-filter> |
| 157 | <action android:name="android.intent.action.PICK" /> |
| 158 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 159 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 160 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 161 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" /> |
| 162 | <data android:mimeType="vnd.android.cursor.dir/phone" /> |
| 163 | <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" /> |
| 164 | <data android:mimeType="vnd.android.cursor.dir/postal-address" /> |
Daniel Lehmann | c86ace7 | 2011-03-23 21:04:29 -0700 | [diff] [blame] | 165 | <data android:mimeType="vnd.android.cursor.dir/email_v2" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 166 | </intent-filter> |
| 167 | |
| 168 | <intent-filter> |
| 169 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 170 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 171 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 172 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 173 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 174 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 175 | <data android:mimeType="vnd.android.cursor.item/postal-address_v2" /> |
| 176 | <data android:mimeType="vnd.android.cursor.item/postal-address" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 177 | </intent-filter> |
Brian Attwell | 81cc3b3 | 2014-07-22 16:04:52 -0700 | [diff] [blame] | 178 | |
| 179 | <intent-filter> |
| 180 | <action android:name="com.android.contacts.action.JOIN_CONTACT" /> |
| 181 | <category android:name="android.intent.category.DEFAULT" /> |
| 182 | </intent-filter> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 183 | </activity> |
| 184 | |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 185 | <!-- Backwards compatibility: somebody may have hard coded this activity name --> |
| 186 | <activity-alias android:name="ContactsListActivity" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 187 | android:targetActivity=".activities.PeopleActivity" |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 188 | /> |
| 189 | |
Daniel Lehmann | e9b9461 | 2011-07-11 11:44:56 -0700 | [diff] [blame] | 190 | <!-- Backwards compatibility: "Contacts" from Honeycomb --> |
| 191 | <activity-alias android:name=".activities.ContactsFrontDoor" |
| 192 | android:targetActivity=".activities.PeopleActivity" |
| 193 | android:exported="true" |
| 194 | /> |
| 195 | |
| 196 | <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier --> |
| 197 | <activity-alias android:name="DialtactsContactsEntryActivity" |
| 198 | android:targetActivity=".activities.PeopleActivity" |
| 199 | android:exported="true" |
| 200 | /> |
| 201 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 202 | <!-- Used to set options --> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 203 | <activity |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 204 | android:name=".preference.ContactsPreferenceActivity" |
| 205 | android:label="@string/activity_title_settings" |
Yorke Lee | 676c463 | 2013-09-06 16:16:10 -0700 | [diff] [blame] | 206 | android:theme="@style/ContactsPreferencesTheme" |
| 207 | android:exported="false"/> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 208 | |
Tingting Wang | 96101f6 | 2015-11-05 15:15:08 -0800 | [diff] [blame] | 209 | <activity android:name=".common.activity.LicenseActivity" |
| 210 | android:label="@string/activity_title_licenses" |
| 211 | android:theme="@style/ContactsPreferencesTheme" |
| 212 | android:exported="false" /> |
| 213 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 214 | <!-- Used to filter contacts list by account --> |
| 215 | <activity |
Chiao Cheng | 30868d4 | 2012-11-28 17:45:57 -0800 | [diff] [blame] | 216 | android:name=".common.list.AccountFilterActivity" |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 217 | android:label="@string/activity_title_contacts_filter" |
| 218 | android:theme="@style/ContactListFilterTheme" /> |
| 219 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 220 | <!-- Used to select display and sync groups --> |
| 221 | <activity |
Chiao Cheng | 30868d4 | 2012-11-28 17:45:57 -0800 | [diff] [blame] | 222 | android:name=".common.list.CustomContactListFilterActivity" |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 223 | android:label="@string/custom_list_filter" |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 224 | android:theme="@style/ContactListFilterTheme" /> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 225 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 226 | <activity |
Brian Attwell | bdd3264 | 2015-05-08 17:03:15 -0700 | [diff] [blame] | 227 | android:name=".common.activity.RequestPermissionsActivity" |
| 228 | android:label="@string/launcherActivityLabel" |
| 229 | android:theme="@style/PeopleTheme" |
| 230 | android:exported="false"/> |
| 231 | |
| 232 | <activity |
Brian Attwell | 0f4582f | 2015-05-11 17:19:16 -0700 | [diff] [blame] | 233 | android:name=".common.activity.RequestImportVCardPermissionsActivity" |
| 234 | android:label="@string/launcherActivityLabel" |
| 235 | android:theme="@style/PeopleTheme" |
| 236 | android:exported="false"/> |
| 237 | |
| 238 | <activity |
Daniel Lehmann | 72af89f | 2010-10-18 15:15:59 -0700 | [diff] [blame] | 239 | android:name=".activities.ShowOrCreateActivity" |
Paul Soulos | 39937e3 | 2014-09-11 11:55:27 -0700 | [diff] [blame] | 240 | android:label="@string/launcherActivityLabel" |
Brian Attwell | 53e4201 | 2014-10-22 11:15:14 -0700 | [diff] [blame] | 241 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 242 | |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 243 | <intent-filter> |
| 244 | <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" /> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 245 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 246 | <data android:scheme="mailto" /> |
| 247 | <data android:scheme="tel" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 248 | </intent-filter> |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 249 | </activity> |
| 250 | |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 251 | <!-- Views the details of a single group --> |
| 252 | <activity android:name=".activities.GroupDetailActivity" |
| 253 | android:label="" |
Katherine Kuan | ab58395 | 2011-08-23 14:20:43 -0700 | [diff] [blame] | 254 | android:theme="@style/DetailActivityTheme"/> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 255 | |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 256 | <!-- Create a new or edit an existing group --> |
| 257 | <activity |
| 258 | android:name=".activities.GroupEditorActivity" |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 259 | android:theme="@style/EditorActivityTheme" |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 260 | android:windowSoftInputMode="adjustResize" /> |
| 261 | |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 262 | <activity |
Daniel Lehmann | edb576a | 2011-07-27 16:45:13 -0700 | [diff] [blame] | 263 | android:name=".quickcontact.QuickContactActivity" |
Tingting Wang | 35fb265 | 2015-11-10 21:36:28 -0800 | [diff] [blame] | 264 | android:label="@string/quickContactActivityLabel" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 265 | android:theme="@style/Theme.QuickContact" |
Jeff Sharkey | 735e8b1 | 2009-09-30 14:57:07 -0700 | [diff] [blame] | 266 | android:launchMode="singleTop" |
Jeff Sharkey | 5cbf6f4 | 2009-10-02 14:22:51 -0700 | [diff] [blame] | 267 | android:excludeFromRecents="true" |
Adam Powell | 8ca93ed | 2012-04-23 13:28:28 -0700 | [diff] [blame] | 268 | android:taskAffinity="" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 269 | android:windowSoftInputMode="stateUnchanged"> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 270 | |
| 271 | <intent-filter> |
Evan Millar | 33b0845 | 2009-09-30 21:45:08 -0700 | [diff] [blame] | 272 | <action android:name="com.android.contacts.action.QUICK_CONTACT" /> |
Yorke Lee | 9d2b6d5 | 2014-09-04 14:58:56 -0700 | [diff] [blame] | 273 | <action android:name="android.provider.action.QUICK_CONTACT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 274 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 275 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 276 | <data android:mimeType="vnd.android.cursor.item/person" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 277 | </intent-filter> |
Paul Soulos | 5fb3a58 | 2014-05-19 16:51:51 -0700 | [diff] [blame] | 278 | |
Brian Attwell | f0a2a8b | 2015-01-14 09:49:18 -0800 | [diff] [blame] | 279 | <intent-filter> |
Paul Soulos | 5fb3a58 | 2014-05-19 16:51:51 -0700 | [diff] [blame] | 280 | <action android:name="android.intent.action.VIEW" /> |
| 281 | <category android:name="android.intent.category.DEFAULT" /> |
| 282 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 283 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 284 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
| 285 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 286 | </activity> |
| 287 | |
Daniel Lehmann | d1e5011 | 2012-05-06 16:41:15 -0700 | [diff] [blame] | 288 | <receiver |
| 289 | android:name=".quickcontact.QuickContactBroadcastReceiver" |
| 290 | android:exported="false" /> |
| 291 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 292 | <activity-alias android:name="ContactShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 293 | android:targetActivity=".activities.ContactSelectionActivity" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 294 | android:label="@string/shortcutContact" |
Paul Soulos | ad1df31 | 2014-09-12 15:43:22 -0700 | [diff] [blame] | 295 | android:icon="@drawable/logo_quick_contacts_color_44in48dp"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 296 | |
| 297 | <intent-filter> |
| 298 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 299 | <category android:name="android.intent.category.DEFAULT" /> |
| 300 | </intent-filter> |
| 301 | |
| 302 | </activity-alias> |
| 303 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 304 | <activity-alias android:name="alias.DialShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 305 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 306 | android:label="@string/shortcutDialContact" |
Jay Shrauner | f81b810 | 2015-11-17 14:42:25 -0800 | [diff] [blame] | 307 | android:icon="@drawable/logo_quick_contacts_dialer_color_44in48dp"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 308 | |
| 309 | <intent-filter> |
| 310 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 311 | <category android:name="android.intent.category.DEFAULT" /> |
Bernd Holzhey | a497ce5 | 2010-03-31 10:06:24 +0200 | [diff] [blame] | 312 | <category android:name="android.intent.category.CAR_MODE" /> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 313 | </intent-filter> |
| 314 | |
| 315 | </activity-alias> |
| 316 | |
| 317 | <activity-alias android:name="alias.MessageShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 318 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 319 | android:label="@string/shortcutMessageContact" |
Jay Shrauner | f81b810 | 2015-11-17 14:42:25 -0800 | [diff] [blame] | 320 | android:icon="@drawable/logo_quick_contacts_mail_color_44in48dp"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 321 | |
| 322 | <intent-filter> |
| 323 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 324 | <category android:name="android.intent.category.DEFAULT" /> |
| 325 | </intent-filter> |
| 326 | |
| 327 | </activity-alias> |
| 328 | |
Katherine Kuan | 37bddc2 | 2011-07-09 17:36:26 -0700 | [diff] [blame] | 329 | <!-- Confirm that a single detail will be added to an existing contact --> |
| 330 | <activity |
| 331 | android:name=".activities.ConfirmAddDetailActivity" |
| 332 | android:label="@string/activity_title_confirm_add_detail" |
| 333 | android:theme="@style/ConfirmAddDetailDialogTheme" |
| 334 | android:windowSoftInputMode="adjustResize" |
| 335 | android:exported="false"/> |
| 336 | |
Katherine Kuan | 0353a24 | 2011-09-23 10:38:28 -0700 | [diff] [blame] | 337 | <!-- Accounts changed prompt that can appear when creating a new contact. --> |
| 338 | <activity |
| 339 | android:name=".activities.ContactEditorAccountsChangedActivity" |
| 340 | android:theme="@style/ContactEditorAccountsChangedActivityTheme" |
| 341 | android:windowSoftInputMode="adjustResize" |
| 342 | android:exported="false"/> |
| 343 | |
Brian Attwell | bdd3264 | 2015-05-08 17:03:15 -0700 | [diff] [blame] | 344 | <!-- Edit or create a contact with only the most important fields displayed initially. --> |
| 345 | <activity |
| 346 | android:name=".activities.CompactContactEditorActivity" |
Tingting Wang | 35fb265 | 2015-11-10 21:36:28 -0800 | [diff] [blame] | 347 | android:label="@string/editContactActivityLabel" |
Brian Attwell | bdd3264 | 2015-05-08 17:03:15 -0700 | [diff] [blame] | 348 | android:theme="@style/EditorActivityTheme" |
Walter Jang | 3bb7a0f | 2015-05-21 12:06:23 -0700 | [diff] [blame] | 349 | android:windowSoftInputMode="stateHidden|adjustResize"> |
Brian Attwell | bdd3264 | 2015-05-08 17:03:15 -0700 | [diff] [blame] | 350 | |
| 351 | <intent-filter android:label="@string/editContactDescription"> |
| 352 | <action android:name="android.intent.action.EDIT" /> |
| 353 | <category android:name="android.intent.category.DEFAULT" /> |
| 354 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 355 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 356 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
| 357 | </intent-filter> |
| 358 | <intent-filter android:label="@string/insertContactDescription"> |
| 359 | <action android:name="android.intent.action.INSERT" /> |
| 360 | <category android:name="android.intent.category.DEFAULT" /> |
| 361 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 362 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 363 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
| 364 | </intent-filter> |
| 365 | </activity> |
| 366 | |
Walter Jang | ef711f7 | 2015-06-16 14:26:09 -0700 | [diff] [blame] | 367 | <!-- Edit or create a contact with all fields displayed. --> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 368 | <activity |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 369 | android:name=".activities.ContactEditorActivity" |
Tingting Wang | 35fb265 | 2015-11-10 21:36:28 -0800 | [diff] [blame] | 370 | android:label="@string/editContactActivityLabel" |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 371 | android:theme="@style/EditorActivityTheme" |
Walter Jang | ef711f7 | 2015-06-16 14:26:09 -0700 | [diff] [blame] | 372 | android:windowSoftInputMode="stateHidden|adjustResize" |
| 373 | android:exported="false"> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 374 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 375 | <intent-filter android:label="@string/editContactDescription"> |
Walter Jang | ef711f7 | 2015-06-16 14:26:09 -0700 | [diff] [blame] | 376 | <action android:name="com.android.contacts.action.FULL_EDIT" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 377 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 378 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 379 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 380 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 381 | </intent-filter> |
| 382 | <intent-filter android:label="@string/insertContactDescription"> |
Walter Jang | ef711f7 | 2015-06-16 14:26:09 -0700 | [diff] [blame] | 383 | <action android:name="com.android.contacts.action.FULL_INSERT" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 384 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 385 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 386 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 387 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 388 | </intent-filter> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 389 | </activity> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 390 | |
Chiao Cheng | a2180f3 | 2012-08-17 16:23:35 -0700 | [diff] [blame] | 391 | <activity android:name=".common.test.FragmentTestActivity"> |
Dmitri Plotnikov | 43fd1e8 | 2011-01-09 11:29:39 -0800 | [diff] [blame] | 392 | <intent-filter> |
| 393 | <category android:name="android.intent.category.TEST" /> |
| 394 | </intent-filter> |
| 395 | </activity> |
| 396 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 397 | <!-- Stub service used to keep our process alive long enough for |
| 398 | background threads to finish their operations. --> |
| 399 | <service |
Chiao Cheng | 30868d4 | 2012-11-28 17:45:57 -0800 | [diff] [blame] | 400 | android:name=".common.util.EmptyService" |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 401 | android:exported="false" /> |
| 402 | |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 403 | <!-- Service to save a contact --> |
| 404 | <service |
Dmitri Plotnikov | 72f2b7a | 2010-12-03 18:46:31 -0800 | [diff] [blame] | 405 | android:name=".ContactSaveService" |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 406 | android:exported="false" /> |
| 407 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 408 | <!-- Attaches a photo to a contact. Started from external applications --> |
Dmitri Plotnikov | 19d51ac | 2011-01-04 14:30:24 -0800 | [diff] [blame] | 409 | <activity android:name=".activities.AttachPhotoActivity" |
Daniel Lehmann | 9442ef4 | 2010-11-09 17:35:53 -0800 | [diff] [blame] | 410 | android:label="@string/attach_photo_dialog_title" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 411 | android:taskAffinity=""> |
| 412 | <intent-filter> |
| 413 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 414 | <data android:mimeType="image/*" /> |
| 415 | <category android:name="android.intent.category.DEFAULT" /> |
| 416 | </intent-filter> |
Dave Santoro | 6fa7384 | 2011-09-28 14:37:06 -0700 | [diff] [blame] | 417 | </activity> |
| 418 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 419 | <!-- vCard related --> |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 420 | <activity android:name=".common.vcard.ImportVCardActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 421 | android:label="@string/launcherActivityLabel" |
Daisuke Miyakawa | 4baff1e | 2011-04-07 14:28:37 -0700 | [diff] [blame] | 422 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 423 | android:theme="@style/BackgroundOnlyTheme"> |
Daisuke Miyakawa | 6448da7 | 2010-04-02 12:06:44 +0900 | [diff] [blame] | 424 | <intent-filter> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 425 | <action android:name="android.intent.action.VIEW" /> |
Attila Bodis | 1261e13 | 2010-03-18 22:06:37 -0700 | [diff] [blame] | 426 | <data android:mimeType="text/directory" /> |
Daisuke Miyakawa | 92ba98a | 2010-06-22 09:12:19 +0900 | [diff] [blame] | 427 | <data android:mimeType="text/vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 428 | <data android:mimeType="text/x-vcard" /> |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 429 | <category android:name="android.intent.category.DEFAULT" /> |
| 430 | </intent-filter> |
| 431 | </activity> |
| 432 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 433 | <activity android:name=".common.vcard.NfcImportVCardActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 434 | android:label="@string/launcherActivityLabel" |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 435 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 436 | android:theme="@style/BackgroundOnlyTheme"> |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 437 | <intent-filter> |
| 438 | <action android:name="android.nfc.action.NDEF_DISCOVERED" /> |
| 439 | <data android:mimeType="text/vcard" /> |
| 440 | <data android:mimeType="text/x-vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 441 | <category android:name="android.intent.category.DEFAULT" /> |
| 442 | </intent-filter> |
| 443 | </activity> |
| 444 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 445 | <activity android:name=".common.vcard.CancelActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 446 | android:label="@string/launcherActivityLabel" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 447 | android:theme="@style/BackgroundOnlyTheme" /> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 448 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 449 | <activity android:name=".common.vcard.SelectAccountActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 450 | android:label="@string/launcherActivityLabel" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 451 | android:theme="@style/BackgroundOnlyTheme" /> |
Daisuke Miyakawa | 6d2f27f | 2010-04-21 16:11:38 +0900 | [diff] [blame] | 452 | |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 453 | <activity android:name=".common.vcard.ExportVCardActivity" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 454 | android:label="@string/launcherActivityLabel" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 455 | android:theme="@style/BackgroundOnlyTheme" /> |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 456 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 457 | <service |
Chiao Cheng | e98d54e | 2012-12-03 17:17:42 -0800 | [diff] [blame] | 458 | android:name=".common.vcard.VCardService" |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 459 | android:exported="false" /> |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 460 | <!-- end vCard related --> |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 461 | |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 462 | <!-- Intercept Dialer Intents for devices without a phone. |
| 463 | This activity should have the same intent filters as the DialtactsActivity, |
| 464 | so that its capturing the same events. Omit android.intent.category.LAUNCHER, because |
| 465 | we don't want this to show up in the Launcher. The priorities of the intent-filters |
| 466 | are set lower, so that the user does not see a disambig dialog --> |
| 467 | <activity |
| 468 | android:name="com.android.contacts.NonPhoneActivity" |
| 469 | android:theme="@style/NonPhoneActivityTheme" |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 470 | android:label="@string/launcherActivityLabel" |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 471 | > |
| 472 | <intent-filter android:priority="-1"> |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 473 | <action android:name="android.intent.action.MAIN"/> |
| 474 | <category android:name="android.intent.category.DEFAULT"/> |
| 475 | <category android:name="android.intent.category.BROWSABLE"/> |
| 476 | </intent-filter> |
| 477 | <intent-filter android:priority="-1"> |
| 478 | <action android:name="android.intent.action.VIEW"/> |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 479 | <category android:name="android.intent.category.DEFAULT"/> |
| 480 | <category android:name="android.intent.category.BROWSABLE"/> |
| 481 | <data android:scheme="tel"/> |
| 482 | </intent-filter> |
| 483 | <intent-filter android:priority="-1"> |
| 484 | <action android:name="android.intent.action.VIEW"/> |
| 485 | <category android:name="android.intent.category.DEFAULT"/> |
| 486 | <category android:name="android.intent.category.BROWSABLE"/> |
| 487 | <data android:mimeType="vnd.android.cursor.dir/calls"/> |
| 488 | </intent-filter> |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 489 | </activity> |
| 490 | |
Tyler Gunn | 71d1a96 | 2015-08-10 10:02:59 -0700 | [diff] [blame] | 491 | <activity android:name="com.android.contacts.common.dialog.CallSubjectDialog" |
| 492 | android:theme="@style/Theme.CallSubjectDialogTheme" |
| 493 | android:windowSoftInputMode="stateVisible|adjustResize"> |
Tyler Gunn | 5f87e92 | 2015-08-05 14:24:52 -0700 | [diff] [blame] | 494 | <intent-filter> |
| 495 | <action android:name="android.intent.action.VIEW"/> |
| 496 | </intent-filter> |
| 497 | </activity> |
| 498 | |
Chiao Cheng | 3483b81 | 2012-10-23 16:26:40 -0700 | [diff] [blame] | 499 | <!-- Service that is exclusively for the Phone application that sends out a view |
| 500 | notification. This service might be removed in future versions of the app. |
| 501 | |
| 502 | This is called explicitly by the phone app via package name and class. |
| 503 | (PhoneUtils.sendViewNotificationAsync()). If this service moves, then phone |
| 504 | needs to be changed as well. |
| 505 | --> |
| 506 | <service android:name=".ViewNotificationService" |
| 507 | android:permission="android.permission.WRITE_CONTACTS" |
| 508 | android:exported="true"> |
| 509 | <intent-filter> |
| 510 | <action android:name="com.android.contacts.VIEW_NOTIFICATION"/> |
| 511 | <data android:mimeType="vnd.android.cursor.item/contact"/> |
| 512 | </intent-filter> |
| 513 | </service> |
Daniel Lehmann | 93597c3 | 2012-04-19 17:01:17 -0700 | [diff] [blame] | 514 | |
Yorke Lee | ff4b826 | 2014-06-13 15:29:13 -0700 | [diff] [blame] | 515 | <!-- Broadcast receiver that passively listens to location updates --> |
| 516 | <receiver android:name="com.android.contacts.common.location.CountryDetector$LocationChangedReceiver"/> |
| 517 | |
| 518 | <!-- IntentService to update the user's current country --> |
| 519 | <service android:name="com.android.contacts.common.location.UpdateCountryService" |
| 520 | android:exported="false"/> |
| 521 | |
Yorke Lee | 637a38e | 2013-09-14 08:36:33 -0700 | [diff] [blame] | 522 | <provider |
| 523 | android:name="android.support.v4.content.FileProvider" |
| 524 | android:authorities="com.android.contacts.files" |
| 525 | android:grantUriPermissions="true" |
| 526 | android:exported="false"> |
| 527 | <meta-data |
| 528 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 529 | android:resource="@xml/file_paths" /> |
| 530 | </provider> |
| 531 | |
Martijn Coenen | 345ec4f | 2012-09-24 17:53:40 -0700 | [diff] [blame] | 532 | <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] | 533 | </application> |
| 534 | </manifest> |