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