The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | <?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 Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 10 | 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 Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 18 | package="com.android.contacts" |
| 19 | android:sharedUserId="android.uid.shared" |
Dianne Hackborn | 15a5ad8 | 2010-06-22 16:09:43 -0700 | [diff] [blame] | 20 | android:sharedUserLabel="@string/sharedUserLabel" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 21 | > |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 22 | |
Jeff Hamilton | e788353 | 2010-02-11 16:25:48 -0600 | [diff] [blame] | 23 | <original-package android:name="com.android.contacts" /> |
| 24 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 26 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 27 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 28 | <uses-permission android:name="android.permission.INTERNET" /> |
| 29 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 30 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 31 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" /> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Fred Quintana | 104b792 | 2009-07-22 20:01:15 -0700 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
Nicolas Catania | 9bcf470 | 2009-11-06 13:19:43 -0800 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.VIBRATE" /> |
Dmitri Plotnikov | 9981172 | 2010-11-01 18:21:22 -0700 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 38 | |
| 39 | <application |
| 40 | android:label="@string/contactsList" |
| 41 | android:icon="@drawable/ic_launcher_contacts" |
| 42 | android:process="android.process.acore" |
| 43 | android:taskAffinity="android.task.contacts" |
Daniel Lehmann | 57b5aa1 | 2010-09-23 17:42:23 -0700 | [diff] [blame] | 44 | android:hardwareAccelerated="true" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 45 | > |
| 46 | |
| 47 | <!-- A virtual 12 key dialer --> |
| 48 | <activity android:name="TwelveKeyDialer" |
| 49 | android:launchMode="singleTop" |
| 50 | > |
| 51 | <intent-filter> |
| 52 | <action android:name="com.android.phone.action.TOUCH_DIALER" /> |
| 53 | <category android:name="android.intent.category.DEFAULT" /> |
| 54 | <category android:name="android.intent.category.TAB" /> |
| 55 | </intent-filter> |
| 56 | </activity> |
| 57 | |
| 58 | <!-- A list of recent calls --> |
| 59 | <activity android:name="RecentCallsListActivity" |
| 60 | android:label="@string/recentCallsIconLabel" |
| 61 | > |
| 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 Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 69 | <!-- Intercept Dialer Intents for devices without a phone. |
| 70 | This activity should have the same intent filters as the DialtactsActivity, |
| 71 | so that its capturing the same events. Omit android.intent.category.LAUNCHER, because we |
| 72 | don't want this to show up in the Launcher. The priorities of the intent-filters |
| 73 | are set lower, so that the user does not see a disambig dialog --> |
| 74 | <activity |
| 75 | android:name=".activities.NonPhoneActivity" |
| 76 | android:theme="@style/NonPhoneActivityTheme" |
| 77 | > |
| 78 | <intent-filter android:priority="-1"> |
| 79 | <action android:name="android.intent.action.DIAL" /> |
| 80 | <category android:name="android.intent.category.DEFAULT" /> |
| 81 | <category android:name="android.intent.category.BROWSABLE" /> |
| 82 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 83 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 84 | </intent-filter> |
| 85 | <intent-filter android:priority="-1"> |
| 86 | <action android:name="android.intent.action.DIAL" /> |
| 87 | <category android:name="android.intent.category.DEFAULT" /> |
| 88 | <category android:name="android.intent.category.BROWSABLE" /> |
| 89 | <data android:scheme="voicemail" /> |
| 90 | </intent-filter> |
| 91 | <intent-filter android:priority="-1"> |
| 92 | <action android:name="android.intent.action.DIAL" /> |
| 93 | <category android:name="android.intent.category.DEFAULT" /> |
| 94 | </intent-filter> |
| 95 | <intent-filter android:priority="-1"> |
| 96 | <action android:name="android.intent.action.MAIN" /> |
| 97 | <category android:name="android.intent.category.DEFAULT" /> |
| 98 | <category android:name="android.intent.category.BROWSABLE" /> |
| 99 | </intent-filter> |
| 100 | <intent-filter android:priority="-1"> |
| 101 | <action android:name="android.intent.action.VIEW" /> |
| 102 | <action android:name="android.intent.action.DIAL" /> |
| 103 | <category android:name="android.intent.category.DEFAULT" /> |
| 104 | <category android:name="android.intent.category.BROWSABLE" /> |
| 105 | <data android:scheme="tel" /> |
| 106 | </intent-filter> |
| 107 | <intent-filter android:priority="-1"> |
| 108 | <action android:name="android.intent.action.VIEW" /> |
| 109 | <category android:name="android.intent.category.DEFAULT" /> |
| 110 | <category android:name="android.intent.category.BROWSABLE" /> |
| 111 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 112 | </intent-filter> |
| 113 | <intent-filter android:priority="-1"> |
| 114 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 115 | <category android:name="android.intent.category.DEFAULT" /> |
| 116 | <category android:name="android.intent.category.BROWSABLE" /> |
| 117 | </intent-filter> |
| 118 | </activity> |
| 119 | |
Daniel Lehmann | 7675e12 | 2010-04-21 17:31:11 -0700 | [diff] [blame] | 120 | <!-- Tab container for all tabs --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 121 | <activity android:name="DialtactsActivity" |
| 122 | android:label="@string/launcherDialer" |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 123 | android:theme="@style/DialtactsTheme" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 124 | android:launchMode="singleTask" |
| 125 | android:clearTaskOnLaunch="true" |
| 126 | android:icon="@drawable/ic_launcher_phone" |
| 127 | android:screenOrientation="nosensor" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 128 | android:enabled="@*android:bool/config_voice_capable" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 129 | > |
| 130 | <intent-filter> |
| 131 | <action android:name="android.intent.action.DIAL" /> |
| 132 | <category android:name="android.intent.category.DEFAULT" /> |
| 133 | <category android:name="android.intent.category.BROWSABLE" /> |
| 134 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 135 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 136 | </intent-filter> |
| 137 | <intent-filter> |
| 138 | <action android:name="android.intent.action.DIAL" /> |
| 139 | <category android:name="android.intent.category.DEFAULT" /> |
| 140 | <category android:name="android.intent.category.BROWSABLE" /> |
| 141 | <data android:scheme="voicemail" /> |
| 142 | </intent-filter> |
| 143 | <intent-filter> |
| 144 | <action android:name="android.intent.action.DIAL" /> |
| 145 | <category android:name="android.intent.category.DEFAULT" /> |
| 146 | </intent-filter> |
| 147 | <intent-filter> |
| 148 | <action android:name="android.intent.action.MAIN" /> |
| 149 | <category android:name="android.intent.category.DEFAULT" /> |
| 150 | <category android:name="android.intent.category.LAUNCHER" /> |
| 151 | <category android:name="android.intent.category.BROWSABLE" /> |
| 152 | </intent-filter> |
| 153 | <intent-filter> |
| 154 | <action android:name="android.intent.action.VIEW" /> |
| 155 | <action android:name="android.intent.action.DIAL" /> |
| 156 | <category android:name="android.intent.category.DEFAULT" /> |
| 157 | <category android:name="android.intent.category.BROWSABLE" /> |
| 158 | <data android:scheme="tel" /> |
| 159 | </intent-filter> |
| 160 | <intent-filter> |
| 161 | <action android:name="android.intent.action.VIEW" /> |
| 162 | <category android:name="android.intent.category.DEFAULT" /> |
| 163 | <category android:name="android.intent.category.BROWSABLE" /> |
| 164 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 165 | </intent-filter> |
| 166 | <intent-filter> |
| 167 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 168 | <category android:name="android.intent.category.DEFAULT" /> |
| 169 | <category android:name="android.intent.category.BROWSABLE" /> |
| 170 | </intent-filter> |
| 171 | </activity> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 172 | |
Jeff Hamilton | df4b146 | 2010-06-28 10:40:26 -0500 | [diff] [blame] | 173 | <!-- Front door proxy that picks the right UI based on the screen config --> |
| 174 | <activity android:name=".activities.ContactsFrontDoor" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 175 | android:label="@string/contactsList" |
| 176 | android:icon="@drawable/ic_launcher_contacts" |
Jeff Hamilton | df4b146 | 2010-06-28 10:40:26 -0500 | [diff] [blame] | 177 | android:theme="@android:style/Theme.NoTitleBar" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 178 | > |
| 179 | <intent-filter> |
| 180 | <action android:name="android.intent.action.MAIN" /> |
| 181 | <category android:name="android.intent.category.DEFAULT" /> |
| 182 | <category android:name="android.intent.category.LAUNCHER" /> |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 183 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 184 | </intent-filter> |
| 185 | |
| 186 | <intent-filter> |
| 187 | <action android:name="android.intent.action.VIEW" /> |
| 188 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 2428f62 | 2009-09-13 01:08:43 -0700 | [diff] [blame] | 189 | <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" /> |
| 190 | <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 191 | </intent-filter> |
Jeff Hamilton | df4b146 | 2010-06-28 10:40:26 -0500 | [diff] [blame] | 192 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 193 | |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 194 | <!-- The actual list of contacts --> |
Dmitri Plotnikov | cfa3900 | 2010-07-09 18:05:17 -0700 | [diff] [blame] | 195 | <activity android:name=".activities.ContactBrowserActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 196 | android:label="@string/contactsList" |
| 197 | android:clearTaskOnLaunch="true" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 198 | android:theme="@style/ContactBrowserTheme" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 199 | > |
| 200 | <intent-filter> |
| 201 | <action android:name="com.android.contacts.action.LIST_DEFAULT" /> |
| 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_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_ALL_CONTACTS" /> |
| 214 | <category android:name="android.intent.category.DEFAULT" /> |
| 215 | <category android:name="android.intent.category.TAB" /> |
| 216 | </intent-filter> |
| 217 | |
| 218 | <intent-filter> |
| 219 | <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" /> |
| 220 | <category android:name="android.intent.category.DEFAULT" /> |
| 221 | <category android:name="android.intent.category.TAB" /> |
| 222 | </intent-filter> |
| 223 | |
| 224 | <intent-filter android:label="@string/starredList"> |
| 225 | <action android:name="com.android.contacts.action.LIST_STARRED" /> |
| 226 | <category android:name="android.intent.category.DEFAULT" /> |
| 227 | <category android:name="android.intent.category.TAB" /> |
| 228 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 229 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 230 | <intent-filter android:label="@string/frequentList"> |
| 231 | <action android:name="com.android.contacts.action.LIST_FREQUENT" /> |
| 232 | <category android:name="android.intent.category.DEFAULT" /> |
| 233 | <category android:name="android.intent.category.TAB" /> |
| 234 | </intent-filter> |
| 235 | |
| 236 | <intent-filter android:label="@string/strequentList"> |
| 237 | <action android:name="com.android.contacts.action.LIST_STREQUENT" /> |
| 238 | <category android:name="android.intent.category.DEFAULT" /> |
| 239 | <category android:name="android.intent.category.TAB" /> |
| 240 | </intent-filter> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 241 | |
| 242 | <intent-filter> |
| 243 | <action android:name="android.intent.action.SEARCH" /> |
| 244 | <category android:name="android.intent.category.DEFAULT" /> |
| 245 | </intent-filter> |
| 246 | |
| 247 | <meta-data android:name="android.app.searchable" |
| 248 | android:resource="@xml/searchable" |
| 249 | /> |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 250 | </activity> |
| 251 | |
| 252 | <activity android:name=".activities.ContactSelectionActivity" |
| 253 | android:label="@string/contactsList" |
| 254 | android:clearTaskOnLaunch="true" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 255 | android:theme="@style/ContactPickerTheme" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 256 | > |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 257 | <intent-filter> |
| 258 | <action android:name="android.intent.action.INSERT_OR_EDIT" /> |
| 259 | <category android:name="android.intent.category.DEFAULT" /> |
| 260 | <data android:mimeType="vnd.android.cursor.item/person" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 261 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 262 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 263 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 264 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 265 | <intent-filter> |
| 266 | <action android:name="android.intent.action.PICK" /> |
| 267 | <category android:name="android.intent.category.DEFAULT" /> |
Evan Millar | c2d862e | 2009-08-31 12:52:39 -0700 | [diff] [blame] | 268 | <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" /> |
| 269 | <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" /> |
| 270 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" android:host="com.android.contacts" /> |
| 271 | <data android:mimeType="vnd.android.cursor.dir/phone" android:host="contacts" /> |
| 272 | <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" android:host="com.android.contacts" /> |
| 273 | <data android:mimeType="vnd.android.cursor.dir/postal-address" android:host="contacts" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 274 | </intent-filter> |
| 275 | |
| 276 | <intent-filter> |
| 277 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 278 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | 631c1ff | 2009-09-03 16:57:30 -0700 | [diff] [blame] | 279 | <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" /> |
| 280 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
| 281 | <data android:mimeType="vnd.android.cursor.item/phone_v2" android:host="com.android.contacts" /> |
| 282 | <data android:mimeType="vnd.android.cursor.item/phone" android:host="contacts" /> |
| 283 | <data android:mimeType="vnd.android.cursor.item/postal-address_v2" android:host="com.android.contacts" /> |
| 284 | <data android:mimeType="vnd.android.cursor.item/postal-address" android:host="contacts" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 285 | </intent-filter> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 286 | </activity> |
| 287 | |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 288 | <!-- Backwards compatibility: somebody may have hard coded this activity name --> |
| 289 | <activity-alias android:name="ContactsListActivity" |
Dmitri Plotnikov | cfa3900 | 2010-07-09 18:05:17 -0700 | [diff] [blame] | 290 | android:targetActivity=".activities.ContactBrowserActivity" |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 291 | /> |
| 292 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 293 | <!-- An activity for joining contacts --> |
Dmitri Plotnikov | 501b7ea | 2010-04-07 17:20:49 -0700 | [diff] [blame] | 294 | <activity android:name="JoinContactActivity" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 295 | android:theme="@style/JoinContactActivityTheme" |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 296 | android:clearTaskOnLaunch="true" |
| 297 | > |
| 298 | <intent-filter> |
Dmitri Plotnikov | 501b7ea | 2010-04-07 17:20:49 -0700 | [diff] [blame] | 299 | <action android:name="com.android.contacts.action.JOIN_CONTACT" /> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 300 | <category android:name="android.intent.category.DEFAULT" /> |
| 301 | </intent-filter> |
| 302 | </activity> |
| 303 | |
Dmitri Plotnikov | e8ae9ac | 2010-04-21 13:37:15 -0700 | [diff] [blame] | 304 | <!-- An activity for selecting multiple phone numbers --> |
Dmitri Plotnikov | a70c4f4 | 2010-09-26 15:57:01 -0700 | [diff] [blame] | 305 | <activity android:name="MultiplePhonePickerActivity" |
| 306 | android:enabled="false"> |
Dmitri Plotnikov | e8ae9ac | 2010-04-21 13:37:15 -0700 | [diff] [blame] | 307 | <intent-filter> |
| 308 | <action android:name="com.android.contacts.action.GET_MULTIPLE_PHONES" /> |
| 309 | <category android:name="android.intent.category.DEFAULT" /> |
| 310 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" android:host="com.android.contacts" /> |
| 311 | </intent-filter> |
| 312 | </activity> |
| 313 | |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 314 | <!-- The contacts search/filter UI --> |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 315 | <activity android:name=".activities.ContactSearchActivity" |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 316 | android:theme="@style/ContactsSearchTheme" |
Dmitri Plotnikov | d5061fe | 2010-06-07 15:06:58 -0700 | [diff] [blame] | 317 | android:windowSoftInputMode="stateAlwaysVisible" |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 318 | > |
| 319 | <intent-filter> |
| 320 | <action android:name="com.android.contacts.action.FILTER_CONTACTS" /> |
| 321 | <category android:name="android.intent.category.DEFAULT" /> |
| 322 | <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" /> |
| 323 | </intent-filter> |
Dmitri Plotnikov | 4cc85dd | 2010-06-29 13:15:26 -0700 | [diff] [blame] | 324 | |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 325 | </activity> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 326 | |
Dmitri Plotnikov | 207d4f6 | 2010-03-23 16:38:29 -0700 | [diff] [blame] | 327 | <!-- The contacts search/filter UI --> |
Dmitri Plotnikov | 4cc85dd | 2010-06-29 13:15:26 -0700 | [diff] [blame] | 328 | <activity-alias android:name="SearchResultsActivity" |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 329 | android:targetActivity=".activities.ContactBrowserActivity"> |
Dmitri Plotnikov | 4cc85dd | 2010-06-29 13:15:26 -0700 | [diff] [blame] | 330 | </activity-alias> |
Dmitri Plotnikov | 207d4f6 | 2010-03-23 16:38:29 -0700 | [diff] [blame] | 331 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 332 | <!-- Used to set options --> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 333 | <activity |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 334 | android:name=".preference.ContactsPreferenceActivity" |
| 335 | android:label="@string/activity_title_settings" |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 336 | android:theme="@style/ContactsPreferencesTheme" /> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 337 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 338 | <!-- Used to select display and sync groups --> |
| 339 | <activity |
| 340 | android:name=".list.CustomContactListFilterActivity" |
| 341 | android:label="@string/custom_list_filter" |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 342 | android:theme="@style/CustomContactListFilterTheme" /> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 343 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 344 | <activity |
Daniel Lehmann | 72af89f | 2010-10-18 15:15:59 -0700 | [diff] [blame] | 345 | android:name=".activities.ShowOrCreateActivity" |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 346 | android:theme="@style/FullyTranslucent"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 347 | |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 348 | <intent-filter> |
| 349 | <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" /> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 350 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 351 | <data android:scheme="mailto" /> |
| 352 | <data android:scheme="tel" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 353 | </intent-filter> |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 354 | </activity> |
| 355 | |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 356 | <!-- Used to show QuickContact window over a translucent activity, which is a |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 357 | temporary hack until we add better framework support. --> |
| 358 | <activity |
Daniel Lehmann | 72af89f | 2010-10-18 15:15:59 -0700 | [diff] [blame] | 359 | android:name=".quickcontact.QuickContactActivity" |
Jeff Sharkey | 735e8b1 | 2009-09-30 14:57:07 -0700 | [diff] [blame] | 360 | android:theme="@style/FullyTranslucent.QuickContact" |
| 361 | android:launchMode="singleTop" |
Jeff Sharkey | 5cbf6f4 | 2009-10-02 14:22:51 -0700 | [diff] [blame] | 362 | android:excludeFromRecents="true" |
Dmitri Plotnikov | ad3bd44 | 2010-03-23 22:49:43 -0700 | [diff] [blame] | 363 | android:taskAffinity="android.task.quickcontact" |
| 364 | android:windowSoftInputMode="stateUnchanged" |
| 365 | > |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 366 | |
| 367 | <intent-filter> |
Evan Millar | 33b0845 | 2009-09-30 21:45:08 -0700 | [diff] [blame] | 368 | <action android:name="com.android.contacts.action.QUICK_CONTACT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 369 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 370 | <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" /> |
Bai Tao | d128adc | 2010-03-24 08:50:35 +0800 | [diff] [blame] | 371 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 372 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 373 | </activity> |
| 374 | |
| 375 | <activity-alias android:name="ContactShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 376 | android:targetActivity=".activities.ContactSelectionActivity" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 377 | android:label="@string/shortcutContact" |
| 378 | android:icon="@drawable/ic_launcher_shortcut_contact"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 379 | |
| 380 | <intent-filter> |
| 381 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 382 | <category android:name="android.intent.category.DEFAULT" /> |
| 383 | </intent-filter> |
| 384 | |
| 385 | </activity-alias> |
| 386 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 387 | <activity-alias android:name="alias.DialShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 388 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 389 | android:label="@string/shortcutDialContact" |
Daniel Lehmann | 095908f | 2010-10-15 19:20:09 -0700 | [diff] [blame] | 390 | android:icon="@drawable/ic_launcher_shortcut_directdial" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 391 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 392 | |
| 393 | <intent-filter> |
| 394 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 395 | <category android:name="android.intent.category.DEFAULT" /> |
Bernd Holzhey | a497ce5 | 2010-03-31 10:06:24 +0200 | [diff] [blame] | 396 | <category android:name="android.intent.category.CAR_MODE" /> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 397 | </intent-filter> |
| 398 | |
| 399 | </activity-alias> |
| 400 | |
| 401 | <activity-alias android:name="alias.MessageShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 402 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 403 | android:label="@string/shortcutMessageContact" |
Daniel Lehmann | 095908f | 2010-10-15 19:20:09 -0700 | [diff] [blame] | 404 | android:icon="@drawable/ic_launcher_shortcut_directmessage" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 405 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 406 | |
| 407 | <intent-filter> |
| 408 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 409 | <category android:name="android.intent.category.DEFAULT" /> |
| 410 | </intent-filter> |
| 411 | |
| 412 | </activity-alias> |
| 413 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 414 | <activity android:name="CallDetailActivity" |
| 415 | android:label="@string/callDetailTitle" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 416 | android:theme="@style/CallDetailActivityTheme" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 417 | > |
| 418 | <intent-filter> |
| 419 | <action android:name="android.intent.action.VIEW" /> |
| 420 | <category android:name="android.intent.category.DEFAULT" /> |
| 421 | <data android:mimeType="vnd.android.cursor.item/calls" /> |
| 422 | </intent-filter> |
| 423 | </activity> |
| 424 | |
| 425 | <!-- Views the details of a single contact --> |
Daniel Lehmann | 4cd9441 | 2010-04-08 16:44:36 -0700 | [diff] [blame] | 426 | <activity android:name=".activities.ContactDetailActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 427 | android:label="@string/viewContactTitle" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 428 | android:theme="@style/ContactDetailActivityTheme"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 429 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 430 | <intent-filter android:label="@string/viewContactDesription"> |
| 431 | <action android:name="android.intent.action.VIEW" /> |
| 432 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 433 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
| 434 | <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 435 | <data android:mimeType="vnd.android.cursor.item/raw_contact" android:host="com.android.contacts" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 436 | </intent-filter> |
| 437 | </activity> |
| 438 | |
Daniel Lehmann | f319cf8 | 2010-06-25 17:41:13 -0700 | [diff] [blame] | 439 | <!-- Create a new or edit an existing contact --> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 440 | <activity |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 441 | android:name=".activities.ContactEditorActivity" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 442 | android:theme="@style/ContactEditorActivityTheme" |
Daniel Lehmann | 3a12077 | 2010-06-21 16:21:35 -0700 | [diff] [blame] | 443 | android:windowSoftInputMode="adjustResize"> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 444 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 445 | <intent-filter android:label="@string/editContactDescription"> |
| 446 | <action android:name="android.intent.action.EDIT" /> |
| 447 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 448 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 449 | <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" /> |
Evan Millar | 8a79cee | 2009-08-19 17:20:49 -0700 | [diff] [blame] | 450 | <data android:mimeType="vnd.android.cursor.item/raw_contact" android:host="com.android.contacts" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 451 | </intent-filter> |
| 452 | <intent-filter android:label="@string/insertContactDescription"> |
| 453 | <action android:name="android.intent.action.INSERT" /> |
| 454 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 455 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 456 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 457 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 458 | </intent-filter> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 459 | </activity> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 460 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 461 | <!-- Stub service used to keep our process alive long enough for |
| 462 | background threads to finish their operations. --> |
| 463 | <service |
| 464 | android:name=".util.EmptyService" |
| 465 | android:exported="false" /> |
| 466 | |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 467 | <!-- Service to save a contact --> |
| 468 | <service |
| 469 | android:name=".views.ContactSaveService" |
| 470 | android:exported="false" /> |
| 471 | |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 472 | <!-- Views the details of a single contact --> |
| 473 | <activity android:name="ContactOptionsActivity" |
| 474 | android:label="@string/contactOptionsTitle" |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 475 | > |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 476 | <intent-filter> |
| 477 | <action android:name="android.intent.action.EDIT" /> |
| 478 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 479 | </intent-filter> |
| 480 | </activity> |
| 481 | |
| 482 | <!-- Attaches a photo to a contact. Started from external applications --> |
| 483 | <activity android:name="AttachImage" |
Eric Fischer | c30023d | 2010-10-28 13:47:28 -0700 | [diff] [blame] | 484 | android:label="@string/contact_photo_dialog_title" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 485 | android:taskAffinity=""> |
| 486 | <intent-filter> |
| 487 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 488 | <data android:mimeType="image/*" /> |
| 489 | <category android:name="android.intent.category.DEFAULT" /> |
| 490 | </intent-filter> |
| 491 | /> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 492 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 493 | |
Dmitri Plotnikov | 884e393 | 2010-05-13 19:13:51 -0700 | [diff] [blame] | 494 | <!-- Interstitial activity that shows a phone disambig dialog --> |
| 495 | <activity android:name="CallContactActivity" |
| 496 | android:theme="@android:style/Theme.Translucent"> |
| 497 | </activity> |
| 498 | |
Dmitri Plotnikov | ea82f90 | 2010-08-24 17:22:29 -0700 | [diff] [blame] | 499 | <!-- Makes .ContactBrowserActivity the search target for any activity in Contacts --> |
Jeff Sharkey | 6831cd9 | 2010-02-28 19:56:58 -0800 | [diff] [blame] | 500 | <meta-data |
| 501 | android:name="android.app.default_searchable" |
Dmitri Plotnikov | cfa3900 | 2010-07-09 18:05:17 -0700 | [diff] [blame] | 502 | android:value=".activities.ContactBrowserActivity" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 503 | |
| 504 | |
| 505 | <!-- LIVE FOLDERS --> |
| 506 | <activity |
| 507 | android:name=".ContactsLiveFolders$AllContacts" |
| 508 | android:label="@string/liveFolderAll" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 509 | android:icon="@drawable/ic_launcher_folder_live_contacts"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 510 | <intent-filter> |
| 511 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 512 | <category android:name="android.intent.category.DEFAULT" /> |
| 513 | </intent-filter> |
| 514 | </activity> |
| 515 | |
| 516 | <activity |
| 517 | android:name=".ContactsLiveFolders$StarredContacts" |
| 518 | android:label="@string/liveFolderFavorites" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 519 | android:icon="@drawable/ic_launcher_folder_live_contacts_starred"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 520 | <intent-filter> |
| 521 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 522 | <category android:name="android.intent.category.DEFAULT" /> |
| 523 | </intent-filter> |
| 524 | </activity> |
| 525 | |
| 526 | <activity |
| 527 | android:name=".ContactsLiveFolders$PhoneContacts" |
| 528 | android:label="@string/liveFolderPhone" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 529 | android:icon="@drawable/ic_launcher_folder_live_contacts_phone"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 530 | <intent-filter> |
| 531 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 532 | <category android:name="android.intent.category.DEFAULT" /> |
| 533 | </intent-filter> |
| 534 | </activity> |
| 535 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 536 | <!-- vCard related --> |
| 537 | <activity android:name=".vcard.ImportVCardActivity" |
Daisuke Miyakawa | 74d59da | 2010-10-28 12:04:30 -0700 | [diff] [blame] | 538 | android:configChanges="orientation" |
Daisuke Miyakawa | 6448da7 | 2010-04-02 12:06:44 +0900 | [diff] [blame] | 539 | android:theme="@style/BackgroundOnly"> |
| 540 | <intent-filter> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 541 | <action android:name="android.intent.action.VIEW" /> |
Attila Bodis | 1261e13 | 2010-03-18 22:06:37 -0700 | [diff] [blame] | 542 | <data android:mimeType="text/directory" /> |
Daisuke Miyakawa | 92ba98a | 2010-06-22 09:12:19 +0900 | [diff] [blame] | 543 | <data android:mimeType="text/vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 544 | <data android:mimeType="text/x-vcard" /> |
| 545 | <category android:name="android.intent.category.DEFAULT" /> |
| 546 | </intent-filter> |
| 547 | </activity> |
| 548 | |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 549 | <activity android:name=".vcard.CancelImportActivity" |
| 550 | android:theme="@style/BackgroundOnly" /> |
| 551 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 552 | <activity android:name=".vcard.SelectAccountActivity" |
Daisuke Miyakawa | 6d2f27f | 2010-04-21 16:11:38 +0900 | [diff] [blame] | 553 | android:theme="@style/BackgroundOnly" /> |
| 554 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 555 | <activity android:name=".vcard.ExportVCardActivity" |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 556 | android:theme="@style/BackgroundOnly" /> |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 557 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 558 | <service |
| 559 | android:name=".vcard.VCardService" |
| 560 | android:exported="false" /> |
| 561 | |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 562 | <!-- Pinned header list demo --> |
| 563 | <activity android:name=".widget.PinnedHeaderListDemoActivity"> |
| 564 | <intent-filter> |
| 565 | <action android:name="android.intent.action.MAIN" /> |
| 566 | <category android:name="android.intent.category.DEFAULT" /> |
| 567 | </intent-filter> |
| 568 | </activity> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 569 | |
| 570 | <!-- The widget that shows details and the social stream of a contact --> |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 571 | <receiver android:name=".socialwidget.SocialWidgetProvider" |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 572 | android:label="Contact Social Stream" > |
| 573 | <intent-filter> |
| 574 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
| 575 | </intent-filter> |
| 576 | <meta-data android:name="android.appwidget.provider" |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 577 | android:resource="@xml/social_widget_info" /> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 578 | </receiver> |
| 579 | |
| 580 | <activity |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 581 | android:name=".socialwidget.SocialWidgetConfigureActivity" |
| 582 | android:theme="@style/SocialWidgetConfigureTheme"> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 583 | <intent-filter> |
| 584 | <action android:name="android.intent.action.APPWIDGET_PICK" /> |
| 585 | </intent-filter> |
| 586 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 587 | </application> |
| 588 | </manifest> |