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