blob: aeec2b24f48fa488206d3356635032c5dc833ac3 [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"
Dianne Hackborn4a3e9802011-08-05 11:21:03 -070019 android:sharedUserId="android.uid.shared">
Jeff Sharkey26c7e732009-04-01 17:30:46 -070020
Jeff Hamiltone7883532010-02-11 16:25:48 -060021 <original-package android:name="com.android.contacts" />
22
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080023 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
24 <uses-permission android:name="android.permission.READ_CONTACTS" />
25 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Dianne Hackborn4a3e9802011-08-05 11:21:03 -070026 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
27 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
28 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Dave Santoro0a4d2252011-05-20 11:40:34 -070029 <uses-permission android:name="android.permission.READ_PROFILE" />
30 <uses-permission android:name="android.permission.WRITE_PROFILE" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080031 <uses-permission android:name="android.permission.INTERNET" />
Martijn Coenen8bd40652011-06-15 15:55:05 +020032 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080033 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
Hugo Hudsonb002f512011-07-15 17:41:12 +010034 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080035 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
36 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" />
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +090037 <uses-permission android:name="android.permission.WAKE_LOCK" />
Daisuke Miyakawa72c50522009-07-07 15:37:59 -070038 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -080039 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
Fred Quintana104b7922009-07-22 20:01:15 -070040 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
Nicolas Catania9bcf4702009-11-06 13:19:43 -080041 <uses-permission android:name="android.permission.VIBRATE" />
Dmitri Plotnikov99811722010-11-01 18:21:22 -070042 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
Debashish Chatterjee37323c22011-08-03 13:22:01 +010043 <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" />
Flavio Lerda40d92c42011-07-01 13:47:42 +010044 <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" />
Doug Zongker854d3262011-07-19 13:11:58 -070045 <!-- allow broadcasting secret code intents that reboot the phone -->
46 <uses-permission android:name="android.permission.REBOOT" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080047
48 <application
Dmitri Plotnikovf049ff02010-11-29 10:15:24 -080049 android:name="com.android.contacts.ContactsApplication"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080050 android:label="@string/contactsList"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -080051 android:icon="@mipmap/ic_launcher_contacts"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080052 android:taskAffinity="android.task.contacts"
Daniel Lehmann57b5aa12010-09-23 17:42:23 -070053 android:hardwareAccelerated="true"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080054 >
55
Daniel Lehmannf1054f12011-05-05 21:06:42 -070056 <!-- A list of recent calls -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -070057 <activity android:name=".activities.CallLogActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080058 android:label="@string/recentCallsIconLabel"
Flavio Lerdae00060f2011-07-04 18:59:55 +010059 android:theme="@style/DialtactsTheme"
Adam Powell84080602011-08-02 16:51:29 -070060 android:uiOptions="splitActionBarWhenNarrow"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080061 >
62 <intent-filter>
63 <action android:name="com.android.phone.action.RECENT_CALLS" />
64 <category android:name="android.intent.category.DEFAULT" />
65 <category android:name="android.intent.category.TAB" />
66 </intent-filter>
67 </activity>
68
Daniel Lehmanne9b196e2010-10-26 12:17:39 -070069 <!-- Intercept Dialer Intents for devices without a phone.
70 This activity should have the same intent filters as the DialtactsActivity,
71 so that its capturing the same events. Omit android.intent.category.LAUNCHER, because we
72 don't want this to show up in the Launcher. The priorities of the intent-filters
73 are set lower, so that the user does not see a disambig dialog -->
74 <activity
75 android:name=".activities.NonPhoneActivity"
76 android:theme="@style/NonPhoneActivityTheme"
77 >
78 <intent-filter android:priority="-1">
79 <action android:name="android.intent.action.DIAL" />
80 <category android:name="android.intent.category.DEFAULT" />
81 <category android:name="android.intent.category.BROWSABLE" />
82 <data android:mimeType="vnd.android.cursor.item/phone" />
83 <data android:mimeType="vnd.android.cursor.item/person" />
84 </intent-filter>
85 <intent-filter android:priority="-1">
86 <action android:name="android.intent.action.DIAL" />
87 <category android:name="android.intent.category.DEFAULT" />
88 <category android:name="android.intent.category.BROWSABLE" />
89 <data android:scheme="voicemail" />
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 </intent-filter>
95 <intent-filter android:priority="-1">
96 <action android:name="android.intent.action.MAIN" />
97 <category android:name="android.intent.category.DEFAULT" />
98 <category android:name="android.intent.category.BROWSABLE" />
99 </intent-filter>
100 <intent-filter android:priority="-1">
101 <action android:name="android.intent.action.VIEW" />
102 <action android:name="android.intent.action.DIAL" />
103 <category android:name="android.intent.category.DEFAULT" />
104 <category android:name="android.intent.category.BROWSABLE" />
105 <data android:scheme="tel" />
106 </intent-filter>
107 <intent-filter android:priority="-1">
108 <action android:name="android.intent.action.VIEW" />
109 <category android:name="android.intent.category.DEFAULT" />
110 <category android:name="android.intent.category.BROWSABLE" />
111 <data android:mimeType="vnd.android.cursor.dir/calls" />
112 </intent-filter>
113 <intent-filter android:priority="-1">
114 <action android:name="android.intent.action.CALL_BUTTON" />
115 <category android:name="android.intent.category.DEFAULT" />
116 <category android:name="android.intent.category.BROWSABLE" />
117 </intent-filter>
118 </activity>
119
Daniel Lehmann7675e122010-04-21 17:31:11 -0700120 <!-- Tab container for all tabs -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -0700121 <activity android:name=".activities.DialtactsActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800122 android:label="@string/launcherDialer"
Nicolas Catania177d88f2009-09-27 15:15:05 -0700123 android:theme="@style/DialtactsTheme"
Adam Powell84080602011-08-02 16:51:29 -0700124 android:uiOptions="splitActionBarWhenNarrow"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800125 android:launchMode="singleTask"
126 android:clearTaskOnLaunch="true"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800127 android:icon="@mipmap/ic_launcher_phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800128 android:screenOrientation="nosensor"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700129 android:enabled="@*android:bool/config_voice_capable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700130 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800131 >
132 <intent-filter>
133 <action android:name="android.intent.action.DIAL" />
134 <category android:name="android.intent.category.DEFAULT" />
135 <category android:name="android.intent.category.BROWSABLE" />
136 <data android:mimeType="vnd.android.cursor.item/phone" />
137 <data android:mimeType="vnd.android.cursor.item/person" />
138 </intent-filter>
139 <intent-filter>
140 <action android:name="android.intent.action.DIAL" />
141 <category android:name="android.intent.category.DEFAULT" />
142 <category android:name="android.intent.category.BROWSABLE" />
143 <data android:scheme="voicemail" />
144 </intent-filter>
145 <intent-filter>
146 <action android:name="android.intent.action.DIAL" />
147 <category android:name="android.intent.category.DEFAULT" />
148 </intent-filter>
149 <intent-filter>
150 <action android:name="android.intent.action.MAIN" />
151 <category android:name="android.intent.category.DEFAULT" />
152 <category android:name="android.intent.category.LAUNCHER" />
153 <category android:name="android.intent.category.BROWSABLE" />
154 </intent-filter>
155 <intent-filter>
156 <action android:name="android.intent.action.VIEW" />
157 <action android:name="android.intent.action.DIAL" />
158 <category android:name="android.intent.category.DEFAULT" />
159 <category android:name="android.intent.category.BROWSABLE" />
160 <data android:scheme="tel" />
161 </intent-filter>
162 <intent-filter>
163 <action android:name="android.intent.action.VIEW" />
164 <category android:name="android.intent.category.DEFAULT" />
165 <category android:name="android.intent.category.BROWSABLE" />
166 <data android:mimeType="vnd.android.cursor.dir/calls" />
167 </intent-filter>
168 <intent-filter>
169 <action android:name="android.intent.action.CALL_BUTTON" />
170 <category android:name="android.intent.category.DEFAULT" />
171 <category android:name="android.intent.category.BROWSABLE" />
172 </intent-filter>
Daisuke Miyakawaf4fbfdd2011-08-15 10:26:07 -0700173 <!-- This was never intended to be public, but is here for backward
174 compatibility. Use Intent.ACTION_DIAL instead. -->
175 <intent-filter>
176 <action android:name="com.android.phone.action.TOUCH_DIALER" />
177 <category android:name="android.intent.category.DEFAULT" />
178 <category android:name="android.intent.category.TAB" />
179 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800180 </activity>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700181
Katherine Kuan9856fce2011-06-01 10:24:09 -0700182 <!-- The main Contacts activity with the contact list, favorites, and groups. -->
183 <activity android:name=".activities.PeopleActivity"
184 android:label="@string/people"
185 android:theme="@style/PeopleTheme"
Adam Powell84080602011-08-02 16:51:29 -0700186 android:uiOptions="splitActionBarWhenNarrow"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800187 android:clearTaskOnLaunch="true"
188 android:launchMode="singleTop"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800189 >
190 <intent-filter>
191 <action android:name="android.intent.action.MAIN" />
192 <category android:name="android.intent.category.DEFAULT" />
193 <category android:name="android.intent.category.LAUNCHER" />
Dmitri Plotnikov032bb362009-05-06 17:05:39 -0700194 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800195 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800196 <intent-filter>
197 <action android:name="com.android.contacts.action.LIST_DEFAULT" />
198 <category android:name="android.intent.category.DEFAULT" />
199 <category android:name="android.intent.category.TAB" />
200 </intent-filter>
201
202 <intent-filter>
203 <action android:name="com.android.contacts.action.LIST_CONTACTS" />
204 <category android:name="android.intent.category.DEFAULT" />
205 <category android:name="android.intent.category.TAB" />
206 </intent-filter>
207
208 <intent-filter>
209 <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" />
210 <category android:name="android.intent.category.DEFAULT" />
211 <category android:name="android.intent.category.TAB" />
212 </intent-filter>
213
214 <intent-filter>
215 <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" />
216 <category android:name="android.intent.category.DEFAULT" />
217 <category android:name="android.intent.category.TAB" />
218 </intent-filter>
219
220 <intent-filter android:label="@string/starredList">
221 <action android:name="com.android.contacts.action.LIST_STARRED" />
222 <category android:name="android.intent.category.DEFAULT" />
223 <category android:name="android.intent.category.TAB" />
224 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700225
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800226 <intent-filter android:label="@string/frequentList">
227 <action android:name="com.android.contacts.action.LIST_FREQUENT" />
228 <category android:name="android.intent.category.DEFAULT" />
229 <category android:name="android.intent.category.TAB" />
230 </intent-filter>
231
232 <intent-filter android:label="@string/strequentList">
233 <action android:name="com.android.contacts.action.LIST_STREQUENT" />
234 <category android:name="android.intent.category.DEFAULT" />
235 <category android:name="android.intent.category.TAB" />
236 </intent-filter>
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700237
238 <intent-filter>
239 <action android:name="android.intent.action.SEARCH" />
240 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikov0edd4072011-01-19 10:10:10 -0800241 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700242 </intent-filter>
243
244 <intent-filter>
Dmitri Plotnikov30b99712011-01-20 09:29:44 -0800245 <action android:name="android.intent.action.SEARCH" />
246 <category android:name="android.intent.category.DEFAULT" />
247 </intent-filter>
248
249 <intent-filter>
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700250 <action android:name="com.android.contacts.action.FILTER_CONTACTS" />
251 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800252 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700253 </intent-filter>
254
255 <meta-data android:name="android.app.searchable"
256 android:resource="@xml/searchable"
257 />
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700258 </activity>
Doug Zongker854d3262011-07-19 13:11:58 -0700259
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700260 <activity android:name=".activities.ContactSelectionActivity"
261 android:label="@string/contactsList"
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -0700262 android:theme="@style/ContactPickerTheme"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800263 android:launchMode="singleTop"
264 android:clearTaskOnLaunch="true"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700265 >
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800266 <intent-filter>
267 <action android:name="android.intent.action.INSERT_OR_EDIT" />
268 <category android:name="android.intent.category.DEFAULT" />
269 <data android:mimeType="vnd.android.cursor.item/person" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700270 <data android:mimeType="vnd.android.cursor.item/contact" />
271 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800272 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700273
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800274 <intent-filter>
275 <action android:name="android.intent.action.PICK" />
276 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800277 <data android:mimeType="vnd.android.cursor.dir/contact" />
278 <data android:mimeType="vnd.android.cursor.dir/person" />
279 <data android:mimeType="vnd.android.cursor.dir/phone_v2" />
280 <data android:mimeType="vnd.android.cursor.dir/phone" />
281 <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" />
282 <data android:mimeType="vnd.android.cursor.dir/postal-address" />
Daniel Lehmannc86ace72011-03-23 21:04:29 -0700283 <data android:mimeType="vnd.android.cursor.dir/email_v2" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800284 </intent-filter>
285
286 <intent-filter>
287 <action android:name="android.intent.action.GET_CONTENT" />
288 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800289 <data android:mimeType="vnd.android.cursor.item/contact" />
290 <data android:mimeType="vnd.android.cursor.item/person" />
291 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
292 <data android:mimeType="vnd.android.cursor.item/phone" />
293 <data android:mimeType="vnd.android.cursor.item/postal-address_v2" />
294 <data android:mimeType="vnd.android.cursor.item/postal-address" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800295 </intent-filter>
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700296 </activity>
297
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700298 <!-- Backwards compatibility: somebody may have hard coded this activity name -->
299 <activity-alias android:name="ContactsListActivity"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700300 android:targetActivity=".activities.PeopleActivity"
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700301 />
302
Daniel Lehmanne9b94612011-07-11 11:44:56 -0700303 <!-- Backwards compatibility: "Contacts" from Honeycomb -->
304 <activity-alias android:name=".activities.ContactsFrontDoor"
305 android:targetActivity=".activities.PeopleActivity"
306 android:exported="true"
307 />
308
309 <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier -->
310 <activity-alias android:name="DialtactsContactsEntryActivity"
311 android:targetActivity=".activities.PeopleActivity"
312 android:exported="true"
313 />
314
315 <!-- Backwards compatibility: "Phone" from Gingerbread and earlier -->
316 <activity-alias android:name="DialtactsActivity"
317 android:targetActivity=".activities.DialtactsActivity"
318 android:exported="true"
319 />
320
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700321 <!-- An activity for joining contacts -->
Dmitri Plotnikovd21ddb22010-11-03 14:25:59 -0700322 <activity android:name=".activities.JoinContactActivity"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700323 android:theme="@style/JoinContactActivityTheme"
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700324 android:clearTaskOnLaunch="true"
325 >
326 <intent-filter>
Dmitri Plotnikov501b7ea2010-04-07 17:20:49 -0700327 <action android:name="com.android.contacts.action.JOIN_CONTACT" />
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700328 <category android:name="android.intent.category.DEFAULT" />
329 </intent-filter>
330 </activity>
331
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700332 <!-- Used to set options -->
Daniel Lehmann10105742010-07-15 17:35:57 -0700333 <activity
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700334 android:name=".preference.ContactsPreferenceActivity"
335 android:label="@string/activity_title_settings"
Daniel Lehmann10105742010-07-15 17:35:57 -0700336 android:theme="@style/ContactsPreferencesTheme" />
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700337
Katherine Kuan495db432011-07-06 18:58:46 -0700338 <!-- Used to filter contacts list by account -->
339 <activity
340 android:name=".list.AccountFilterActivity"
341 android:label="@string/activity_title_contacts_filter"
342 android:theme="@style/ContactListFilterTheme" />
343
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700344 <!-- Used to select display and sync groups -->
345 <activity
346 android:name=".list.CustomContactListFilterActivity"
347 android:label="@string/custom_list_filter"
Katherine Kuan495db432011-07-06 18:58:46 -0700348 android:theme="@style/ContactListFilterTheme" />
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700349
Jeff Sharkey802b2052009-08-04 14:21:06 -0700350 <activity
Daniel Lehmann72af89f2010-10-18 15:15:59 -0700351 android:name=".activities.ShowOrCreateActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700352 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700353
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700354 <intent-filter>
355 <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
Jeff Sharkey802b2052009-08-04 14:21:06 -0700356 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700357 <data android:scheme="mailto" />
358 <data android:scheme="tel" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700359 </intent-filter>
Jeff Sharkeye8971622009-09-17 15:42:36 -0700360 </activity>
361
Katherine Kuan9add0e52011-05-10 18:26:15 -0700362
363 <!-- List of groups -->
364 <activity android:name=".activities.GroupBrowserActivity"
365 android:label="@string/contactsGroupsLabel"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700366 android:theme="@style/PeopleTheme"
Adam Powell84080602011-08-02 16:51:29 -0700367 android:uiOptions="splitActionBarWhenNarrow"
Katherine Kuan9add0e52011-05-10 18:26:15 -0700368 android:launchMode="singleTop"
369 android:clearTaskOnLaunch="true">
370 <!-- TODO: Remove this temporary intent action name when the fragmentization
371 work is done. -->
372 <intent-filter>
373 <action android:name="com.android.phone.action.GROUPS_LIST" />
374 <category android:name="android.intent.category.DEFAULT" />
375 <category android:name="android.intent.category.TAB" />
376 </intent-filter>
377 </activity>
378
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700379 <!-- Views the details of a single group -->
380 <activity android:name=".activities.GroupDetailActivity"
381 android:label=""
Adam Powell84080602011-08-02 16:51:29 -0700382 android:theme="@style/GroupDetailTheme"
383 android:uiOptions="splitActionBarWhenNarrow"/>
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700384
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700385 <!-- Create a new or edit an existing group -->
386 <activity
387 android:name=".activities.GroupEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700388 android:theme="@style/EditorActivityTheme"
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700389 android:windowSoftInputMode="adjustResize" />
390
Evan Millar0d0ab342009-09-30 19:03:35 -0700391 <!-- Used to show QuickContact window over a translucent activity, which is a
Jeff Sharkeye8971622009-09-17 15:42:36 -0700392 temporary hack until we add better framework support. -->
393 <activity
Daniel Lehmannedb576a2011-07-27 16:45:13 -0700394 android:name=".quickcontact.QuickContactActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700395 android:theme="@style/Theme.QuickContact"
Jeff Sharkey735e8b12009-09-30 14:57:07 -0700396 android:launchMode="singleTop"
Jeff Sharkey5cbf6f42009-10-02 14:22:51 -0700397 android:excludeFromRecents="true"
Daisuke Miyakawa85b9d6f2011-08-02 16:43:49 -0700398 android:noHistory="true"
Dmitri Plotnikovad3bd442010-03-23 22:49:43 -0700399 android:taskAffinity="android.task.quickcontact"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700400 android:windowSoftInputMode="stateUnchanged">
Jeff Sharkey3f177592009-05-18 15:23:12 -0700401
402 <intent-filter>
Evan Millar33b08452009-09-30 21:45:08 -0700403 <action android:name="com.android.contacts.action.QUICK_CONTACT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700404 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800405 <data android:mimeType="vnd.android.cursor.item/contact" />
406 <data android:mimeType="vnd.android.cursor.item/person" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700407 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800408 </activity>
409
Daniel Lehmannaf8e3862010-11-19 15:38:44 -0800410 <!-- Flushes the QuickContact IntentCache -->
411 <receiver android:name=".quickcontact.PackageIntentReceiver">
412 <intent-filter>
413 <action android:name="android.intent.action.PACKAGE_ADDED" />
414 <data android:scheme="package" />
415 </intent-filter>
416 <intent-filter>
417 <action android:name="android.intent.action.PACKAGE_REPLACED" />
418 <data android:scheme="package" />
419 </intent-filter>
420 <intent-filter>
421 <action android:name="android.intent.action.PACKAGE_REMOVED" />
422 <data android:scheme="package" />
423 </intent-filter>
424 <intent-filter>
425 <action android:name="android.intent.action.PACKAGE_CHANGED" />
426 <data android:scheme="package" />
427 </intent-filter>
428 </receiver>
429
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800430 <activity-alias android:name="ContactShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700431 android:targetActivity=".activities.ContactSelectionActivity"
Romain Guy4eb77b62009-03-24 18:10:17 -0700432 android:label="@string/shortcutContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800433 android:icon="@mipmap/ic_launcher_shortcut_contact">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800434
435 <intent-filter>
436 <action android:name="android.intent.action.CREATE_SHORTCUT" />
437 <category android:name="android.intent.category.DEFAULT" />
438 </intent-filter>
439
440 </activity-alias>
441
Dianne Hackborn333a6152009-05-26 12:46:23 -0700442 <activity-alias android:name="alias.DialShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700443 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700444 android:label="@string/shortcutDialContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800445 android:icon="@mipmap/ic_launcher_shortcut_directdial"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700446 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700447
448 <intent-filter>
449 <action android:name="android.intent.action.CREATE_SHORTCUT" />
450 <category android:name="android.intent.category.DEFAULT" />
Bernd Holzheya497ce52010-03-31 10:06:24 +0200451 <category android:name="android.intent.category.CAR_MODE" />
Dianne Hackborn333a6152009-05-26 12:46:23 -0700452 </intent-filter>
453
454 </activity-alias>
455
456 <activity-alias android:name="alias.MessageShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700457 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700458 android:label="@string/shortcutMessageContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800459 android:icon="@mipmap/ic_launcher_shortcut_directmessage"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700460 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700461
462 <intent-filter>
463 <action android:name="android.intent.action.CREATE_SHORTCUT" />
464 <category android:name="android.intent.category.DEFAULT" />
465 </intent-filter>
466
467 </activity-alias>
468
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800469 <activity android:name="CallDetailActivity"
470 android:label="@string/callDetailTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700471 android:theme="@style/CallDetailActivityTheme"
Flavio Lerdac03b1182011-07-22 15:44:08 +0100472 android:screenOrientation="nosensor"
Flavio Lerda0db051f2011-08-02 18:47:02 +0100473 android:icon="@mipmap/ic_launcher_phone"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700474 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800475 >
476 <intent-filter>
477 <action android:name="android.intent.action.VIEW" />
478 <category android:name="android.intent.category.DEFAULT" />
479 <data android:mimeType="vnd.android.cursor.item/calls" />
480 </intent-filter>
481 </activity>
482
483 <!-- Views the details of a single contact -->
Daniel Lehmann4cd94412010-04-08 16:44:36 -0700484 <activity android:name=".activities.ContactDetailActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800485 android:label="@string/viewContactTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700486 android:theme="@style/ContactDetailActivityTheme">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700487
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800488 <intent-filter android:label="@string/viewContactDesription">
489 <action android:name="android.intent.action.VIEW" />
490 <category android:name="android.intent.category.DEFAULT" />
Daniel Lehmannc90c7052011-03-16 18:42:34 -0700491 <data android:mimeType="vnd.android.cursor.dir/person" />
492 <data android:mimeType="vnd.android.cursor.dir/contact" />
493 <data android:mimeType="vnd.android.cursor.item/person" />
494 <data android:mimeType="vnd.android.cursor.item/contact" />
495 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800496 </intent-filter>
497 </activity>
498
Daniel Lehmannf319cf82010-06-25 17:41:13 -0700499 <!-- Create a new or edit an existing contact -->
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700500 <activity
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700501 android:name=".activities.ContactEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700502 android:theme="@style/EditorActivityTheme"
Adam Powell84080602011-08-02 16:51:29 -0700503 android:uiOptions="splitActionBarWhenNarrow"
Daniel Lehmann3a120772010-06-21 16:21:35 -0700504 android:windowSoftInputMode="adjustResize">
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700505
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800506 <intent-filter android:label="@string/editContactDescription">
507 <action android:name="android.intent.action.EDIT" />
508 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800509 <data android:mimeType="vnd.android.cursor.item/person" />
510 <data android:mimeType="vnd.android.cursor.item/contact" />
511 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800512 </intent-filter>
513 <intent-filter android:label="@string/insertContactDescription">
514 <action android:name="android.intent.action.INSERT" />
515 <category android:name="android.intent.category.DEFAULT" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700516 <data android:mimeType="vnd.android.cursor.dir/person" />
517 <data android:mimeType="vnd.android.cursor.dir/contact" />
518 <data android:mimeType="vnd.android.cursor.dir/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800519 </intent-filter>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700520 </activity>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700521
Dmitri Plotnikov43fd1e82011-01-09 11:29:39 -0800522 <activity android:name=".test.FragmentTestActivity">
523 <intent-filter>
524 <category android:name="android.intent.category.TEST" />
525 </intent-filter>
526 </activity>
527
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700528 <!-- Stub service used to keep our process alive long enough for
529 background threads to finish their operations. -->
530 <service
531 android:name=".util.EmptyService"
532 android:exported="false" />
533
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700534 <!-- Service to save a contact -->
535 <service
Dmitri Plotnikov72f2b7a2010-12-03 18:46:31 -0800536 android:name=".ContactSaveService"
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700537 android:exported="false" />
538
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800539 <!-- Attaches a photo to a contact. Started from external applications -->
Dmitri Plotnikov19d51ac2011-01-04 14:30:24 -0800540 <activity android:name=".activities.AttachPhotoActivity"
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800541 android:label="@string/attach_photo_dialog_title"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800542 android:taskAffinity="">
543 <intent-filter>
544 <action android:name="android.intent.action.ATTACH_DATA" />
545 <data android:mimeType="image/*" />
546 <category android:name="android.intent.category.DEFAULT" />
547 </intent-filter>
548 />
Neel Parekhbe406ff2009-09-16 15:31:22 -0700549 </activity>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800550
Dmitri Plotnikov884e3932010-05-13 19:13:51 -0700551 <!-- Interstitial activity that shows a phone disambig dialog -->
552 <activity android:name="CallContactActivity"
553 android:theme="@android:style/Theme.Translucent">
554 </activity>
555
Katherine Kuan9856fce2011-06-01 10:24:09 -0700556 <!-- Makes .PeopleActivity the search target for any activity in Contacts -->
Jeff Sharkey6831cd92010-02-28 19:56:58 -0800557 <meta-data
558 android:name="android.app.default_searchable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700559 android:value=".activities.PeopleActivity" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800560
561
562 <!-- LIVE FOLDERS -->
563 <activity
564 android:name=".ContactsLiveFolders$AllContacts"
565 android:label="@string/liveFolderAll"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800566 android:icon="@mipmap/ic_launcher_folder_live_contacts">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800567 <intent-filter>
568 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
569 <category android:name="android.intent.category.DEFAULT" />
570 </intent-filter>
571 </activity>
572
573 <activity
574 android:name=".ContactsLiveFolders$StarredContacts"
575 android:label="@string/liveFolderFavorites"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800576 android:icon="@mipmap/ic_launcher_folder_live_contacts_starred">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800577 <intent-filter>
578 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
579 <category android:name="android.intent.category.DEFAULT" />
580 </intent-filter>
581 </activity>
582
583 <activity
584 android:name=".ContactsLiveFolders$PhoneContacts"
585 android:label="@string/liveFolderPhone"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800586 android:icon="@mipmap/ic_launcher_folder_live_contacts_phone">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800587 <intent-filter>
588 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
589 <category android:name="android.intent.category.DEFAULT" />
590 </intent-filter>
591 </activity>
592
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700593 <!-- vCard related -->
594 <activity android:name=".vcard.ImportVCardActivity"
Daisuke Miyakawa4baff1e2011-04-07 14:28:37 -0700595 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawa6448da72010-04-02 12:06:44 +0900596 android:theme="@style/BackgroundOnly">
597 <intent-filter>
Lixin Yue24fc7632009-12-04 17:03:00 +0800598 <action android:name="android.intent.action.VIEW" />
Attila Bodis1261e132010-03-18 22:06:37 -0700599 <data android:mimeType="text/directory" />
Daisuke Miyakawa92ba98a2010-06-22 09:12:19 +0900600 <data android:mimeType="text/vcard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800601 <data android:mimeType="text/x-vcard" />
Jeff Hamilton1167da42011-08-03 09:38:47 -0500602 <data android:mimeType="text/x-vCard" />
603 <category android:name="android.intent.category.DEFAULT" />
604 </intent-filter>
605 </activity>
606
607 <activity android:name=".vcard.NfcImportVCardActivity"
608 android:configChanges="orientation|screenSize|keyboardHidden"
609 android:theme="@style/BackgroundOnly">
610 <intent-filter>
611 <action android:name="android.nfc.action.NDEF_DISCOVERED" />
612 <data android:mimeType="text/vcard" />
613 <data android:mimeType="text/x-vcard" />
614 <data android:mimeType="text/x-vCard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800615 <category android:name="android.intent.category.DEFAULT" />
616 </intent-filter>
617 </activity>
618
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800619 <activity android:name=".vcard.CancelActivity"
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700620 android:theme="@style/BackgroundOnly" />
621
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700622 <activity android:name=".vcard.SelectAccountActivity"
Daisuke Miyakawa6d2f27f2010-04-21 16:11:38 +0900623 android:theme="@style/BackgroundOnly" />
624
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700625 <activity android:name=".vcard.ExportVCardActivity"
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700626 android:theme="@style/BackgroundOnly" />
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700627
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700628 <service
629 android:name=".vcard.VCardService"
630 android:exported="false" />
631
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700632 <!-- Pinned header list demo -->
633 <activity android:name=".widget.PinnedHeaderListDemoActivity">
634 <intent-filter>
635 <action android:name="android.intent.action.MAIN" />
636 <category android:name="android.intent.category.DEFAULT" />
637 </intent-filter>
638 </activity>
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700639
640 <!-- The widget that shows details and the social stream of a contact -->
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700641 <receiver android:name=".socialwidget.SocialWidgetProvider"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700642 android:label="@string/social_widget_label" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700643 <intent-filter>
644 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
645 </intent-filter>
646 <meta-data android:name="android.appwidget.provider"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700647 android:resource="@xml/social_widget_info" />
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700648 </receiver>
649
Flavio Lerdab78b7092011-07-26 13:38:44 +0100650 <receiver android:name=".calllog.CallLogReceiver">
Flavio Lerda87bd5362011-06-30 12:20:43 +0100651 <intent-filter>
652 <action android:name="android.intent.action.NEW_VOICEMAIL" />
653 <data
654 android:scheme="content"
655 android:host="com.android.voicemail"
Debashish Chatterjeeb7a508f2011-08-09 14:47:08 +0100656 android:mimeType="vnd.android.cursor.item/voicemail"
Flavio Lerda87bd5362011-06-30 12:20:43 +0100657 />
658 </intent-filter>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100659 <intent-filter android:priority="100">
660 <action android:name="android.intent.action.BOOT_COMPLETED"/>
661 </intent-filter>
Flavio Lerda87bd5362011-06-30 12:20:43 +0100662 </receiver>
663
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700664 <activity
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700665 android:name=".socialwidget.SocialWidgetConfigureActivity"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700666 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700667 <intent-filter>
668 <action android:name="android.intent.action.APPWIDGET_PICK" />
669 </intent-filter>
670 </activity>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100671
672 <service
673 android:name=".calllog.CallLogNotificationsService"
674 android:exported="false"
675 />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800676 </application>
677</manifest>