blob: 11b9cde22b94d2aa5afa1d43af77afa9c98649f8 [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" />
Katherine Kuanaaa2ad52011-09-02 13:36:52 -070026 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
Dianne Hackborn4a3e9802011-08-05 11:21:03 -070027 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
28 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
29 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Dave Santoro0a4d2252011-05-20 11:40:34 -070030 <uses-permission android:name="android.permission.READ_PROFILE" />
31 <uses-permission android:name="android.permission.WRITE_PROFILE" />
Dave Santoro41caac82011-10-03 18:24:44 -070032 <uses-permission android:name="android.permission.READ_SOCIAL_STREAM" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080033 <uses-permission android:name="android.permission.INTERNET" />
Martijn Coenen8bd40652011-06-15 15:55:05 +020034 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080035 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
Hugo Hudsonb002f512011-07-15 17:41:12 +010036 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080037 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
38 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" />
Daisuke Miyakawa2991dd92009-05-19 08:32:17 +090039 <uses-permission android:name="android.permission.WAKE_LOCK" />
Daisuke Miyakawa72c50522009-07-07 15:37:59 -070040 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Dmitri Plotnikovdaa2d5c2010-01-29 17:44:20 -080041 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
Fred Quintana104b7922009-07-22 20:01:15 -070042 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
Nicolas Catania9bcf4702009-11-06 13:19:43 -080043 <uses-permission android:name="android.permission.VIBRATE" />
Dmitri Plotnikov99811722010-11-01 18:21:22 -070044 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
Debashish Chatterjee37323c22011-08-03 13:22:01 +010045 <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" />
Flavio Lerda40d92c42011-07-01 13:47:42 +010046 <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" />
Jean-Michel Trivid5485072011-11-07 16:27:34 -080047 <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" />
Doug Zongker854d3262011-07-19 13:11:58 -070048 <!-- allow broadcasting secret code intents that reboot the phone -->
49 <uses-permission android:name="android.permission.REBOOT" />
Flavio Lerdad1935da2011-09-20 10:29:50 +010050 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080051
52 <application
Dmitri Plotnikovf049ff02010-11-29 10:15:24 -080053 android:name="com.android.contacts.ContactsApplication"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080054 android:label="@string/contactsList"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -080055 android:icon="@mipmap/ic_launcher_contacts"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080056 android:taskAffinity="android.task.contacts"
Daniel Lehmann57b5aa12010-09-23 17:42:23 -070057 android:hardwareAccelerated="true"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080058 >
59
Daniel Lehmanne9b196e2010-10-26 12:17:39 -070060 <!-- Intercept Dialer Intents for devices without a phone.
61 This activity should have the same intent filters as the DialtactsActivity,
62 so that its capturing the same events. Omit android.intent.category.LAUNCHER, because we
63 don't want this to show up in the Launcher. The priorities of the intent-filters
64 are set lower, so that the user does not see a disambig dialog -->
65 <activity
66 android:name=".activities.NonPhoneActivity"
67 android:theme="@style/NonPhoneActivityTheme"
68 >
69 <intent-filter android:priority="-1">
70 <action android:name="android.intent.action.DIAL" />
71 <category android:name="android.intent.category.DEFAULT" />
72 <category android:name="android.intent.category.BROWSABLE" />
73 <data android:mimeType="vnd.android.cursor.item/phone" />
74 <data android:mimeType="vnd.android.cursor.item/person" />
75 </intent-filter>
76 <intent-filter android:priority="-1">
77 <action android:name="android.intent.action.DIAL" />
78 <category android:name="android.intent.category.DEFAULT" />
79 <category android:name="android.intent.category.BROWSABLE" />
80 <data android:scheme="voicemail" />
81 </intent-filter>
82 <intent-filter android:priority="-1">
83 <action android:name="android.intent.action.DIAL" />
84 <category android:name="android.intent.category.DEFAULT" />
85 </intent-filter>
86 <intent-filter android:priority="-1">
87 <action android:name="android.intent.action.MAIN" />
88 <category android:name="android.intent.category.DEFAULT" />
89 <category android:name="android.intent.category.BROWSABLE" />
90 </intent-filter>
91 <intent-filter android:priority="-1">
92 <action android:name="android.intent.action.VIEW" />
93 <action android:name="android.intent.action.DIAL" />
94 <category android:name="android.intent.category.DEFAULT" />
95 <category android:name="android.intent.category.BROWSABLE" />
96 <data android:scheme="tel" />
97 </intent-filter>
98 <intent-filter android:priority="-1">
99 <action android:name="android.intent.action.VIEW" />
100 <category android:name="android.intent.category.DEFAULT" />
101 <category android:name="android.intent.category.BROWSABLE" />
102 <data android:mimeType="vnd.android.cursor.dir/calls" />
103 </intent-filter>
104 <intent-filter android:priority="-1">
105 <action android:name="android.intent.action.CALL_BUTTON" />
106 <category android:name="android.intent.category.DEFAULT" />
107 <category android:name="android.intent.category.BROWSABLE" />
108 </intent-filter>
109 </activity>
110
Daisuke Miyakawade158232011-08-15 12:26:55 -0700111 <!-- The entrance point for Phone UI.
112 stateAlwaysHidden is set to suppress keyboard show up on
113 dialpad screen. -->
Daniel Lehmann09fba0a2011-05-05 18:25:17 -0700114 <activity android:name=".activities.DialtactsActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800115 android:label="@string/launcherDialer"
Nicolas Catania177d88f2009-09-27 15:15:05 -0700116 android:theme="@style/DialtactsTheme"
Adam Powell84080602011-08-02 16:51:29 -0700117 android:uiOptions="splitActionBarWhenNarrow"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800118 android:launchMode="singleTask"
119 android:clearTaskOnLaunch="true"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800120 android:icon="@mipmap/ic_launcher_phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800121 android:screenOrientation="nosensor"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700122 android:enabled="@*android:bool/config_voice_capable"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700123 android:taskAffinity="android.task.contacts.phone"
Daisuke Miyakawafa96a6b2011-10-18 20:40:41 -0700124 android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800125 <intent-filter>
126 <action android:name="android.intent.action.DIAL" />
127 <category android:name="android.intent.category.DEFAULT" />
128 <category android:name="android.intent.category.BROWSABLE" />
129 <data android:mimeType="vnd.android.cursor.item/phone" />
130 <data android:mimeType="vnd.android.cursor.item/person" />
131 </intent-filter>
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:scheme="voicemail" />
137 </intent-filter>
138 <intent-filter>
139 <action android:name="android.intent.action.DIAL" />
140 <category android:name="android.intent.category.DEFAULT" />
141 </intent-filter>
142 <intent-filter>
143 <action android:name="android.intent.action.MAIN" />
144 <category android:name="android.intent.category.DEFAULT" />
145 <category android:name="android.intent.category.LAUNCHER" />
146 <category android:name="android.intent.category.BROWSABLE" />
147 </intent-filter>
148 <intent-filter>
149 <action android:name="android.intent.action.VIEW" />
150 <action android:name="android.intent.action.DIAL" />
151 <category android:name="android.intent.category.DEFAULT" />
152 <category android:name="android.intent.category.BROWSABLE" />
153 <data android:scheme="tel" />
154 </intent-filter>
155 <intent-filter>
156 <action android:name="android.intent.action.VIEW" />
157 <category android:name="android.intent.category.DEFAULT" />
158 <category android:name="android.intent.category.BROWSABLE" />
159 <data android:mimeType="vnd.android.cursor.dir/calls" />
160 </intent-filter>
161 <intent-filter>
162 <action android:name="android.intent.action.CALL_BUTTON" />
163 <category android:name="android.intent.category.DEFAULT" />
164 <category android:name="android.intent.category.BROWSABLE" />
165 </intent-filter>
Daisuke Miyakawaf4fbfdd2011-08-15 10:26:07 -0700166 <!-- This was never intended to be public, but is here for backward
167 compatibility. Use Intent.ACTION_DIAL instead. -->
168 <intent-filter>
169 <action android:name="com.android.phone.action.TOUCH_DIALER" />
170 <category android:name="android.intent.category.DEFAULT" />
171 <category android:name="android.intent.category.TAB" />
172 </intent-filter>
Flavio Lerda1c6f3812011-10-18 16:04:09 +0100173 <intent-filter android:label="@string/recentCallsIconLabel">
174 <action android:name="com.android.phone.action.RECENT_CALLS" />
175 <category android:name="android.intent.category.DEFAULT" />
176 <category android:name="android.intent.category.TAB" />
177 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800178 </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"
Adam Powell84080602011-08-02 16:51:29 -0700184 android:uiOptions="splitActionBarWhenNarrow"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800185 android:clearTaskOnLaunch="true"
186 android:launchMode="singleTop"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800187 >
188 <intent-filter>
189 <action android:name="android.intent.action.MAIN" />
190 <category android:name="android.intent.category.DEFAULT" />
191 <category android:name="android.intent.category.LAUNCHER" />
Dmitri Plotnikov032bb362009-05-06 17:05:39 -0700192 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800193 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800194 <intent-filter>
195 <action android:name="com.android.contacts.action.LIST_DEFAULT" />
196 <category android:name="android.intent.category.DEFAULT" />
197 <category android:name="android.intent.category.TAB" />
198 </intent-filter>
199
200 <intent-filter>
201 <action android:name="com.android.contacts.action.LIST_CONTACTS" />
202 <category android:name="android.intent.category.DEFAULT" />
203 <category android:name="android.intent.category.TAB" />
204 </intent-filter>
205
206 <intent-filter>
207 <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" />
208 <category android:name="android.intent.category.DEFAULT" />
209 <category android:name="android.intent.category.TAB" />
210 </intent-filter>
211
212 <intent-filter>
213 <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" />
214 <category android:name="android.intent.category.DEFAULT" />
215 <category android:name="android.intent.category.TAB" />
216 </intent-filter>
217
218 <intent-filter android:label="@string/starredList">
219 <action android:name="com.android.contacts.action.LIST_STARRED" />
220 <category android:name="android.intent.category.DEFAULT" />
221 <category android:name="android.intent.category.TAB" />
222 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700223
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800224 <intent-filter android:label="@string/frequentList">
225 <action android:name="com.android.contacts.action.LIST_FREQUENT" />
226 <category android:name="android.intent.category.DEFAULT" />
227 <category android:name="android.intent.category.TAB" />
228 </intent-filter>
229
230 <intent-filter android:label="@string/strequentList">
231 <action android:name="com.android.contacts.action.LIST_STREQUENT" />
232 <category android:name="android.intent.category.DEFAULT" />
233 <category android:name="android.intent.category.TAB" />
234 </intent-filter>
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700235
236 <intent-filter>
237 <action android:name="android.intent.action.SEARCH" />
238 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikov0edd4072011-01-19 10:10:10 -0800239 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700240 </intent-filter>
241
242 <intent-filter>
Dmitri Plotnikov30b99712011-01-20 09:29:44 -0800243 <action android:name="android.intent.action.SEARCH" />
244 <category android:name="android.intent.category.DEFAULT" />
245 </intent-filter>
246
247 <intent-filter>
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700248 <action android:name="com.android.contacts.action.FILTER_CONTACTS" />
249 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800250 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700251 </intent-filter>
252
Daisuke Miyakawaf0c46812011-08-23 15:58:21 -0700253 <intent-filter>
254 <action android:name="android.intent.action.VIEW" />
255 <category android:name="android.intent.category.DEFAULT" />
256 <data android:mimeType="vnd.android.cursor.dir/person" />
257 <data android:mimeType="vnd.android.cursor.dir/contact" />
258 </intent-filter>
259
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700260 <meta-data android:name="android.app.searchable"
261 android:resource="@xml/searchable"
262 />
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700263 </activity>
Doug Zongker854d3262011-07-19 13:11:58 -0700264
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700265 <activity android:name=".activities.ContactSelectionActivity"
266 android:label="@string/contactsList"
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -0700267 android:theme="@style/ContactPickerTheme"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800268 android:launchMode="singleTop"
269 android:clearTaskOnLaunch="true"
Daisuke Miyakawaa8729cd2011-10-12 12:27:16 -0700270 android:uiOptions="splitActionBarWhenNarrow">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800271 <intent-filter>
272 <action android:name="android.intent.action.INSERT_OR_EDIT" />
273 <category android:name="android.intent.category.DEFAULT" />
274 <data android:mimeType="vnd.android.cursor.item/person" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700275 <data android:mimeType="vnd.android.cursor.item/contact" />
276 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800277 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700278
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800279 <intent-filter>
280 <action android:name="android.intent.action.PICK" />
281 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800282 <data android:mimeType="vnd.android.cursor.dir/contact" />
283 <data android:mimeType="vnd.android.cursor.dir/person" />
284 <data android:mimeType="vnd.android.cursor.dir/phone_v2" />
285 <data android:mimeType="vnd.android.cursor.dir/phone" />
286 <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" />
287 <data android:mimeType="vnd.android.cursor.dir/postal-address" />
Daniel Lehmannc86ace72011-03-23 21:04:29 -0700288 <data android:mimeType="vnd.android.cursor.dir/email_v2" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800289 </intent-filter>
290
291 <intent-filter>
292 <action android:name="android.intent.action.GET_CONTENT" />
293 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800294 <data android:mimeType="vnd.android.cursor.item/contact" />
295 <data android:mimeType="vnd.android.cursor.item/person" />
296 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
297 <data android:mimeType="vnd.android.cursor.item/phone" />
298 <data android:mimeType="vnd.android.cursor.item/postal-address_v2" />
299 <data android:mimeType="vnd.android.cursor.item/postal-address" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800300 </intent-filter>
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700301 </activity>
302
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700303 <!-- Backwards compatibility: somebody may have hard coded this activity name -->
304 <activity-alias android:name="ContactsListActivity"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700305 android:targetActivity=".activities.PeopleActivity"
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700306 />
307
Daniel Lehmanne9b94612011-07-11 11:44:56 -0700308 <!-- Backwards compatibility: "Contacts" from Honeycomb -->
309 <activity-alias android:name=".activities.ContactsFrontDoor"
310 android:targetActivity=".activities.PeopleActivity"
311 android:exported="true"
312 />
313
314 <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier -->
315 <activity-alias android:name="DialtactsContactsEntryActivity"
316 android:targetActivity=".activities.PeopleActivity"
317 android:exported="true"
318 />
319
320 <!-- Backwards compatibility: "Phone" from Gingerbread and earlier -->
321 <activity-alias android:name="DialtactsActivity"
322 android:targetActivity=".activities.DialtactsActivity"
323 android:exported="true"
324 />
325
Flavio Lerda1c6f3812011-10-18 16:04:09 +0100326 <!-- Backwards compatibility: "Call log" from Gingerbread and earlier -->
327 <activity-alias android:name="RecentCallsListActivity"
328 android:targetActivity=".activities.DialtactsActivity"
329 android:exported="true"
330 />
331
332 <!-- Backwards compatibility: "Call log" from ICS -->
333 <activity-alias android:name=".activities.CallLogActivity"
334 android:targetActivity=".activities.DialtactsActivity"
335 android:exported="true"
336 />
337
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700338 <!-- An activity for joining contacts -->
Dmitri Plotnikovd21ddb22010-11-03 14:25:59 -0700339 <activity android:name=".activities.JoinContactActivity"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700340 android:theme="@style/JoinContactActivityTheme"
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700341 android:clearTaskOnLaunch="true"
342 >
343 <intent-filter>
Dmitri Plotnikov501b7ea2010-04-07 17:20:49 -0700344 <action android:name="com.android.contacts.action.JOIN_CONTACT" />
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700345 <category android:name="android.intent.category.DEFAULT" />
346 </intent-filter>
347 </activity>
348
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700349 <!-- Used to set options -->
Daniel Lehmann10105742010-07-15 17:35:57 -0700350 <activity
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700351 android:name=".preference.ContactsPreferenceActivity"
352 android:label="@string/activity_title_settings"
Daniel Lehmann10105742010-07-15 17:35:57 -0700353 android:theme="@style/ContactsPreferencesTheme" />
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700354
Katherine Kuan495db432011-07-06 18:58:46 -0700355 <!-- Used to filter contacts list by account -->
356 <activity
357 android:name=".list.AccountFilterActivity"
358 android:label="@string/activity_title_contacts_filter"
359 android:theme="@style/ContactListFilterTheme" />
360
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700361 <!-- Used to select display and sync groups -->
362 <activity
363 android:name=".list.CustomContactListFilterActivity"
364 android:label="@string/custom_list_filter"
Katherine Kuan495db432011-07-06 18:58:46 -0700365 android:theme="@style/ContactListFilterTheme" />
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700366
Jeff Sharkey802b2052009-08-04 14:21:06 -0700367 <activity
Daniel Lehmann72af89f2010-10-18 15:15:59 -0700368 android:name=".activities.ShowOrCreateActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700369 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700370
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700371 <intent-filter>
372 <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
Jeff Sharkey802b2052009-08-04 14:21:06 -0700373 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700374 <data android:scheme="mailto" />
375 <data android:scheme="tel" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700376 </intent-filter>
Jeff Sharkeye8971622009-09-17 15:42:36 -0700377 </activity>
378
Katherine Kuan9add0e52011-05-10 18:26:15 -0700379 <!-- List of groups -->
380 <activity android:name=".activities.GroupBrowserActivity"
381 android:label="@string/contactsGroupsLabel"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700382 android:theme="@style/PeopleTheme"
Adam Powell84080602011-08-02 16:51:29 -0700383 android:uiOptions="splitActionBarWhenNarrow"
Katherine Kuan9add0e52011-05-10 18:26:15 -0700384 android:launchMode="singleTop"
Katherine Kuanab583952011-08-23 14:20:43 -0700385 android:clearTaskOnLaunch="true"/>
Katherine Kuan9add0e52011-05-10 18:26:15 -0700386
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700387 <!-- Views the details of a single group -->
388 <activity android:name=".activities.GroupDetailActivity"
389 android:label=""
Katherine Kuanab583952011-08-23 14:20:43 -0700390 android:theme="@style/DetailActivityTheme"/>
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700391
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700392 <!-- Create a new or edit an existing group -->
393 <activity
394 android:name=".activities.GroupEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700395 android:theme="@style/EditorActivityTheme"
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700396 android:windowSoftInputMode="adjustResize" />
397
Evan Millar0d0ab342009-09-30 19:03:35 -0700398 <!-- Used to show QuickContact window over a translucent activity, which is a
Jeff Sharkeye8971622009-09-17 15:42:36 -0700399 temporary hack until we add better framework support. -->
400 <activity
Daniel Lehmannedb576a2011-07-27 16:45:13 -0700401 android:name=".quickcontact.QuickContactActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700402 android:theme="@style/Theme.QuickContact"
Jeff Sharkey735e8b12009-09-30 14:57:07 -0700403 android:launchMode="singleTop"
Jeff Sharkey5cbf6f42009-10-02 14:22:51 -0700404 android:excludeFromRecents="true"
Daisuke Miyakawa85b9d6f2011-08-02 16:43:49 -0700405 android:noHistory="true"
Dmitri Plotnikovad3bd442010-03-23 22:49:43 -0700406 android:taskAffinity="android.task.quickcontact"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700407 android:windowSoftInputMode="stateUnchanged">
Jeff Sharkey3f177592009-05-18 15:23:12 -0700408
409 <intent-filter>
Evan Millar33b08452009-09-30 21:45:08 -0700410 <action android:name="com.android.contacts.action.QUICK_CONTACT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700411 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800412 <data android:mimeType="vnd.android.cursor.item/contact" />
413 <data android:mimeType="vnd.android.cursor.item/person" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700414 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800415 </activity>
416
417 <activity-alias android:name="ContactShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700418 android:targetActivity=".activities.ContactSelectionActivity"
Romain Guy4eb77b62009-03-24 18:10:17 -0700419 android:label="@string/shortcutContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800420 android:icon="@mipmap/ic_launcher_shortcut_contact">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800421
422 <intent-filter>
423 <action android:name="android.intent.action.CREATE_SHORTCUT" />
424 <category android:name="android.intent.category.DEFAULT" />
425 </intent-filter>
426
427 </activity-alias>
428
Dianne Hackborn333a6152009-05-26 12:46:23 -0700429 <activity-alias android:name="alias.DialShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700430 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700431 android:label="@string/shortcutDialContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800432 android:icon="@mipmap/ic_launcher_shortcut_directdial"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700433 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700434
435 <intent-filter>
436 <action android:name="android.intent.action.CREATE_SHORTCUT" />
437 <category android:name="android.intent.category.DEFAULT" />
Bernd Holzheya497ce52010-03-31 10:06:24 +0200438 <category android:name="android.intent.category.CAR_MODE" />
Dianne Hackborn333a6152009-05-26 12:46:23 -0700439 </intent-filter>
440
441 </activity-alias>
442
443 <activity-alias android:name="alias.MessageShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700444 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700445 android:label="@string/shortcutMessageContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800446 android:icon="@mipmap/ic_launcher_shortcut_directmessage"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700447 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700448
449 <intent-filter>
450 <action android:name="android.intent.action.CREATE_SHORTCUT" />
451 <category android:name="android.intent.category.DEFAULT" />
452 </intent-filter>
453
454 </activity-alias>
455
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800456 <activity android:name="CallDetailActivity"
457 android:label="@string/callDetailTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700458 android:theme="@style/CallDetailActivityTheme"
Flavio Lerdac03b1182011-07-22 15:44:08 +0100459 android:screenOrientation="nosensor"
Flavio Lerda0db051f2011-08-02 18:47:02 +0100460 android:icon="@mipmap/ic_launcher_phone"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700461 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800462 >
463 <intent-filter>
464 <action android:name="android.intent.action.VIEW" />
465 <category android:name="android.intent.category.DEFAULT" />
466 <data android:mimeType="vnd.android.cursor.item/calls" />
467 </intent-filter>
468 </activity>
469
470 <!-- Views the details of a single contact -->
Daniel Lehmann4cd94412010-04-08 16:44:36 -0700471 <activity android:name=".activities.ContactDetailActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800472 android:label="@string/viewContactTitle"
Katherine Kuanab583952011-08-23 14:20:43 -0700473 android:theme="@style/DetailActivityTheme">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700474
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800475 <intent-filter android:label="@string/viewContactDesription">
476 <action android:name="android.intent.action.VIEW" />
477 <category android:name="android.intent.category.DEFAULT" />
Daniel Lehmannc90c7052011-03-16 18:42:34 -0700478 <data android:mimeType="vnd.android.cursor.item/person" />
479 <data android:mimeType="vnd.android.cursor.item/contact" />
480 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800481 </intent-filter>
482 </activity>
483
Katherine Kuan37bddc22011-07-09 17:36:26 -0700484 <!-- Confirm that a single detail will be added to an existing contact -->
485 <activity
486 android:name=".activities.ConfirmAddDetailActivity"
487 android:label="@string/activity_title_confirm_add_detail"
488 android:theme="@style/ConfirmAddDetailDialogTheme"
489 android:windowSoftInputMode="adjustResize"
490 android:exported="false"/>
491
Katherine Kuan0353a242011-09-23 10:38:28 -0700492 <!-- Accounts changed prompt that can appear when creating a new contact. -->
493 <activity
494 android:name=".activities.ContactEditorAccountsChangedActivity"
495 android:theme="@style/ContactEditorAccountsChangedActivityTheme"
496 android:windowSoftInputMode="adjustResize"
497 android:exported="false"/>
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"
Daniel Lehmann3a120772010-06-21 16:21:35 -0700503 android:windowSoftInputMode="adjustResize">
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700504
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800505 <intent-filter android:label="@string/editContactDescription">
506 <action android:name="android.intent.action.EDIT" />
507 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800508 <data android:mimeType="vnd.android.cursor.item/person" />
509 <data android:mimeType="vnd.android.cursor.item/contact" />
510 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800511 </intent-filter>
512 <intent-filter android:label="@string/insertContactDescription">
513 <action android:name="android.intent.action.INSERT" />
514 <category android:name="android.intent.category.DEFAULT" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700515 <data android:mimeType="vnd.android.cursor.dir/person" />
516 <data android:mimeType="vnd.android.cursor.dir/contact" />
517 <data android:mimeType="vnd.android.cursor.dir/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800518 </intent-filter>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700519 </activity>
Neel Parekhbe406ff2009-09-16 15:31:22 -0700520
Dmitri Plotnikov43fd1e82011-01-09 11:29:39 -0800521 <activity android:name=".test.FragmentTestActivity">
522 <intent-filter>
523 <category android:name="android.intent.category.TEST" />
524 </intent-filter>
525 </activity>
526
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700527 <!-- Stub service used to keep our process alive long enough for
528 background threads to finish their operations. -->
529 <service
530 android:name=".util.EmptyService"
531 android:exported="false" />
532
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700533 <!-- Service to save a contact -->
534 <service
Dmitri Plotnikov72f2b7a2010-12-03 18:46:31 -0800535 android:name=".ContactSaveService"
Daniel Lehmann173ffe12010-06-14 18:19:10 -0700536 android:exported="false" />
537
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800538 <!-- Attaches a photo to a contact. Started from external applications -->
Dmitri Plotnikov19d51ac2011-01-04 14:30:24 -0800539 <activity android:name=".activities.AttachPhotoActivity"
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800540 android:label="@string/attach_photo_dialog_title"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800541 android:taskAffinity="">
542 <intent-filter>
543 <action android:name="android.intent.action.ATTACH_DATA" />
544 <data android:mimeType="image/*" />
545 <category android:name="android.intent.category.DEFAULT" />
546 </intent-filter>
547 />
Neel Parekhbe406ff2009-09-16 15:31:22 -0700548 </activity>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800549
Dmitri Plotnikov884e3932010-05-13 19:13:51 -0700550 <!-- Interstitial activity that shows a phone disambig dialog -->
551 <activity android:name="CallContactActivity"
552 android:theme="@android:style/Theme.Translucent">
553 </activity>
554
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700555 <!-- vCard related -->
556 <activity android:name=".vcard.ImportVCardActivity"
Daisuke Miyakawa4baff1e2011-04-07 14:28:37 -0700557 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700558 android:theme="@style/BackgroundOnlyTheme">
Daisuke Miyakawa6448da72010-04-02 12:06:44 +0900559 <intent-filter>
Lixin Yue24fc7632009-12-04 17:03:00 +0800560 <action android:name="android.intent.action.VIEW" />
Attila Bodis1261e132010-03-18 22:06:37 -0700561 <data android:mimeType="text/directory" />
Daisuke Miyakawa92ba98a2010-06-22 09:12:19 +0900562 <data android:mimeType="text/vcard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800563 <data android:mimeType="text/x-vcard" />
Jeff Hamilton1167da42011-08-03 09:38:47 -0500564 <data android:mimeType="text/x-vCard" />
565 <category android:name="android.intent.category.DEFAULT" />
566 </intent-filter>
567 </activity>
568
569 <activity android:name=".vcard.NfcImportVCardActivity"
570 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700571 android:theme="@style/BackgroundOnlyTheme">
Jeff Hamilton1167da42011-08-03 09:38:47 -0500572 <intent-filter>
573 <action android:name="android.nfc.action.NDEF_DISCOVERED" />
574 <data android:mimeType="text/vcard" />
575 <data android:mimeType="text/x-vcard" />
576 <data android:mimeType="text/x-vCard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800577 <category android:name="android.intent.category.DEFAULT" />
578 </intent-filter>
579 </activity>
580
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800581 <activity android:name=".vcard.CancelActivity"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700582 android:theme="@style/BackgroundOnlyTheme" />
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700583
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700584 <activity android:name=".vcard.SelectAccountActivity"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700585 android:theme="@style/BackgroundOnlyTheme" />
Daisuke Miyakawa6d2f27f2010-04-21 16:11:38 +0900586
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700587 <activity android:name=".vcard.ExportVCardActivity"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700588 android:theme="@style/BackgroundOnlyTheme" />
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700589
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700590 <service
591 android:name=".vcard.VCardService"
592 android:exported="false" />
593
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700594 <!-- Pinned header list demo -->
595 <activity android:name=".widget.PinnedHeaderListDemoActivity">
596 <intent-filter>
597 <action android:name="android.intent.action.MAIN" />
598 <category android:name="android.intent.category.DEFAULT" />
599 </intent-filter>
600 </activity>
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700601
602 <!-- The widget that shows details and the social stream of a contact -->
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700603 <receiver android:name=".socialwidget.SocialWidgetProvider"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700604 android:label="@string/social_widget_label" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700605 <intent-filter>
606 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
607 </intent-filter>
608 <meta-data android:name="android.appwidget.provider"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700609 android:resource="@xml/social_widget_info" />
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700610 </receiver>
611
Flavio Lerdab78b7092011-07-26 13:38:44 +0100612 <receiver android:name=".calllog.CallLogReceiver">
Flavio Lerda87bd5362011-06-30 12:20:43 +0100613 <intent-filter>
614 <action android:name="android.intent.action.NEW_VOICEMAIL" />
615 <data
616 android:scheme="content"
617 android:host="com.android.voicemail"
Debashish Chatterjeeb7a508f2011-08-09 14:47:08 +0100618 android:mimeType="vnd.android.cursor.item/voicemail"
Flavio Lerda87bd5362011-06-30 12:20:43 +0100619 />
620 </intent-filter>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100621 <intent-filter android:priority="100">
622 <action android:name="android.intent.action.BOOT_COMPLETED"/>
623 </intent-filter>
Flavio Lerda87bd5362011-06-30 12:20:43 +0100624 </receiver>
625
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700626 <activity
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700627 android:name=".socialwidget.SocialWidgetConfigureActivity"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700628 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700629 <intent-filter>
630 <action android:name="android.intent.action.APPWIDGET_PICK" />
631 </intent-filter>
632 </activity>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100633
634 <service
635 android:name=".calllog.CallLogNotificationsService"
636 android:exported="false"
637 />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800638 </application>
639</manifest>