blob: 964053673e3c92b552b7cb9872fcb329cfcf22d3 [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
Daisuke Miyakawade158232011-08-15 12:26:55 -0700120 <!-- The entrance point for Phone UI.
121 stateAlwaysHidden is set to suppress keyboard show up on
122 dialpad screen. -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -0700123 <activity android:name=".activities.DialtactsActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800124 android:label="@string/launcherDialer"
Nicolas Catania177d88f2009-09-27 15:15:05 -0700125 android:theme="@style/DialtactsTheme"
Adam Powell84080602011-08-02 16:51:29 -0700126 android:uiOptions="splitActionBarWhenNarrow"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800127 android:launchMode="singleTask"
128 android:clearTaskOnLaunch="true"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800129 android:icon="@mipmap/ic_launcher_phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800130 android:screenOrientation="nosensor"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700131 android:enabled="@*android:bool/config_voice_capable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700132 android:taskAffinity="android.task.contacts.phone"
Daisuke Miyakawade158232011-08-15 12:26:55 -0700133 android:windowSoftInputMode="stateAlwaysHidden">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800134 <intent-filter>
135 <action android:name="android.intent.action.DIAL" />
136 <category android:name="android.intent.category.DEFAULT" />
137 <category android:name="android.intent.category.BROWSABLE" />
138 <data android:mimeType="vnd.android.cursor.item/phone" />
139 <data android:mimeType="vnd.android.cursor.item/person" />
140 </intent-filter>
141 <intent-filter>
142 <action android:name="android.intent.action.DIAL" />
143 <category android:name="android.intent.category.DEFAULT" />
144 <category android:name="android.intent.category.BROWSABLE" />
145 <data android:scheme="voicemail" />
146 </intent-filter>
147 <intent-filter>
148 <action android:name="android.intent.action.DIAL" />
149 <category android:name="android.intent.category.DEFAULT" />
150 </intent-filter>
151 <intent-filter>
152 <action android:name="android.intent.action.MAIN" />
153 <category android:name="android.intent.category.DEFAULT" />
154 <category android:name="android.intent.category.LAUNCHER" />
155 <category android:name="android.intent.category.BROWSABLE" />
156 </intent-filter>
157 <intent-filter>
158 <action android:name="android.intent.action.VIEW" />
159 <action android:name="android.intent.action.DIAL" />
160 <category android:name="android.intent.category.DEFAULT" />
161 <category android:name="android.intent.category.BROWSABLE" />
162 <data android:scheme="tel" />
163 </intent-filter>
164 <intent-filter>
165 <action android:name="android.intent.action.VIEW" />
166 <category android:name="android.intent.category.DEFAULT" />
167 <category android:name="android.intent.category.BROWSABLE" />
168 <data android:mimeType="vnd.android.cursor.dir/calls" />
169 </intent-filter>
170 <intent-filter>
171 <action android:name="android.intent.action.CALL_BUTTON" />
172 <category android:name="android.intent.category.DEFAULT" />
173 <category android:name="android.intent.category.BROWSABLE" />
174 </intent-filter>
Daisuke Miyakawaf4fbfdd2011-08-15 10:26:07 -0700175 <!-- This was never intended to be public, but is here for backward
176 compatibility. Use Intent.ACTION_DIAL instead. -->
177 <intent-filter>
178 <action android:name="com.android.phone.action.TOUCH_DIALER" />
179 <category android:name="android.intent.category.DEFAULT" />
180 <category android:name="android.intent.category.TAB" />
181 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800182 </activity>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700183
Katherine Kuan9856fce2011-06-01 10:24:09 -0700184 <!-- The main Contacts activity with the contact list, favorites, and groups. -->
185 <activity android:name=".activities.PeopleActivity"
186 android:label="@string/people"
187 android:theme="@style/PeopleTheme"
Adam Powell84080602011-08-02 16:51:29 -0700188 android:uiOptions="splitActionBarWhenNarrow"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800189 android:clearTaskOnLaunch="true"
190 android:launchMode="singleTop"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800191 >
192 <intent-filter>
193 <action android:name="android.intent.action.MAIN" />
194 <category android:name="android.intent.category.DEFAULT" />
195 <category android:name="android.intent.category.LAUNCHER" />
Dmitri Plotnikov032bb362009-05-06 17:05:39 -0700196 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800197 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800198 <intent-filter>
199 <action android:name="com.android.contacts.action.LIST_DEFAULT" />
200 <category android:name="android.intent.category.DEFAULT" />
201 <category android:name="android.intent.category.TAB" />
202 </intent-filter>
203
204 <intent-filter>
205 <action android:name="com.android.contacts.action.LIST_CONTACTS" />
206 <category android:name="android.intent.category.DEFAULT" />
207 <category android:name="android.intent.category.TAB" />
208 </intent-filter>
209
210 <intent-filter>
211 <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" />
212 <category android:name="android.intent.category.DEFAULT" />
213 <category android:name="android.intent.category.TAB" />
214 </intent-filter>
215
216 <intent-filter>
217 <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" />
218 <category android:name="android.intent.category.DEFAULT" />
219 <category android:name="android.intent.category.TAB" />
220 </intent-filter>
221
222 <intent-filter android:label="@string/starredList">
223 <action android:name="com.android.contacts.action.LIST_STARRED" />
224 <category android:name="android.intent.category.DEFAULT" />
225 <category android:name="android.intent.category.TAB" />
226 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700227
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800228 <intent-filter android:label="@string/frequentList">
229 <action android:name="com.android.contacts.action.LIST_FREQUENT" />
230 <category android:name="android.intent.category.DEFAULT" />
231 <category android:name="android.intent.category.TAB" />
232 </intent-filter>
233
234 <intent-filter android:label="@string/strequentList">
235 <action android:name="com.android.contacts.action.LIST_STREQUENT" />
236 <category android:name="android.intent.category.DEFAULT" />
237 <category android:name="android.intent.category.TAB" />
238 </intent-filter>
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700239
240 <intent-filter>
241 <action android:name="android.intent.action.SEARCH" />
242 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikov0edd4072011-01-19 10:10:10 -0800243 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700244 </intent-filter>
245
246 <intent-filter>
Dmitri Plotnikov30b99712011-01-20 09:29:44 -0800247 <action android:name="android.intent.action.SEARCH" />
248 <category android:name="android.intent.category.DEFAULT" />
249 </intent-filter>
250
251 <intent-filter>
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700252 <action android:name="com.android.contacts.action.FILTER_CONTACTS" />
253 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800254 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700255 </intent-filter>
256
257 <meta-data android:name="android.app.searchable"
258 android:resource="@xml/searchable"
259 />
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700260 </activity>
Doug Zongker854d3262011-07-19 13:11:58 -0700261
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700262 <activity android:name=".activities.ContactSelectionActivity"
263 android:label="@string/contactsList"
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -0700264 android:theme="@style/ContactPickerTheme"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800265 android:launchMode="singleTop"
266 android:clearTaskOnLaunch="true"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700267 >
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800268 <intent-filter>
269 <action android:name="android.intent.action.INSERT_OR_EDIT" />
270 <category android:name="android.intent.category.DEFAULT" />
271 <data android:mimeType="vnd.android.cursor.item/person" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700272 <data android:mimeType="vnd.android.cursor.item/contact" />
273 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800274 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700275
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800276 <intent-filter>
277 <action android:name="android.intent.action.PICK" />
278 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800279 <data android:mimeType="vnd.android.cursor.dir/contact" />
280 <data android:mimeType="vnd.android.cursor.dir/person" />
281 <data android:mimeType="vnd.android.cursor.dir/phone_v2" />
282 <data android:mimeType="vnd.android.cursor.dir/phone" />
283 <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" />
284 <data android:mimeType="vnd.android.cursor.dir/postal-address" />
Daniel Lehmannc86ace72011-03-23 21:04:29 -0700285 <data android:mimeType="vnd.android.cursor.dir/email_v2" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800286 </intent-filter>
287
288 <intent-filter>
289 <action android:name="android.intent.action.GET_CONTENT" />
290 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800291 <data android:mimeType="vnd.android.cursor.item/contact" />
292 <data android:mimeType="vnd.android.cursor.item/person" />
293 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
294 <data android:mimeType="vnd.android.cursor.item/phone" />
295 <data android:mimeType="vnd.android.cursor.item/postal-address_v2" />
296 <data android:mimeType="vnd.android.cursor.item/postal-address" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800297 </intent-filter>
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700298 </activity>
299
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700300 <!-- Backwards compatibility: somebody may have hard coded this activity name -->
301 <activity-alias android:name="ContactsListActivity"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700302 android:targetActivity=".activities.PeopleActivity"
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700303 />
304
Daniel Lehmanne9b94612011-07-11 11:44:56 -0700305 <!-- Backwards compatibility: "Contacts" from Honeycomb -->
306 <activity-alias android:name=".activities.ContactsFrontDoor"
307 android:targetActivity=".activities.PeopleActivity"
308 android:exported="true"
309 />
310
311 <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier -->
312 <activity-alias android:name="DialtactsContactsEntryActivity"
313 android:targetActivity=".activities.PeopleActivity"
314 android:exported="true"
315 />
316
317 <!-- Backwards compatibility: "Phone" from Gingerbread and earlier -->
318 <activity-alias android:name="DialtactsActivity"
319 android:targetActivity=".activities.DialtactsActivity"
320 android:exported="true"
321 />
322
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700323 <!-- An activity for joining contacts -->
Dmitri Plotnikovd21ddb22010-11-03 14:25:59 -0700324 <activity android:name=".activities.JoinContactActivity"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700325 android:theme="@style/JoinContactActivityTheme"
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700326 android:clearTaskOnLaunch="true"
327 >
328 <intent-filter>
Dmitri Plotnikov501b7ea2010-04-07 17:20:49 -0700329 <action android:name="com.android.contacts.action.JOIN_CONTACT" />
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700330 <category android:name="android.intent.category.DEFAULT" />
331 </intent-filter>
332 </activity>
333
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700334 <!-- Used to set options -->
Daniel Lehmann10105742010-07-15 17:35:57 -0700335 <activity
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700336 android:name=".preference.ContactsPreferenceActivity"
337 android:label="@string/activity_title_settings"
Daniel Lehmann10105742010-07-15 17:35:57 -0700338 android:theme="@style/ContactsPreferencesTheme" />
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700339
Katherine Kuan495db432011-07-06 18:58:46 -0700340 <!-- Used to filter contacts list by account -->
341 <activity
342 android:name=".list.AccountFilterActivity"
343 android:label="@string/activity_title_contacts_filter"
344 android:theme="@style/ContactListFilterTheme" />
345
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700346 <!-- Used to select display and sync groups -->
347 <activity
348 android:name=".list.CustomContactListFilterActivity"
349 android:label="@string/custom_list_filter"
Katherine Kuan495db432011-07-06 18:58:46 -0700350 android:theme="@style/ContactListFilterTheme" />
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700351
Jeff Sharkey802b2052009-08-04 14:21:06 -0700352 <activity
Daniel Lehmann72af89f2010-10-18 15:15:59 -0700353 android:name=".activities.ShowOrCreateActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700354 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700355
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700356 <intent-filter>
357 <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
Jeff Sharkey802b2052009-08-04 14:21:06 -0700358 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700359 <data android:scheme="mailto" />
360 <data android:scheme="tel" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700361 </intent-filter>
Jeff Sharkeye8971622009-09-17 15:42:36 -0700362 </activity>
363
Katherine Kuan9add0e52011-05-10 18:26:15 -0700364 <!-- List of groups -->
365 <activity android:name=".activities.GroupBrowserActivity"
366 android:label="@string/contactsGroupsLabel"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700367 android:theme="@style/PeopleTheme"
Adam Powell84080602011-08-02 16:51:29 -0700368 android:uiOptions="splitActionBarWhenNarrow"
Katherine Kuan9add0e52011-05-10 18:26:15 -0700369 android:launchMode="singleTop"
Katherine Kuanab583952011-08-23 14:20:43 -0700370 android:clearTaskOnLaunch="true"/>
Katherine Kuan9add0e52011-05-10 18:26:15 -0700371
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700372 <!-- Views the details of a single group -->
373 <activity android:name=".activities.GroupDetailActivity"
374 android:label=""
Katherine Kuanab583952011-08-23 14:20:43 -0700375 android:theme="@style/DetailActivityTheme"/>
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700376
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700377 <!-- Create a new or edit an existing group -->
378 <activity
379 android:name=".activities.GroupEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700380 android:theme="@style/EditorActivityTheme"
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700381 android:windowSoftInputMode="adjustResize" />
382
Evan Millar0d0ab342009-09-30 19:03:35 -0700383 <!-- Used to show QuickContact window over a translucent activity, which is a
Jeff Sharkeye8971622009-09-17 15:42:36 -0700384 temporary hack until we add better framework support. -->
385 <activity
Daniel Lehmannedb576a2011-07-27 16:45:13 -0700386 android:name=".quickcontact.QuickContactActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700387 android:theme="@style/Theme.QuickContact"
Jeff Sharkey735e8b12009-09-30 14:57:07 -0700388 android:launchMode="singleTop"
Jeff Sharkey5cbf6f42009-10-02 14:22:51 -0700389 android:excludeFromRecents="true"
Daisuke Miyakawa85b9d6f2011-08-02 16:43:49 -0700390 android:noHistory="true"
Dmitri Plotnikovad3bd442010-03-23 22:49:43 -0700391 android:taskAffinity="android.task.quickcontact"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700392 android:windowSoftInputMode="stateUnchanged">
Jeff Sharkey3f177592009-05-18 15:23:12 -0700393
394 <intent-filter>
Evan Millar33b08452009-09-30 21:45:08 -0700395 <action android:name="com.android.contacts.action.QUICK_CONTACT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700396 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800397 <data android:mimeType="vnd.android.cursor.item/contact" />
398 <data android:mimeType="vnd.android.cursor.item/person" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700399 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800400 </activity>
401
Daniel Lehmannaf8e3862010-11-19 15:38:44 -0800402 <!-- Flushes the QuickContact IntentCache -->
403 <receiver android:name=".quickcontact.PackageIntentReceiver">
404 <intent-filter>
405 <action android:name="android.intent.action.PACKAGE_ADDED" />
406 <data android:scheme="package" />
407 </intent-filter>
408 <intent-filter>
409 <action android:name="android.intent.action.PACKAGE_REPLACED" />
410 <data android:scheme="package" />
411 </intent-filter>
412 <intent-filter>
413 <action android:name="android.intent.action.PACKAGE_REMOVED" />
414 <data android:scheme="package" />
415 </intent-filter>
416 <intent-filter>
417 <action android:name="android.intent.action.PACKAGE_CHANGED" />
418 <data android:scheme="package" />
419 </intent-filter>
420 </receiver>
421
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800422 <activity-alias android:name="ContactShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700423 android:targetActivity=".activities.ContactSelectionActivity"
Romain Guy4eb77b62009-03-24 18:10:17 -0700424 android:label="@string/shortcutContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800425 android:icon="@mipmap/ic_launcher_shortcut_contact">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800426
427 <intent-filter>
428 <action android:name="android.intent.action.CREATE_SHORTCUT" />
429 <category android:name="android.intent.category.DEFAULT" />
430 </intent-filter>
431
432 </activity-alias>
433
Dianne Hackborn333a6152009-05-26 12:46:23 -0700434 <activity-alias android:name="alias.DialShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700435 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700436 android:label="@string/shortcutDialContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800437 android:icon="@mipmap/ic_launcher_shortcut_directdial"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700438 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700439
440 <intent-filter>
441 <action android:name="android.intent.action.CREATE_SHORTCUT" />
442 <category android:name="android.intent.category.DEFAULT" />
Bernd Holzheya497ce52010-03-31 10:06:24 +0200443 <category android:name="android.intent.category.CAR_MODE" />
Dianne Hackborn333a6152009-05-26 12:46:23 -0700444 </intent-filter>
445
446 </activity-alias>
447
448 <activity-alias android:name="alias.MessageShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700449 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700450 android:label="@string/shortcutMessageContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800451 android:icon="@mipmap/ic_launcher_shortcut_directmessage"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700452 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700453
454 <intent-filter>
455 <action android:name="android.intent.action.CREATE_SHORTCUT" />
456 <category android:name="android.intent.category.DEFAULT" />
457 </intent-filter>
458
459 </activity-alias>
460
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800461 <activity android:name="CallDetailActivity"
462 android:label="@string/callDetailTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700463 android:theme="@style/CallDetailActivityTheme"
Flavio Lerdac03b1182011-07-22 15:44:08 +0100464 android:screenOrientation="nosensor"
Flavio Lerda0db051f2011-08-02 18:47:02 +0100465 android:icon="@mipmap/ic_launcher_phone"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700466 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800467 >
468 <intent-filter>
469 <action android:name="android.intent.action.VIEW" />
470 <category android:name="android.intent.category.DEFAULT" />
471 <data android:mimeType="vnd.android.cursor.item/calls" />
472 </intent-filter>
473 </activity>
474
475 <!-- Views the details of a single contact -->
Daniel Lehmann4cd94412010-04-08 16:44:36 -0700476 <activity android:name=".activities.ContactDetailActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800477 android:label="@string/viewContactTitle"
Katherine Kuanab583952011-08-23 14:20:43 -0700478 android:theme="@style/DetailActivityTheme">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700479
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800480 <intent-filter android:label="@string/viewContactDesription">
481 <action android:name="android.intent.action.VIEW" />
482 <category android:name="android.intent.category.DEFAULT" />
Daniel Lehmannc90c7052011-03-16 18:42:34 -0700483 <data android:mimeType="vnd.android.cursor.dir/person" />
484 <data android:mimeType="vnd.android.cursor.dir/contact" />
485 <data android:mimeType="vnd.android.cursor.item/person" />
486 <data android:mimeType="vnd.android.cursor.item/contact" />
487 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800488 </intent-filter>
489 </activity>
490
Daniel Lehmannf319cf82010-06-25 17:41:13 -0700491 <!-- Create a new or edit an existing contact -->
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700492 <activity
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700493 android:name=".activities.ContactEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700494 android:theme="@style/EditorActivityTheme"
Adam Powell84080602011-08-02 16:51:29 -0700495 android:uiOptions="splitActionBarWhenNarrow"
Daniel Lehmann3a120772010-06-21 16:21:35 -0700496 android:windowSoftInputMode="adjustResize">
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700497
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800498 <intent-filter android:label="@string/editContactDescription">
499 <action android:name="android.intent.action.EDIT" />
500 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800501 <data android:mimeType="vnd.android.cursor.item/person" />
502 <data android:mimeType="vnd.android.cursor.item/contact" />
503 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800504 </intent-filter>
505 <intent-filter android:label="@string/insertContactDescription">
506 <action android:name="android.intent.action.INSERT" />
507 <category android:name="android.intent.category.DEFAULT" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700508 <data android:mimeType="vnd.android.cursor.dir/person" />
509 <data android:mimeType="vnd.android.cursor.dir/contact" />
510 <data android:mimeType="vnd.android.cursor.dir/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800511 </intent-filter>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700512 </activity>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700513
Dmitri Plotnikov43fd1e82011-01-09 11:29:39 -0800514 <activity android:name=".test.FragmentTestActivity">
515 <intent-filter>
516 <category android:name="android.intent.category.TEST" />
517 </intent-filter>
518 </activity>
519
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700520 <!-- Stub service used to keep our process alive long enough for
521 background threads to finish their operations. -->
522 <service
523 android:name=".util.EmptyService"
524 android:exported="false" />
525
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700526 <!-- Service to save a contact -->
527 <service
Dmitri Plotnikov72f2b7a2010-12-03 18:46:31 -0800528 android:name=".ContactSaveService"
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700529 android:exported="false" />
530
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800531 <!-- Attaches a photo to a contact. Started from external applications -->
Dmitri Plotnikov19d51ac2011-01-04 14:30:24 -0800532 <activity android:name=".activities.AttachPhotoActivity"
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800533 android:label="@string/attach_photo_dialog_title"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800534 android:taskAffinity="">
535 <intent-filter>
536 <action android:name="android.intent.action.ATTACH_DATA" />
537 <data android:mimeType="image/*" />
538 <category android:name="android.intent.category.DEFAULT" />
539 </intent-filter>
540 />
Neel Parekhbe406ff2009-09-16 15:31:22 -0700541 </activity>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800542
Dmitri Plotnikov884e3932010-05-13 19:13:51 -0700543 <!-- Interstitial activity that shows a phone disambig dialog -->
544 <activity android:name="CallContactActivity"
545 android:theme="@android:style/Theme.Translucent">
546 </activity>
547
Katherine Kuan9856fce2011-06-01 10:24:09 -0700548 <!-- Makes .PeopleActivity the search target for any activity in Contacts -->
Jeff Sharkey6831cd92010-02-28 19:56:58 -0800549 <meta-data
550 android:name="android.app.default_searchable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700551 android:value=".activities.PeopleActivity" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800552
553
554 <!-- LIVE FOLDERS -->
555 <activity
556 android:name=".ContactsLiveFolders$AllContacts"
557 android:label="@string/liveFolderAll"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800558 android:icon="@mipmap/ic_launcher_folder_live_contacts">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800559 <intent-filter>
560 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
561 <category android:name="android.intent.category.DEFAULT" />
562 </intent-filter>
563 </activity>
564
565 <activity
566 android:name=".ContactsLiveFolders$StarredContacts"
567 android:label="@string/liveFolderFavorites"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800568 android:icon="@mipmap/ic_launcher_folder_live_contacts_starred">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800569 <intent-filter>
570 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
571 <category android:name="android.intent.category.DEFAULT" />
572 </intent-filter>
573 </activity>
574
575 <activity
576 android:name=".ContactsLiveFolders$PhoneContacts"
577 android:label="@string/liveFolderPhone"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800578 android:icon="@mipmap/ic_launcher_folder_live_contacts_phone">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800579 <intent-filter>
580 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
581 <category android:name="android.intent.category.DEFAULT" />
582 </intent-filter>
583 </activity>
584
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700585 <!-- vCard related -->
586 <activity android:name=".vcard.ImportVCardActivity"
Daisuke Miyakawa4baff1e2011-04-07 14:28:37 -0700587 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawa6448da72010-04-02 12:06:44 +0900588 android:theme="@style/BackgroundOnly">
589 <intent-filter>
Lixin Yue24fc7632009-12-04 17:03:00 +0800590 <action android:name="android.intent.action.VIEW" />
Attila Bodis1261e132010-03-18 22:06:37 -0700591 <data android:mimeType="text/directory" />
Daisuke Miyakawa92ba98a2010-06-22 09:12:19 +0900592 <data android:mimeType="text/vcard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800593 <data android:mimeType="text/x-vcard" />
Jeff Hamilton1167da42011-08-03 09:38:47 -0500594 <data android:mimeType="text/x-vCard" />
595 <category android:name="android.intent.category.DEFAULT" />
596 </intent-filter>
597 </activity>
598
599 <activity android:name=".vcard.NfcImportVCardActivity"
600 android:configChanges="orientation|screenSize|keyboardHidden"
601 android:theme="@style/BackgroundOnly">
602 <intent-filter>
603 <action android:name="android.nfc.action.NDEF_DISCOVERED" />
604 <data android:mimeType="text/vcard" />
605 <data android:mimeType="text/x-vcard" />
606 <data android:mimeType="text/x-vCard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800607 <category android:name="android.intent.category.DEFAULT" />
608 </intent-filter>
609 </activity>
610
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800611 <activity android:name=".vcard.CancelActivity"
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700612 android:theme="@style/BackgroundOnly" />
613
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700614 <activity android:name=".vcard.SelectAccountActivity"
Daisuke Miyakawa6d2f27f2010-04-21 16:11:38 +0900615 android:theme="@style/BackgroundOnly" />
616
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700617 <activity android:name=".vcard.ExportVCardActivity"
Daisuke Miyakawa0bec3b92009-09-25 13:33:27 -0700618 android:theme="@style/BackgroundOnly" />
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700619
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700620 <service
621 android:name=".vcard.VCardService"
622 android:exported="false" />
623
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700624 <!-- Pinned header list demo -->
625 <activity android:name=".widget.PinnedHeaderListDemoActivity">
626 <intent-filter>
627 <action android:name="android.intent.action.MAIN" />
628 <category android:name="android.intent.category.DEFAULT" />
629 </intent-filter>
630 </activity>
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700631
632 <!-- The widget that shows details and the social stream of a contact -->
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700633 <receiver android:name=".socialwidget.SocialWidgetProvider"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700634 android:label="@string/social_widget_label" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700635 <intent-filter>
636 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
637 </intent-filter>
638 <meta-data android:name="android.appwidget.provider"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700639 android:resource="@xml/social_widget_info" />
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700640 </receiver>
641
Flavio Lerdab78b7092011-07-26 13:38:44 +0100642 <receiver android:name=".calllog.CallLogReceiver">
Flavio Lerda87bd5362011-06-30 12:20:43 +0100643 <intent-filter>
644 <action android:name="android.intent.action.NEW_VOICEMAIL" />
645 <data
646 android:scheme="content"
647 android:host="com.android.voicemail"
Debashish Chatterjeeb7a508f2011-08-09 14:47:08 +0100648 android:mimeType="vnd.android.cursor.item/voicemail"
Flavio Lerda87bd5362011-06-30 12:20:43 +0100649 />
650 </intent-filter>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100651 <intent-filter android:priority="100">
652 <action android:name="android.intent.action.BOOT_COMPLETED"/>
653 </intent-filter>
Flavio Lerda87bd5362011-06-30 12:20:43 +0100654 </receiver>
655
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700656 <activity
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700657 android:name=".socialwidget.SocialWidgetConfigureActivity"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700658 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700659 <intent-filter>
660 <action android:name="android.intent.action.APPWIDGET_PICK" />
661 </intent-filter>
662 </activity>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100663
664 <service
665 android:name=".calllog.CallLogNotificationsService"
666 android:exported="false"
667 />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800668 </application>
669</manifest>