blob: 88395bf2f41728f0efd7c3f98bc16b910039763e [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001<?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 Parekhbe406ff2009-09-16 15:31:22 -07007
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08008 http://www.apache.org/licenses/LICENSE-2.0
Neel Parekhbe406ff2009-09-16 15:31:22 -07009
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010 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 Sharkey26c7e732009-04-01 17:30:46 -070018 package="com.android.contacts"
19 android:sharedUserId="android.uid.shared"
Dianne Hackborn15a5ad82010-06-22 16:09:43 -070020 android:sharedUserLabel="@string/sharedUserLabel"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080021>
Jeff Sharkey26c7e732009-04-01 17:30:46 -070022
Jeff Hamiltone7883532010-02-11 16:25:48 -060023 <original-package android:name="com.android.contacts" />
24
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080025 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
26 <uses-permission android:name="android.permission.READ_CONTACTS" />
27 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Dave Santoro0a4d2252011-05-20 11:40:34 -070028 <uses-permission android:name="android.permission.READ_PROFILE" />
29 <uses-permission android:name="android.permission.WRITE_PROFILE" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080030 <uses-permission android:name="android.permission.INTERNET" />
Martijn Coenen8bd40652011-06-15 15:55:05 +020031 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080032 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
33 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
34 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" />
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +090035 <uses-permission android:name="android.permission.WAKE_LOCK" />
Daisuke Miyakawa72c50522009-07-07 15:37:59 -070036 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -080037 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
Fred Quintana104b7922009-07-22 20:01:15 -070038 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
Nicolas Catania9bcf4702009-11-06 13:19:43 -080039 <uses-permission android:name="android.permission.VIBRATE" />
Dmitri Plotnikov99811722010-11-01 18:21:22 -070040 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
Flavio Lerda40d92c42011-07-01 13:47:42 +010041 <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_OWN_VOICEMAIL" />
42 <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080043
44 <application
Dmitri Plotnikovf049ff02010-11-29 10:15:24 -080045 android:name="com.android.contacts.ContactsApplication"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080046 android:label="@string/contactsList"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -080047 android:icon="@mipmap/ic_launcher_contacts"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080048 android:process="android.process.acore"
49 android:taskAffinity="android.task.contacts"
Daniel Lehmann57b5aa12010-09-23 17:42:23 -070050 android:hardwareAccelerated="true"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080051 >
52
Daniel Lehmannf1054f12011-05-05 21:06:42 -070053 <!-- A virtual 12 key dialer -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -070054 <activity android:name=".activities.DialpadActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080055 android:launchMode="singleTop"
56 >
57 <intent-filter>
58 <action android:name="com.android.phone.action.TOUCH_DIALER" />
59 <category android:name="android.intent.category.DEFAULT" />
60 <category android:name="android.intent.category.TAB" />
61 </intent-filter>
62 </activity>
63
Daniel Lehmannf1054f12011-05-05 21:06:42 -070064 <!-- A list of recent calls -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -070065 <activity android:name=".activities.CallLogActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080066 android:label="@string/recentCallsIconLabel"
67 >
68 <intent-filter>
69 <action android:name="com.android.phone.action.RECENT_CALLS" />
70 <category android:name="android.intent.category.DEFAULT" />
71 <category android:name="android.intent.category.TAB" />
72 </intent-filter>
73 </activity>
74
Daniel Lehmanne9b196e2010-10-26 12:17:39 -070075 <!-- Intercept Dialer Intents for devices without a phone.
76 This activity should have the same intent filters as the DialtactsActivity,
77 so that its capturing the same events. Omit android.intent.category.LAUNCHER, because we
78 don't want this to show up in the Launcher. The priorities of the intent-filters
79 are set lower, so that the user does not see a disambig dialog -->
80 <activity
81 android:name=".activities.NonPhoneActivity"
82 android:theme="@style/NonPhoneActivityTheme"
83 >
84 <intent-filter android:priority="-1">
85 <action android:name="android.intent.action.DIAL" />
86 <category android:name="android.intent.category.DEFAULT" />
87 <category android:name="android.intent.category.BROWSABLE" />
88 <data android:mimeType="vnd.android.cursor.item/phone" />
89 <data android:mimeType="vnd.android.cursor.item/person" />
90 </intent-filter>
91 <intent-filter android:priority="-1">
92 <action android:name="android.intent.action.DIAL" />
93 <category android:name="android.intent.category.DEFAULT" />
94 <category android:name="android.intent.category.BROWSABLE" />
95 <data android:scheme="voicemail" />
96 </intent-filter>
97 <intent-filter android:priority="-1">
98 <action android:name="android.intent.action.DIAL" />
99 <category android:name="android.intent.category.DEFAULT" />
100 </intent-filter>
101 <intent-filter android:priority="-1">
102 <action android:name="android.intent.action.MAIN" />
103 <category android:name="android.intent.category.DEFAULT" />
104 <category android:name="android.intent.category.BROWSABLE" />
105 </intent-filter>
106 <intent-filter android:priority="-1">
107 <action android:name="android.intent.action.VIEW" />
108 <action android:name="android.intent.action.DIAL" />
109 <category android:name="android.intent.category.DEFAULT" />
110 <category android:name="android.intent.category.BROWSABLE" />
111 <data android:scheme="tel" />
112 </intent-filter>
113 <intent-filter android:priority="-1">
114 <action android:name="android.intent.action.VIEW" />
115 <category android:name="android.intent.category.DEFAULT" />
116 <category android:name="android.intent.category.BROWSABLE" />
117 <data android:mimeType="vnd.android.cursor.dir/calls" />
118 </intent-filter>
119 <intent-filter android:priority="-1">
120 <action android:name="android.intent.action.CALL_BUTTON" />
121 <category android:name="android.intent.category.DEFAULT" />
122 <category android:name="android.intent.category.BROWSABLE" />
123 </intent-filter>
124 </activity>
125
Daniel Lehmann7675e122010-04-21 17:31:11 -0700126 <!-- Tab container for all tabs -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -0700127 <activity android:name=".activities.DialtactsActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800128 android:label="@string/launcherDialer"
Nicolas Catania177d88f2009-09-27 15:15:05 -0700129 android:theme="@style/DialtactsTheme"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800130 android:launchMode="singleTask"
131 android:clearTaskOnLaunch="true"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800132 android:icon="@mipmap/ic_launcher_phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800133 android:screenOrientation="nosensor"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700134 android:enabled="@*android:bool/config_voice_capable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700135 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800136 >
137 <intent-filter>
138 <action android:name="android.intent.action.DIAL" />
139 <category android:name="android.intent.category.DEFAULT" />
140 <category android:name="android.intent.category.BROWSABLE" />
141 <data android:mimeType="vnd.android.cursor.item/phone" />
142 <data android:mimeType="vnd.android.cursor.item/person" />
143 </intent-filter>
144 <intent-filter>
145 <action android:name="android.intent.action.DIAL" />
146 <category android:name="android.intent.category.DEFAULT" />
147 <category android:name="android.intent.category.BROWSABLE" />
148 <data android:scheme="voicemail" />
149 </intent-filter>
150 <intent-filter>
151 <action android:name="android.intent.action.DIAL" />
152 <category android:name="android.intent.category.DEFAULT" />
153 </intent-filter>
154 <intent-filter>
155 <action android:name="android.intent.action.MAIN" />
156 <category android:name="android.intent.category.DEFAULT" />
157 <category android:name="android.intent.category.LAUNCHER" />
158 <category android:name="android.intent.category.BROWSABLE" />
159 </intent-filter>
160 <intent-filter>
161 <action android:name="android.intent.action.VIEW" />
162 <action android:name="android.intent.action.DIAL" />
163 <category android:name="android.intent.category.DEFAULT" />
164 <category android:name="android.intent.category.BROWSABLE" />
165 <data android:scheme="tel" />
166 </intent-filter>
167 <intent-filter>
168 <action android:name="android.intent.action.VIEW" />
169 <category android:name="android.intent.category.DEFAULT" />
170 <category android:name="android.intent.category.BROWSABLE" />
171 <data android:mimeType="vnd.android.cursor.dir/calls" />
172 </intent-filter>
173 <intent-filter>
174 <action android:name="android.intent.action.CALL_BUTTON" />
175 <category android:name="android.intent.category.DEFAULT" />
176 <category android:name="android.intent.category.BROWSABLE" />
177 </intent-filter>
178 </activity>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700179
Katherine Kuan9856fce2011-06-01 10:24:09 -0700180 <!-- The main Contacts activity with the contact list, favorites, and groups. -->
181 <activity android:name=".activities.PeopleActivity"
182 android:label="@string/people"
183 android:theme="@style/PeopleTheme"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800184 android:clearTaskOnLaunch="true"
185 android:launchMode="singleTop"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800186 >
187 <intent-filter>
188 <action android:name="android.intent.action.MAIN" />
189 <category android:name="android.intent.category.DEFAULT" />
190 <category android:name="android.intent.category.LAUNCHER" />
Dmitri Plotnikov032bb362009-05-06 17:05:39 -0700191 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800192 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800193 <intent-filter>
194 <action android:name="com.android.contacts.action.LIST_DEFAULT" />
195 <category android:name="android.intent.category.DEFAULT" />
196 <category android:name="android.intent.category.TAB" />
197 </intent-filter>
198
199 <intent-filter>
200 <action android:name="com.android.contacts.action.LIST_CONTACTS" />
201 <category android:name="android.intent.category.DEFAULT" />
202 <category android:name="android.intent.category.TAB" />
203 </intent-filter>
204
205 <intent-filter>
206 <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" />
207 <category android:name="android.intent.category.DEFAULT" />
208 <category android:name="android.intent.category.TAB" />
209 </intent-filter>
210
211 <intent-filter>
212 <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" />
213 <category android:name="android.intent.category.DEFAULT" />
214 <category android:name="android.intent.category.TAB" />
215 </intent-filter>
216
217 <intent-filter android:label="@string/starredList">
218 <action android:name="com.android.contacts.action.LIST_STARRED" />
219 <category android:name="android.intent.category.DEFAULT" />
220 <category android:name="android.intent.category.TAB" />
221 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700222
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800223 <intent-filter android:label="@string/frequentList">
224 <action android:name="com.android.contacts.action.LIST_FREQUENT" />
225 <category android:name="android.intent.category.DEFAULT" />
226 <category android:name="android.intent.category.TAB" />
227 </intent-filter>
228
229 <intent-filter android:label="@string/strequentList">
230 <action android:name="com.android.contacts.action.LIST_STREQUENT" />
231 <category android:name="android.intent.category.DEFAULT" />
232 <category android:name="android.intent.category.TAB" />
233 </intent-filter>
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700234
235 <intent-filter>
236 <action android:name="android.intent.action.SEARCH" />
237 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikov0edd4072011-01-19 10:10:10 -0800238 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700239 </intent-filter>
240
241 <intent-filter>
Dmitri Plotnikov30b99712011-01-20 09:29:44 -0800242 <action android:name="android.intent.action.SEARCH" />
243 <category android:name="android.intent.category.DEFAULT" />
244 </intent-filter>
245
246 <intent-filter>
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700247 <action android:name="com.android.contacts.action.FILTER_CONTACTS" />
248 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800249 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700250 </intent-filter>
251
252 <meta-data android:name="android.app.searchable"
253 android:resource="@xml/searchable"
254 />
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700255 </activity>
256
257 <activity android:name=".activities.ContactSelectionActivity"
258 android:label="@string/contactsList"
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -0700259 android:theme="@style/ContactPickerTheme"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800260 android:launchMode="singleTop"
261 android:clearTaskOnLaunch="true"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700262 >
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800263 <intent-filter>
264 <action android:name="android.intent.action.INSERT_OR_EDIT" />
265 <category android:name="android.intent.category.DEFAULT" />
266 <data android:mimeType="vnd.android.cursor.item/person" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700267 <data android:mimeType="vnd.android.cursor.item/contact" />
268 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800269 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700270
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800271 <intent-filter>
272 <action android:name="android.intent.action.PICK" />
273 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800274 <data android:mimeType="vnd.android.cursor.dir/contact" />
275 <data android:mimeType="vnd.android.cursor.dir/person" />
276 <data android:mimeType="vnd.android.cursor.dir/phone_v2" />
277 <data android:mimeType="vnd.android.cursor.dir/phone" />
278 <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" />
279 <data android:mimeType="vnd.android.cursor.dir/postal-address" />
Daniel Lehmannc86ace72011-03-23 21:04:29 -0700280 <data android:mimeType="vnd.android.cursor.dir/email_v2" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800281 </intent-filter>
282
283 <intent-filter>
284 <action android:name="android.intent.action.GET_CONTENT" />
285 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800286 <data android:mimeType="vnd.android.cursor.item/contact" />
287 <data android:mimeType="vnd.android.cursor.item/person" />
288 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
289 <data android:mimeType="vnd.android.cursor.item/phone" />
290 <data android:mimeType="vnd.android.cursor.item/postal-address_v2" />
291 <data android:mimeType="vnd.android.cursor.item/postal-address" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800292 </intent-filter>
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700293 </activity>
294
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700295 <!-- Backwards compatibility: somebody may have hard coded this activity name -->
296 <activity-alias android:name="ContactsListActivity"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700297 android:targetActivity=".activities.PeopleActivity"
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700298 />
299
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700300 <!-- An activity for joining contacts -->
Dmitri Plotnikovd21ddb22010-11-03 14:25:59 -0700301 <activity android:name=".activities.JoinContactActivity"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700302 android:theme="@style/JoinContactActivityTheme"
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700303 android:clearTaskOnLaunch="true"
304 >
305 <intent-filter>
Dmitri Plotnikov501b7ea2010-04-07 17:20:49 -0700306 <action android:name="com.android.contacts.action.JOIN_CONTACT" />
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700307 <category android:name="android.intent.category.DEFAULT" />
308 </intent-filter>
309 </activity>
310
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700311 <!-- Used to set options -->
Daniel Lehmann10105742010-07-15 17:35:57 -0700312 <activity
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700313 android:name=".preference.ContactsPreferenceActivity"
314 android:label="@string/activity_title_settings"
Daniel Lehmann10105742010-07-15 17:35:57 -0700315 android:theme="@style/ContactsPreferencesTheme" />
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700316
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700317 <!-- Used to select display and sync groups -->
318 <activity
319 android:name=".list.CustomContactListFilterActivity"
320 android:label="@string/custom_list_filter"
Dmitri Plotnikova4d6a3b2010-10-06 18:04:31 -0700321 android:theme="@style/CustomContactListFilterTheme" />
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700322
Jeff Sharkey802b2052009-08-04 14:21:06 -0700323 <activity
Daniel Lehmann72af89f2010-10-18 15:15:59 -0700324 android:name=".activities.ShowOrCreateActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700325 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700326
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700327 <intent-filter>
328 <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
Jeff Sharkey802b2052009-08-04 14:21:06 -0700329 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700330 <data android:scheme="mailto" />
331 <data android:scheme="tel" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700332 </intent-filter>
Jeff Sharkeye8971622009-09-17 15:42:36 -0700333 </activity>
334
Katherine Kuan9add0e52011-05-10 18:26:15 -0700335
336 <!-- List of groups -->
337 <activity android:name=".activities.GroupBrowserActivity"
338 android:label="@string/contactsGroupsLabel"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700339 android:theme="@style/PeopleTheme"
Katherine Kuan9add0e52011-05-10 18:26:15 -0700340 android:launchMode="singleTop"
341 android:clearTaskOnLaunch="true">
342 <!-- TODO: Remove this temporary intent action name when the fragmentization
343 work is done. -->
344 <intent-filter>
345 <action android:name="com.android.phone.action.GROUPS_LIST" />
346 <category android:name="android.intent.category.DEFAULT" />
347 <category android:name="android.intent.category.TAB" />
348 </intent-filter>
349 </activity>
350
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700351 <!-- Views the details of a single group -->
352 <activity android:name=".activities.GroupDetailActivity"
353 android:label=""
354 android:theme="@style/GroupDetailTheme" />
355
Evan Millar0d0ab342009-09-30 19:03:35 -0700356 <!-- Used to show QuickContact window over a translucent activity, which is a
Jeff Sharkeye8971622009-09-17 15:42:36 -0700357 temporary hack until we add better framework support. -->
358 <activity
Jeff Sharkeycde73892011-04-07 00:48:02 -0700359 android:name=".quickcontact.QuickContactWindow"
360 android:theme="@style/Theme.QuickContact"
Jeff Sharkey735e8b12009-09-30 14:57:07 -0700361 android:launchMode="singleTop"
Jeff Sharkey5cbf6f42009-10-02 14:22:51 -0700362 android:excludeFromRecents="true"
Dmitri Plotnikovad3bd442010-03-23 22:49:43 -0700363 android:taskAffinity="android.task.quickcontact"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700364 android:windowSoftInputMode="stateUnchanged">
Jeff Sharkey3f177592009-05-18 15:23:12 -0700365
366 <intent-filter>
Evan Millar33b08452009-09-30 21:45:08 -0700367 <action android:name="com.android.contacts.action.QUICK_CONTACT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700368 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800369 <data android:mimeType="vnd.android.cursor.item/contact" />
370 <data android:mimeType="vnd.android.cursor.item/person" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700371 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800372 </activity>
373
Daniel Lehmannaf8e3862010-11-19 15:38:44 -0800374 <!-- Flushes the QuickContact IntentCache -->
375 <receiver android:name=".quickcontact.PackageIntentReceiver">
376 <intent-filter>
377 <action android:name="android.intent.action.PACKAGE_ADDED" />
378 <data android:scheme="package" />
379 </intent-filter>
380 <intent-filter>
381 <action android:name="android.intent.action.PACKAGE_REPLACED" />
382 <data android:scheme="package" />
383 </intent-filter>
384 <intent-filter>
385 <action android:name="android.intent.action.PACKAGE_REMOVED" />
386 <data android:scheme="package" />
387 </intent-filter>
388 <intent-filter>
389 <action android:name="android.intent.action.PACKAGE_CHANGED" />
390 <data android:scheme="package" />
391 </intent-filter>
392 </receiver>
393
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800394 <activity-alias android:name="ContactShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700395 android:targetActivity=".activities.ContactSelectionActivity"
Romain Guy4eb77b62009-03-24 18:10:17 -0700396 android:label="@string/shortcutContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800397 android:icon="@mipmap/ic_launcher_shortcut_contact">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800398
399 <intent-filter>
400 <action android:name="android.intent.action.CREATE_SHORTCUT" />
401 <category android:name="android.intent.category.DEFAULT" />
402 </intent-filter>
403
404 </activity-alias>
405
Dianne Hackborn333a6152009-05-26 12:46:23 -0700406 <activity-alias android:name="alias.DialShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700407 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700408 android:label="@string/shortcutDialContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800409 android:icon="@mipmap/ic_launcher_shortcut_directdial"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700410 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700411
412 <intent-filter>
413 <action android:name="android.intent.action.CREATE_SHORTCUT" />
414 <category android:name="android.intent.category.DEFAULT" />
Bernd Holzheya497ce52010-03-31 10:06:24 +0200415 <category android:name="android.intent.category.CAR_MODE" />
Dianne Hackborn333a6152009-05-26 12:46:23 -0700416 </intent-filter>
417
418 </activity-alias>
419
420 <activity-alias android:name="alias.MessageShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700421 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700422 android:label="@string/shortcutMessageContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800423 android:icon="@mipmap/ic_launcher_shortcut_directmessage"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700424 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700425
426 <intent-filter>
427 <action android:name="android.intent.action.CREATE_SHORTCUT" />
428 <category android:name="android.intent.category.DEFAULT" />
429 </intent-filter>
430
431 </activity-alias>
432
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800433 <activity android:name="CallDetailActivity"
434 android:label="@string/callDetailTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700435 android:theme="@style/CallDetailActivityTheme"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700436 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800437 >
438 <intent-filter>
439 <action android:name="android.intent.action.VIEW" />
440 <category android:name="android.intent.category.DEFAULT" />
441 <data android:mimeType="vnd.android.cursor.item/calls" />
442 </intent-filter>
443 </activity>
444
445 <!-- Views the details of a single contact -->
Daniel Lehmann4cd94412010-04-08 16:44:36 -0700446 <activity android:name=".activities.ContactDetailActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800447 android:label="@string/viewContactTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700448 android:theme="@style/ContactDetailActivityTheme">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700449
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800450 <intent-filter android:label="@string/viewContactDesription">
451 <action android:name="android.intent.action.VIEW" />
452 <category android:name="android.intent.category.DEFAULT" />
Daniel Lehmannc90c7052011-03-16 18:42:34 -0700453 <data android:mimeType="vnd.android.cursor.dir/person" />
454 <data android:mimeType="vnd.android.cursor.dir/contact" />
455 <data android:mimeType="vnd.android.cursor.item/person" />
456 <data android:mimeType="vnd.android.cursor.item/contact" />
457 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800458 </intent-filter>
459 </activity>
460
Daniel Lehmannf319cf82010-06-25 17:41:13 -0700461 <!-- Create a new or edit an existing contact -->
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700462 <activity
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700463 android:name=".activities.ContactEditorActivity"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700464 android:theme="@style/ContactEditorActivityTheme"
Daniel Lehmann3a120772010-06-21 16:21:35 -0700465 android:windowSoftInputMode="adjustResize">
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700466
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800467 <intent-filter android:label="@string/editContactDescription">
468 <action android:name="android.intent.action.EDIT" />
469 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800470 <data android:mimeType="vnd.android.cursor.item/person" />
471 <data android:mimeType="vnd.android.cursor.item/contact" />
472 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800473 </intent-filter>
474 <intent-filter android:label="@string/insertContactDescription">
475 <action android:name="android.intent.action.INSERT" />
476 <category android:name="android.intent.category.DEFAULT" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700477 <data android:mimeType="vnd.android.cursor.dir/person" />
478 <data android:mimeType="vnd.android.cursor.dir/contact" />
479 <data android:mimeType="vnd.android.cursor.dir/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800480 </intent-filter>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700481 </activity>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700482
Dmitri Plotnikov43fd1e82011-01-09 11:29:39 -0800483 <activity android:name=".test.FragmentTestActivity">
484 <intent-filter>
485 <category android:name="android.intent.category.TEST" />
486 </intent-filter>
487 </activity>
488
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700489 <!-- Stub service used to keep our process alive long enough for
490 background threads to finish their operations. -->
491 <service
492 android:name=".util.EmptyService"
493 android:exported="false" />
494
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700495 <!-- Service to save a contact -->
496 <service
Dmitri Plotnikov72f2b7a2010-12-03 18:46:31 -0800497 android:name=".ContactSaveService"
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700498 android:exported="false" />
499
Dmitri Plotnikovef038722009-06-24 18:51:47 -0700500 <!-- Views the details of a single contact -->
501 <activity android:name="ContactOptionsActivity"
502 android:label="@string/contactOptionsTitle"
Neel Parekhbe406ff2009-09-16 15:31:22 -0700503 >
Dmitri Plotnikovef038722009-06-24 18:51:47 -0700504 <intent-filter>
505 <action android:name="android.intent.action.EDIT" />
506 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800507 </intent-filter>
508 </activity>
509
510 <!-- Attaches a photo to a contact. Started from external applications -->
Dmitri Plotnikov19d51ac2011-01-04 14:30:24 -0800511 <activity android:name=".activities.AttachPhotoActivity"
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800512 android:label="@string/attach_photo_dialog_title"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800513 android:taskAffinity="">
514 <intent-filter>
515 <action android:name="android.intent.action.ATTACH_DATA" />
516 <data android:mimeType="image/*" />
517 <category android:name="android.intent.category.DEFAULT" />
518 </intent-filter>
519 />
Neel Parekhbe406ff2009-09-16 15:31:22 -0700520 </activity>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800521
Dmitri Plotnikov884e3932010-05-13 19:13:51 -0700522 <!-- Interstitial activity that shows a phone disambig dialog -->
523 <activity android:name="CallContactActivity"
524 android:theme="@android:style/Theme.Translucent">
525 </activity>
526
Katherine Kuan9856fce2011-06-01 10:24:09 -0700527 <!-- Makes .PeopleActivity the search target for any activity in Contacts -->
Jeff Sharkey6831cd92010-02-28 19:56:58 -0800528 <meta-data
529 android:name="android.app.default_searchable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700530 android:value=".activities.PeopleActivity" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800531
532
533 <!-- LIVE FOLDERS -->
534 <activity
535 android:name=".ContactsLiveFolders$AllContacts"
536 android:label="@string/liveFolderAll"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800537 android:icon="@mipmap/ic_launcher_folder_live_contacts">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800538 <intent-filter>
539 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
540 <category android:name="android.intent.category.DEFAULT" />
541 </intent-filter>
542 </activity>
543
544 <activity
545 android:name=".ContactsLiveFolders$StarredContacts"
546 android:label="@string/liveFolderFavorites"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800547 android:icon="@mipmap/ic_launcher_folder_live_contacts_starred">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800548 <intent-filter>
549 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
550 <category android:name="android.intent.category.DEFAULT" />
551 </intent-filter>
552 </activity>
553
554 <activity
555 android:name=".ContactsLiveFolders$PhoneContacts"
556 android:label="@string/liveFolderPhone"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800557 android:icon="@mipmap/ic_launcher_folder_live_contacts_phone">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800558 <intent-filter>
559 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
560 <category android:name="android.intent.category.DEFAULT" />
561 </intent-filter>
562 </activity>
563
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700564 <!-- vCard related -->
565 <activity android:name=".vcard.ImportVCardActivity"
Daisuke Miyakawa4baff1e2011-04-07 14:28:37 -0700566 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawa6448da72010-04-02 12:06:44 +0900567 android:theme="@style/BackgroundOnly">
568 <intent-filter>
Lixin Yue24fc7632009-12-04 17:03:00 +0800569 <action android:name="android.intent.action.VIEW" />
Attila Bodis1261e132010-03-18 22:06:37 -0700570 <data android:mimeType="text/directory" />
Daisuke Miyakawa92ba98a2010-06-22 09:12:19 +0900571 <data android:mimeType="text/vcard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800572 <data android:mimeType="text/x-vcard" />
573 <category android:name="android.intent.category.DEFAULT" />
574 </intent-filter>
575 </activity>
576
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800577 <activity android:name=".vcard.CancelActivity"
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700578 android:theme="@style/BackgroundOnly" />
579
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700580 <activity android:name=".vcard.SelectAccountActivity"
Daisuke Miyakawa6d2f27f2010-04-21 16:11:38 +0900581 android:theme="@style/BackgroundOnly" />
582
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700583 <activity android:name=".vcard.ExportVCardActivity"
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700584 android:theme="@style/BackgroundOnly" />
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700585
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700586 <service
587 android:name=".vcard.VCardService"
588 android:exported="false" />
589
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700590 <!-- Pinned header list demo -->
591 <activity android:name=".widget.PinnedHeaderListDemoActivity">
592 <intent-filter>
593 <action android:name="android.intent.action.MAIN" />
594 <category android:name="android.intent.category.DEFAULT" />
595 </intent-filter>
596 </activity>
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700597
598 <!-- The widget that shows details and the social stream of a contact -->
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700599 <receiver android:name=".socialwidget.SocialWidgetProvider"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700600 android:label="@string/social_widget_label" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700601 <intent-filter>
602 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
603 </intent-filter>
604 <meta-data android:name="android.appwidget.provider"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700605 android:resource="@xml/social_widget_info" />
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700606 </receiver>
607
608 <activity
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700609 android:name=".socialwidget.SocialWidgetConfigureActivity"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700610 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700611 <intent-filter>
612 <action android:name="android.intent.action.APPWIDGET_PICK" />
613 </intent-filter>
614 </activity>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800615 </application>
616</manifest>