blob: e604de13f49fcd74d329e6662239d4676cbfb9e0 [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" />
Jeff Brownd7152b62011-11-28 16:34:58 -0800193 <category android:name="android.intent.category.APP_CONTACTS" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800194 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800195 <intent-filter>
196 <action android:name="com.android.contacts.action.LIST_DEFAULT" />
197 <category android:name="android.intent.category.DEFAULT" />
198 <category android:name="android.intent.category.TAB" />
199 </intent-filter>
200
201 <intent-filter>
202 <action android:name="com.android.contacts.action.LIST_CONTACTS" />
203 <category android:name="android.intent.category.DEFAULT" />
204 <category android:name="android.intent.category.TAB" />
205 </intent-filter>
206
207 <intent-filter>
208 <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" />
209 <category android:name="android.intent.category.DEFAULT" />
210 <category android:name="android.intent.category.TAB" />
211 </intent-filter>
212
213 <intent-filter>
214 <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" />
215 <category android:name="android.intent.category.DEFAULT" />
216 <category android:name="android.intent.category.TAB" />
217 </intent-filter>
218
219 <intent-filter android:label="@string/starredList">
220 <action android:name="com.android.contacts.action.LIST_STARRED" />
221 <category android:name="android.intent.category.DEFAULT" />
222 <category android:name="android.intent.category.TAB" />
223 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700224
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800225 <intent-filter android:label="@string/frequentList">
226 <action android:name="com.android.contacts.action.LIST_FREQUENT" />
227 <category android:name="android.intent.category.DEFAULT" />
228 <category android:name="android.intent.category.TAB" />
229 </intent-filter>
230
231 <intent-filter android:label="@string/strequentList">
232 <action android:name="com.android.contacts.action.LIST_STREQUENT" />
233 <category android:name="android.intent.category.DEFAULT" />
234 <category android:name="android.intent.category.TAB" />
235 </intent-filter>
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700236
237 <intent-filter>
238 <action android:name="android.intent.action.SEARCH" />
239 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikov0edd4072011-01-19 10:10:10 -0800240 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700241 </intent-filter>
242
243 <intent-filter>
Dmitri Plotnikov30b99712011-01-20 09:29:44 -0800244 <action android:name="android.intent.action.SEARCH" />
245 <category android:name="android.intent.category.DEFAULT" />
246 </intent-filter>
247
248 <intent-filter>
Dmitri Plotnikov7b8f7462010-11-02 17:25:08 -0700249 <action android:name="com.android.contacts.action.FILTER_CONTACTS" />
250 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800251 <data android:mimeType="vnd.android.cursor.dir/contact" />
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700252 </intent-filter>
253
Daisuke Miyakawaf0c46812011-08-23 15:58:21 -0700254 <intent-filter>
255 <action android:name="android.intent.action.VIEW" />
256 <category android:name="android.intent.category.DEFAULT" />
257 <data android:mimeType="vnd.android.cursor.dir/person" />
258 <data android:mimeType="vnd.android.cursor.dir/contact" />
259 </intent-filter>
260
Dmitri Plotnikov27b97bc2010-10-07 18:06:09 -0700261 <meta-data android:name="android.app.searchable"
262 android:resource="@xml/searchable"
263 />
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700264 </activity>
Doug Zongker854d3262011-07-19 13:11:58 -0700265
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700266 <activity android:name=".activities.ContactSelectionActivity"
267 android:label="@string/contactsList"
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -0700268 android:theme="@style/ContactPickerTheme"
Dmitri Plotnikovfa49a662011-01-13 11:04:56 -0800269 android:launchMode="singleTop"
270 android:clearTaskOnLaunch="true"
Daisuke Miyakawaa8729cd2011-10-12 12:27:16 -0700271 android:uiOptions="splitActionBarWhenNarrow">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800272 <intent-filter>
273 <action android:name="android.intent.action.INSERT_OR_EDIT" />
274 <category android:name="android.intent.category.DEFAULT" />
275 <data android:mimeType="vnd.android.cursor.item/person" />
Jeff Sharkeyd9798ae2009-08-24 20:46:23 -0700276 <data android:mimeType="vnd.android.cursor.item/contact" />
277 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800278 </intent-filter>
Jeff Sharkey26c7e732009-04-01 17:30:46 -0700279
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800280 <intent-filter>
281 <action android:name="android.intent.action.PICK" />
282 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800283 <data android:mimeType="vnd.android.cursor.dir/contact" />
284 <data android:mimeType="vnd.android.cursor.dir/person" />
285 <data android:mimeType="vnd.android.cursor.dir/phone_v2" />
286 <data android:mimeType="vnd.android.cursor.dir/phone" />
287 <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" />
288 <data android:mimeType="vnd.android.cursor.dir/postal-address" />
Daniel Lehmannc86ace72011-03-23 21:04:29 -0700289 <data android:mimeType="vnd.android.cursor.dir/email_v2" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800290 </intent-filter>
291
292 <intent-filter>
293 <action android:name="android.intent.action.GET_CONTENT" />
294 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800295 <data android:mimeType="vnd.android.cursor.item/contact" />
296 <data android:mimeType="vnd.android.cursor.item/person" />
297 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
298 <data android:mimeType="vnd.android.cursor.item/phone" />
299 <data android:mimeType="vnd.android.cursor.item/postal-address_v2" />
300 <data android:mimeType="vnd.android.cursor.item/postal-address" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800301 </intent-filter>
The Android Open Source Project37a16ac2009-03-18 17:39:48 -0700302 </activity>
303
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700304 <!-- Backwards compatibility: somebody may have hard coded this activity name -->
305 <activity-alias android:name="ContactsListActivity"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700306 android:targetActivity=".activities.PeopleActivity"
Dmitri Plotnikov27834b22010-07-01 14:10:08 -0700307 />
308
Daniel Lehmanne9b94612011-07-11 11:44:56 -0700309 <!-- Backwards compatibility: "Contacts" from Honeycomb -->
310 <activity-alias android:name=".activities.ContactsFrontDoor"
311 android:targetActivity=".activities.PeopleActivity"
312 android:exported="true"
313 />
314
315 <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier -->
316 <activity-alias android:name="DialtactsContactsEntryActivity"
317 android:targetActivity=".activities.PeopleActivity"
318 android:exported="true"
319 />
320
321 <!-- Backwards compatibility: "Phone" from Gingerbread and earlier -->
322 <activity-alias android:name="DialtactsActivity"
323 android:targetActivity=".activities.DialtactsActivity"
324 android:exported="true"
325 />
326
Flavio Lerda1c6f3812011-10-18 16:04:09 +0100327 <!-- Backwards compatibility: "Call log" from Gingerbread and earlier -->
328 <activity-alias android:name="RecentCallsListActivity"
329 android:targetActivity=".activities.DialtactsActivity"
330 android:exported="true"
331 />
332
333 <!-- Backwards compatibility: "Call log" from ICS -->
334 <activity-alias android:name=".activities.CallLogActivity"
335 android:targetActivity=".activities.DialtactsActivity"
336 android:exported="true"
337 />
338
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700339 <!-- An activity for joining contacts -->
Dmitri Plotnikovd21ddb22010-11-03 14:25:59 -0700340 <activity android:name=".activities.JoinContactActivity"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700341 android:theme="@style/JoinContactActivityTheme"
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700342 android:clearTaskOnLaunch="true"
343 >
344 <intent-filter>
Dmitri Plotnikov501b7ea2010-04-07 17:20:49 -0700345 <action android:name="com.android.contacts.action.JOIN_CONTACT" />
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700346 <category android:name="android.intent.category.DEFAULT" />
347 </intent-filter>
348 </activity>
349
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700350 <!-- Used to set options -->
Daniel Lehmann10105742010-07-15 17:35:57 -0700351 <activity
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700352 android:name=".preference.ContactsPreferenceActivity"
353 android:label="@string/activity_title_settings"
Daniel Lehmann10105742010-07-15 17:35:57 -0700354 android:theme="@style/ContactsPreferencesTheme" />
Jeff Sharkeyd5c5b9a2009-06-21 19:46:04 -0700355
Katherine Kuan495db432011-07-06 18:58:46 -0700356 <!-- Used to filter contacts list by account -->
357 <activity
358 android:name=".list.AccountFilterActivity"
359 android:label="@string/activity_title_contacts_filter"
360 android:theme="@style/ContactListFilterTheme" />
361
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700362 <!-- Used to select display and sync groups -->
363 <activity
364 android:name=".list.CustomContactListFilterActivity"
365 android:label="@string/custom_list_filter"
Katherine Kuan495db432011-07-06 18:58:46 -0700366 android:theme="@style/ContactListFilterTheme" />
Dmitri Plotnikovd6e6b8a2010-09-15 16:23:02 -0700367
Jeff Sharkey802b2052009-08-04 14:21:06 -0700368 <activity
Daniel Lehmann72af89f2010-10-18 15:15:59 -0700369 android:name=".activities.ShowOrCreateActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700370 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700371
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700372 <intent-filter>
373 <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
Jeff Sharkey802b2052009-08-04 14:21:06 -0700374 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700375 <data android:scheme="mailto" />
376 <data android:scheme="tel" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700377 </intent-filter>
Jeff Sharkeye8971622009-09-17 15:42:36 -0700378 </activity>
379
Katherine Kuan9add0e52011-05-10 18:26:15 -0700380 <!-- List of groups -->
381 <activity android:name=".activities.GroupBrowserActivity"
382 android:label="@string/contactsGroupsLabel"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700383 android:theme="@style/PeopleTheme"
Adam Powell84080602011-08-02 16:51:29 -0700384 android:uiOptions="splitActionBarWhenNarrow"
Katherine Kuan9add0e52011-05-10 18:26:15 -0700385 android:launchMode="singleTop"
Katherine Kuanab583952011-08-23 14:20:43 -0700386 android:clearTaskOnLaunch="true"/>
Katherine Kuan9add0e52011-05-10 18:26:15 -0700387
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700388 <!-- Views the details of a single group -->
389 <activity android:name=".activities.GroupDetailActivity"
390 android:label=""
Katherine Kuanab583952011-08-23 14:20:43 -0700391 android:theme="@style/DetailActivityTheme"/>
Katherine Kuanfd8cded2011-05-11 11:34:56 -0700392
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700393 <!-- Create a new or edit an existing group -->
394 <activity
395 android:name=".activities.GroupEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700396 android:theme="@style/EditorActivityTheme"
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700397 android:windowSoftInputMode="adjustResize" />
398
Evan Millar0d0ab342009-09-30 19:03:35 -0700399 <!-- Used to show QuickContact window over a translucent activity, which is a
Jeff Sharkeye8971622009-09-17 15:42:36 -0700400 temporary hack until we add better framework support. -->
401 <activity
Daniel Lehmannedb576a2011-07-27 16:45:13 -0700402 android:name=".quickcontact.QuickContactActivity"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700403 android:theme="@style/Theme.QuickContact"
Jeff Sharkey735e8b12009-09-30 14:57:07 -0700404 android:launchMode="singleTop"
Jeff Sharkey5cbf6f42009-10-02 14:22:51 -0700405 android:excludeFromRecents="true"
Daisuke Miyakawa85b9d6f2011-08-02 16:43:49 -0700406 android:noHistory="true"
Dmitri Plotnikovad3bd442010-03-23 22:49:43 -0700407 android:taskAffinity="android.task.quickcontact"
Jeff Sharkeycde73892011-04-07 00:48:02 -0700408 android:windowSoftInputMode="stateUnchanged">
Jeff Sharkey3f177592009-05-18 15:23:12 -0700409
410 <intent-filter>
Evan Millar33b08452009-09-30 21:45:08 -0700411 <action android:name="com.android.contacts.action.QUICK_CONTACT" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700412 <category android:name="android.intent.category.DEFAULT" />
Dmitri Plotnikovd11bca22010-12-08 20:15:17 -0800413 <data android:mimeType="vnd.android.cursor.item/contact" />
414 <data android:mimeType="vnd.android.cursor.item/person" />
The Android Open Source Projecte740e2e2009-03-11 12:11:58 -0700415 </intent-filter>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800416 </activity>
417
418 <activity-alias android:name="ContactShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700419 android:targetActivity=".activities.ContactSelectionActivity"
Romain Guy4eb77b62009-03-24 18:10:17 -0700420 android:label="@string/shortcutContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800421 android:icon="@mipmap/ic_launcher_shortcut_contact">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800422
423 <intent-filter>
424 <action android:name="android.intent.action.CREATE_SHORTCUT" />
425 <category android:name="android.intent.category.DEFAULT" />
426 </intent-filter>
427
428 </activity-alias>
429
Dianne Hackborn333a6152009-05-26 12:46:23 -0700430 <activity-alias android:name="alias.DialShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700431 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700432 android:label="@string/shortcutDialContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800433 android:icon="@mipmap/ic_launcher_shortcut_directdial"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700434 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700435
436 <intent-filter>
437 <action android:name="android.intent.action.CREATE_SHORTCUT" />
438 <category android:name="android.intent.category.DEFAULT" />
Bernd Holzheya497ce52010-03-31 10:06:24 +0200439 <category android:name="android.intent.category.CAR_MODE" />
Dianne Hackborn333a6152009-05-26 12:46:23 -0700440 </intent-filter>
441
442 </activity-alias>
443
444 <activity-alias android:name="alias.MessageShortcut"
Dmitri Plotnikovb979b422010-07-01 15:29:15 -0700445 android:targetActivity=".activities.ContactSelectionActivity"
Dianne Hackborn333a6152009-05-26 12:46:23 -0700446 android:label="@string/shortcutMessageContact"
Daniel Lehmann174eb0a2010-11-23 11:40:02 -0800447 android:icon="@mipmap/ic_launcher_shortcut_directmessage"
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700448 android:enabled="@*android:bool/config_voice_capable">
Dianne Hackborn333a6152009-05-26 12:46:23 -0700449
450 <intent-filter>
451 <action android:name="android.intent.action.CREATE_SHORTCUT" />
452 <category android:name="android.intent.category.DEFAULT" />
453 </intent-filter>
454
455 </activity-alias>
456
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800457 <activity android:name="CallDetailActivity"
458 android:label="@string/callDetailTitle"
Daniel Lehmann134e53f2010-08-25 14:21:51 -0700459 android:theme="@style/CallDetailActivityTheme"
Flavio Lerdac03b1182011-07-22 15:44:08 +0100460 android:screenOrientation="nosensor"
Flavio Lerda0db051f2011-08-02 18:47:02 +0100461 android:icon="@mipmap/ic_launcher_phone"
Katherine Kuan9856fce2011-06-01 10:24:09 -0700462 android:taskAffinity="android.task.contacts.phone"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800463 >
464 <intent-filter>
465 <action android:name="android.intent.action.VIEW" />
466 <category android:name="android.intent.category.DEFAULT" />
467 <data android:mimeType="vnd.android.cursor.item/calls" />
468 </intent-filter>
469 </activity>
470
471 <!-- Views the details of a single contact -->
Daniel Lehmann4cd94412010-04-08 16:44:36 -0700472 <activity android:name=".activities.ContactDetailActivity"
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800473 android:label="@string/viewContactTitle"
Katherine Kuanab583952011-08-23 14:20:43 -0700474 android:theme="@style/DetailActivityTheme">
Jeff Sharkey3f0b7b82009-08-12 11:28:53 -0700475
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800476 <intent-filter android:label="@string/viewContactDesription">
477 <action android:name="android.intent.action.VIEW" />
478 <category android:name="android.intent.category.DEFAULT" />
Daniel Lehmannc90c7052011-03-16 18:42:34 -0700479 <data android:mimeType="vnd.android.cursor.item/person" />
480 <data android:mimeType="vnd.android.cursor.item/contact" />
481 <data android:mimeType="vnd.android.cursor.item/raw_contact" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800482 </intent-filter>
483 </activity>
484
Katherine Kuan37bddc22011-07-09 17:36:26 -0700485 <!-- Confirm that a single detail will be added to an existing contact -->
486 <activity
487 android:name=".activities.ConfirmAddDetailActivity"
488 android:label="@string/activity_title_confirm_add_detail"
489 android:theme="@style/ConfirmAddDetailDialogTheme"
490 android:windowSoftInputMode="adjustResize"
491 android:exported="false"/>
492
Katherine Kuan0353a242011-09-23 10:38:28 -0700493 <!-- Accounts changed prompt that can appear when creating a new contact. -->
494 <activity
495 android:name=".activities.ContactEditorAccountsChangedActivity"
496 android:theme="@style/ContactEditorAccountsChangedActivityTheme"
497 android:windowSoftInputMode="adjustResize"
498 android:exported="false"/>
499
Daniel Lehmannf319cf82010-06-25 17:41:13 -0700500 <!-- Create a new or edit an existing contact -->
Jeff Sharkey14f61ab2009-08-05 21:02:37 -0700501 <activity
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700502 android:name=".activities.ContactEditorActivity"
Katherine Kuanfd709032011-08-02 14:18:16 -0700503 android:theme="@style/EditorActivityTheme"
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>
Dave Santoro6fa73842011-09-28 14:37:06 -0700548 </activity>
549
550 <!-- Internal photo selection activity -->
551 <activity android:name=".activities.PhotoSelectionActivity"
552 android:theme="@style/Theme.PhotoSelector"
553 android:launchMode="singleTop"
554 android:windowSoftInputMode="stateUnchanged">
Neel Parekhbe406ff2009-09-16 15:31:22 -0700555 </activity>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800556
Dmitri Plotnikov884e3932010-05-13 19:13:51 -0700557 <!-- Interstitial activity that shows a phone disambig dialog -->
558 <activity android:name="CallContactActivity"
559 android:theme="@android:style/Theme.Translucent">
560 </activity>
561
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700562 <!-- vCard related -->
563 <activity android:name=".vcard.ImportVCardActivity"
Daisuke Miyakawa4baff1e2011-04-07 14:28:37 -0700564 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700565 android:theme="@style/BackgroundOnlyTheme">
Daisuke Miyakawa6448da72010-04-02 12:06:44 +0900566 <intent-filter>
Lixin Yue24fc7632009-12-04 17:03:00 +0800567 <action android:name="android.intent.action.VIEW" />
Attila Bodis1261e132010-03-18 22:06:37 -0700568 <data android:mimeType="text/directory" />
Daisuke Miyakawa92ba98a2010-06-22 09:12:19 +0900569 <data android:mimeType="text/vcard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800570 <data android:mimeType="text/x-vcard" />
Jeff Hamilton1167da42011-08-03 09:38:47 -0500571 <category android:name="android.intent.category.DEFAULT" />
572 </intent-filter>
573 </activity>
574
575 <activity android:name=".vcard.NfcImportVCardActivity"
576 android:configChanges="orientation|screenSize|keyboardHidden"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700577 android:theme="@style/BackgroundOnlyTheme">
Jeff Hamilton1167da42011-08-03 09:38:47 -0500578 <intent-filter>
579 <action android:name="android.nfc.action.NDEF_DISCOVERED" />
580 <data android:mimeType="text/vcard" />
581 <data android:mimeType="text/x-vcard" />
Lixin Yue24fc7632009-12-04 17:03:00 +0800582 <category android:name="android.intent.category.DEFAULT" />
583 </intent-filter>
584 </activity>
585
Daisuke Miyakawaab596602010-11-18 17:28:02 -0800586 <activity android:name=".vcard.CancelActivity"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700587 android:theme="@style/BackgroundOnlyTheme" />
Daisuke Miyakawa18b51902010-08-19 14:13:38 -0700588
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700589 <activity android:name=".vcard.SelectAccountActivity"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700590 android:theme="@style/BackgroundOnlyTheme" />
Daisuke Miyakawa6d2f27f2010-04-21 16:11:38 +0900591
Daisuke Miyakawa1b918e52010-06-07 15:48:41 -0700592 <activity android:name=".vcard.ExportVCardActivity"
Daisuke Miyakawae8b06c12011-08-29 09:47:34 -0700593 android:theme="@style/BackgroundOnlyTheme" />
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700594
Daisuke Miyakawad8fb81a2010-06-08 17:44:22 -0700595 <service
596 android:name=".vcard.VCardService"
597 android:exported="false" />
598
Dmitri Plotnikove1247222010-06-02 18:14:21 -0700599 <!-- Pinned header list demo -->
600 <activity android:name=".widget.PinnedHeaderListDemoActivity">
601 <intent-filter>
602 <action android:name="android.intent.action.MAIN" />
603 <category android:name="android.intent.category.DEFAULT" />
604 </intent-filter>
605 </activity>
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700606
607 <!-- The widget that shows details and the social stream of a contact -->
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700608 <receiver android:name=".socialwidget.SocialWidgetProvider"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700609 android:label="@string/social_widget_label" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700610 <intent-filter>
611 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
612 </intent-filter>
613 <meta-data android:name="android.appwidget.provider"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700614 android:resource="@xml/social_widget_info" />
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700615 </receiver>
616
Flavio Lerdaf4ab81d2012-02-24 19:00:01 +0000617 <receiver android:name=".calllog.CallLogReceiver"
618 android:enabled="@*android:bool/config_voice_capable">
Flavio Lerda87bd5362011-06-30 12:20:43 +0100619 <intent-filter>
620 <action android:name="android.intent.action.NEW_VOICEMAIL" />
621 <data
622 android:scheme="content"
623 android:host="com.android.voicemail"
Debashish Chatterjeeb7a508f2011-08-09 14:47:08 +0100624 android:mimeType="vnd.android.cursor.item/voicemail"
Flavio Lerda87bd5362011-06-30 12:20:43 +0100625 />
626 </intent-filter>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100627 <intent-filter android:priority="100">
628 <action android:name="android.intent.action.BOOT_COMPLETED"/>
629 </intent-filter>
Flavio Lerda87bd5362011-06-30 12:20:43 +0100630 </receiver>
631
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700632 <activity
Daniel Lehmannb93a26c2010-10-18 14:07:05 -0700633 android:name=".socialwidget.SocialWidgetConfigureActivity"
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700634 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -0700635 <intent-filter>
636 <action android:name="android.intent.action.APPWIDGET_PICK" />
637 </intent-filter>
638 </activity>
Flavio Lerdab78b7092011-07-26 13:38:44 +0100639
640 <service
641 android:name=".calllog.CallLogNotificationsService"
642 android:exported="false"
643 />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800644 </application>
645</manifest>