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" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 20 | > |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 21 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 23 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 24 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 25 | <uses-permission android:name="android.permission.INTERNET" /> |
| 26 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 27 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 28 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" /> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Fred Quintana | 104b792 | 2009-07-22 20:01:15 -0700 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
Nicolas Catania | 9bcf470 | 2009-11-06 13:19:43 -0800 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.VIBRATE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 34 | |
| 35 | <application |
| 36 | android:label="@string/contactsList" |
| 37 | android:icon="@drawable/ic_launcher_contacts" |
| 38 | android:process="android.process.acore" |
| 39 | android:taskAffinity="android.task.contacts" |
| 40 | > |
| 41 | |
| 42 | <!-- A virtual 12 key dialer --> |
| 43 | <activity android:name="TwelveKeyDialer" |
| 44 | android:launchMode="singleTop" |
| 45 | > |
| 46 | <intent-filter> |
| 47 | <action android:name="com.android.phone.action.TOUCH_DIALER" /> |
| 48 | <category android:name="android.intent.category.DEFAULT" /> |
| 49 | <category android:name="android.intent.category.TAB" /> |
| 50 | </intent-filter> |
| 51 | </activity> |
| 52 | |
| 53 | <!-- A list of recent calls --> |
| 54 | <activity android:name="RecentCallsListActivity" |
| 55 | android:label="@string/recentCallsIconLabel" |
| 56 | > |
| 57 | <intent-filter> |
| 58 | <action android:name="com.android.phone.action.RECENT_CALLS" /> |
| 59 | <category android:name="android.intent.category.DEFAULT" /> |
| 60 | <category android:name="android.intent.category.TAB" /> |
| 61 | </intent-filter> |
| 62 | </activity> |
| 63 | |
| 64 | <!-- Tab container for TwelveKeyDialer and RecentCallsList --> |
| 65 | <activity android:name="DialtactsActivity" |
| 66 | android:label="@string/launcherDialer" |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 67 | android:theme="@style/DialtactsTheme" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 68 | android:launchMode="singleTask" |
| 69 | android:clearTaskOnLaunch="true" |
| 70 | android:icon="@drawable/ic_launcher_phone" |
| 71 | android:screenOrientation="nosensor" |
| 72 | > |
| 73 | <intent-filter> |
| 74 | <action android:name="android.intent.action.DIAL" /> |
| 75 | <category android:name="android.intent.category.DEFAULT" /> |
| 76 | <category android:name="android.intent.category.BROWSABLE" /> |
| 77 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 78 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 79 | </intent-filter> |
| 80 | <intent-filter> |
| 81 | <action android:name="android.intent.action.DIAL" /> |
| 82 | <category android:name="android.intent.category.DEFAULT" /> |
| 83 | <category android:name="android.intent.category.BROWSABLE" /> |
| 84 | <data android:scheme="voicemail" /> |
| 85 | </intent-filter> |
| 86 | <intent-filter> |
| 87 | <action android:name="android.intent.action.DIAL" /> |
| 88 | <category android:name="android.intent.category.DEFAULT" /> |
| 89 | </intent-filter> |
| 90 | <intent-filter> |
| 91 | <action android:name="android.intent.action.MAIN" /> |
| 92 | <category android:name="android.intent.category.DEFAULT" /> |
| 93 | <category android:name="android.intent.category.LAUNCHER" /> |
| 94 | <category android:name="android.intent.category.BROWSABLE" /> |
| 95 | </intent-filter> |
| 96 | <intent-filter> |
| 97 | <action android:name="android.intent.action.VIEW" /> |
| 98 | <action android:name="android.intent.action.DIAL" /> |
| 99 | <category android:name="android.intent.category.DEFAULT" /> |
| 100 | <category android:name="android.intent.category.BROWSABLE" /> |
| 101 | <data android:scheme="tel" /> |
| 102 | </intent-filter> |
| 103 | <intent-filter> |
| 104 | <action android:name="android.intent.action.VIEW" /> |
| 105 | <category android:name="android.intent.category.DEFAULT" /> |
| 106 | <category android:name="android.intent.category.BROWSABLE" /> |
| 107 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 108 | </intent-filter> |
| 109 | <intent-filter> |
| 110 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 111 | <category android:name="android.intent.category.DEFAULT" /> |
| 112 | <category android:name="android.intent.category.BROWSABLE" /> |
| 113 | </intent-filter> |
| 114 | </activity> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 115 | |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 116 | <!-- Tab container for Activity Stream and Contacts --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 117 | <activity-alias android:name="DialtactsContactsEntryActivity" |
| 118 | android:targetActivity="DialtactsActivity" |
| 119 | android:label="@string/contactsList" |
| 120 | android:icon="@drawable/ic_launcher_contacts" |
| 121 | > |
| 122 | <intent-filter> |
| 123 | <action android:name="android.intent.action.MAIN" /> |
| 124 | <category android:name="android.intent.category.DEFAULT" /> |
| 125 | <category android:name="android.intent.category.LAUNCHER" /> |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 126 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 127 | </intent-filter> |
| 128 | |
| 129 | <intent-filter> |
| 130 | <action android:name="android.intent.action.VIEW" /> |
| 131 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 2428f62 | 2009-09-13 01:08:43 -0700 | [diff] [blame] | 132 | <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" /> |
| 133 | <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] | 134 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 135 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 136 | <intent-filter> |
| 137 | <action android:name="com.android.contacts.action.FILTER_CONTACTS" /> |
| 138 | <category android:name="android.intent.category.DEFAULT" /> |
| 139 | </intent-filter> |
| 140 | </activity-alias> |
| 141 | |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 142 | <!-- An empty activity that presents the DialtactActivity's Favorites tab --> |
| 143 | <activity-alias android:name="DialtactsFavoritesEntryActivity" |
| 144 | android:targetActivity="DialtactsActivity" |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 145 | > |
| 146 | <intent-filter> |
| 147 | <action android:name="android.intent.action.MAIN" /> |
| 148 | <category android:name="android.intent.category.DEFAULT" /> |
| 149 | </intent-filter> |
| 150 | </activity-alias> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 151 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 152 | <!-- The actual list of contacts, usually embedded in ContactsActivity --> |
| 153 | <activity android:name="ContactsListActivity" |
| 154 | android:label="@string/contactsList" |
| 155 | android:clearTaskOnLaunch="true" |
| 156 | > |
| 157 | <intent-filter> |
| 158 | <action android:name="com.android.contacts.action.LIST_DEFAULT" /> |
| 159 | <category android:name="android.intent.category.DEFAULT" /> |
| 160 | <category android:name="android.intent.category.TAB" /> |
| 161 | </intent-filter> |
| 162 | |
| 163 | <intent-filter> |
| 164 | <action android:name="com.android.contacts.action.LIST_CONTACTS" /> |
| 165 | <category android:name="android.intent.category.DEFAULT" /> |
| 166 | <category android:name="android.intent.category.TAB" /> |
| 167 | </intent-filter> |
| 168 | |
| 169 | <intent-filter> |
| 170 | <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" /> |
| 171 | <category android:name="android.intent.category.DEFAULT" /> |
| 172 | <category android:name="android.intent.category.TAB" /> |
| 173 | </intent-filter> |
| 174 | |
| 175 | <intent-filter> |
| 176 | <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" /> |
| 177 | <category android:name="android.intent.category.DEFAULT" /> |
| 178 | <category android:name="android.intent.category.TAB" /> |
| 179 | </intent-filter> |
| 180 | |
| 181 | <intent-filter android:label="@string/starredList"> |
| 182 | <action android:name="com.android.contacts.action.LIST_STARRED" /> |
| 183 | <category android:name="android.intent.category.DEFAULT" /> |
| 184 | <category android:name="android.intent.category.TAB" /> |
| 185 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 186 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 187 | <intent-filter android:label="@string/frequentList"> |
| 188 | <action android:name="com.android.contacts.action.LIST_FREQUENT" /> |
| 189 | <category android:name="android.intent.category.DEFAULT" /> |
| 190 | <category android:name="android.intent.category.TAB" /> |
| 191 | </intent-filter> |
| 192 | |
| 193 | <intent-filter android:label="@string/strequentList"> |
| 194 | <action android:name="com.android.contacts.action.LIST_STREQUENT" /> |
| 195 | <category android:name="android.intent.category.DEFAULT" /> |
| 196 | <category android:name="android.intent.category.TAB" /> |
| 197 | </intent-filter> |
| 198 | |
| 199 | <intent-filter> |
| 200 | <action android:name="android.intent.action.INSERT_OR_EDIT" /> |
| 201 | <category android:name="android.intent.category.DEFAULT" /> |
| 202 | <data android:mimeType="vnd.android.cursor.item/person" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 203 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 204 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 205 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 206 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 207 | <intent-filter> |
| 208 | <action android:name="android.intent.action.PICK" /> |
| 209 | <category android:name="android.intent.category.DEFAULT" /> |
Evan Millar | c2d862e | 2009-08-31 12:52:39 -0700 | [diff] [blame] | 210 | <data android:mimeType="vnd.android.cursor.dir/contact" android:host="com.android.contacts" /> |
| 211 | <data android:mimeType="vnd.android.cursor.dir/person" android:host="contacts" /> |
| 212 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" android:host="com.android.contacts" /> |
| 213 | <data android:mimeType="vnd.android.cursor.dir/phone" android:host="contacts" /> |
| 214 | <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" android:host="com.android.contacts" /> |
| 215 | <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] | 216 | </intent-filter> |
| 217 | |
| 218 | <intent-filter> |
| 219 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 220 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | 631c1ff | 2009-09-03 16:57:30 -0700 | [diff] [blame] | 221 | <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" /> |
| 222 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
| 223 | <data android:mimeType="vnd.android.cursor.item/phone_v2" android:host="com.android.contacts" /> |
| 224 | <data android:mimeType="vnd.android.cursor.item/phone" android:host="contacts" /> |
| 225 | <data android:mimeType="vnd.android.cursor.item/postal-address_v2" android:host="com.android.contacts" /> |
| 226 | <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] | 227 | </intent-filter> |
| 228 | |
| 229 | <intent-filter> |
| 230 | <action android:name="android.intent.action.SEARCH" /> |
| 231 | <category android:name="android.intent.category.DEFAULT" /> |
| 232 | </intent-filter> |
| 233 | |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 234 | <meta-data android:name="android.app.searchable" |
| 235 | android:resource="@xml/searchable" |
| 236 | /> |
| 237 | </activity> |
| 238 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 239 | <!-- An activity for joining contacts --> |
| 240 | <activity android:name="ContactsListActivity$JoinContactActivity" |
| 241 | android:theme="@style/TallTitleBarTheme" |
| 242 | android:clearTaskOnLaunch="true" |
| 243 | > |
| 244 | <intent-filter> |
| 245 | <action android:name="com.android.contacts.action.JOIN_AGGREGATE" /> |
| 246 | <category android:name="android.intent.category.DEFAULT" /> |
| 247 | </intent-filter> |
| 248 | </activity> |
| 249 | |
| 250 | |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 251 | <!-- Used to select display and sync groups --> |
Dmitri Plotnikov | 1ea45f2 | 2010-02-04 17:17:44 -0800 | [diff] [blame] | 252 | <activity android:name=".ui.ContactsPreferencesActivity" android:label="@string/displayGroups" /> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 253 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 254 | <activity |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 255 | android:name=".ui.ShowOrCreateActivity" |
| 256 | android:theme="@style/FullyTranslucent"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 257 | |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 258 | <intent-filter> |
| 259 | <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" /> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 260 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 261 | <data android:scheme="mailto" /> |
| 262 | <data android:scheme="tel" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 263 | </intent-filter> |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 264 | </activity> |
| 265 | |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 266 | <!-- Used to show QuickContact window over a translucent activity, which is a |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 267 | temporary hack until we add better framework support. --> |
| 268 | <activity |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 269 | android:name=".ui.QuickContactActivity" |
Jeff Sharkey | 735e8b1 | 2009-09-30 14:57:07 -0700 | [diff] [blame] | 270 | android:theme="@style/FullyTranslucent.QuickContact" |
| 271 | android:launchMode="singleTop" |
Jeff Sharkey | 5cbf6f4 | 2009-10-02 14:22:51 -0700 | [diff] [blame] | 272 | android:excludeFromRecents="true" |
| 273 | android:taskAffinity="android.task.quickcontact"> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 274 | |
| 275 | <intent-filter> |
Evan Millar | 33b0845 | 2009-09-30 21:45:08 -0700 | [diff] [blame] | 276 | <action android:name="com.android.contacts.action.QUICK_CONTACT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 277 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 278 | <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 279 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 280 | </activity> |
| 281 | |
| 282 | <activity-alias android:name="ContactShortcut" |
| 283 | android:targetActivity="ContactsListActivity" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 284 | android:label="@string/shortcutContact" |
| 285 | android:icon="@drawable/ic_launcher_shortcut_contact"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 286 | |
| 287 | <intent-filter> |
| 288 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 289 | <category android:name="android.intent.category.DEFAULT" /> |
| 290 | </intent-filter> |
| 291 | |
| 292 | </activity-alias> |
| 293 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 294 | <activity-alias android:name="alias.DialShortcut" |
| 295 | android:targetActivity="ContactsListActivity" |
| 296 | android:label="@string/shortcutDialContact" |
Mike Cleron | f143a45 | 2009-09-30 01:13:23 -0700 | [diff] [blame] | 297 | android:icon="@drawable/ic_launcher_shortcut_directdial"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 298 | |
| 299 | <intent-filter> |
| 300 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 301 | <category android:name="android.intent.category.DEFAULT" /> |
| 302 | </intent-filter> |
| 303 | |
| 304 | </activity-alias> |
| 305 | |
| 306 | <activity-alias android:name="alias.MessageShortcut" |
| 307 | android:targetActivity="ContactsListActivity" |
| 308 | android:label="@string/shortcutMessageContact" |
Mike Cleron | f143a45 | 2009-09-30 01:13:23 -0700 | [diff] [blame] | 309 | android:icon="@drawable/ic_launcher_shortcut_directmessage"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 310 | |
| 311 | <intent-filter> |
| 312 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 313 | <category android:name="android.intent.category.DEFAULT" /> |
| 314 | </intent-filter> |
| 315 | |
| 316 | </activity-alias> |
| 317 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 318 | <activity android:name="CallDetailActivity" |
| 319 | android:label="@string/callDetailTitle" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 320 | android:theme="@style/TallTitleBarTheme" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 321 | > |
| 322 | <intent-filter> |
| 323 | <action android:name="android.intent.action.VIEW" /> |
| 324 | <category android:name="android.intent.category.DEFAULT" /> |
| 325 | <data android:mimeType="vnd.android.cursor.item/calls" /> |
| 326 | </intent-filter> |
| 327 | </activity> |
| 328 | |
| 329 | <!-- Views the details of a single contact --> |
| 330 | <activity android:name="ViewContactActivity" |
| 331 | android:label="@string/viewContactTitle" |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 332 | android:theme="@style/TallTitleBarTheme"> |
| 333 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 334 | <intent-filter android:label="@string/viewContactDesription"> |
| 335 | <action android:name="android.intent.action.VIEW" /> |
| 336 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 337 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
| 338 | <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] | 339 | <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] | 340 | </intent-filter> |
| 341 | </activity> |
| 342 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 343 | <!-- Edit or insert details for a contact --> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 344 | <activity |
| 345 | android:name=".ui.EditContactActivity" |
Evan Millar | 81f957d | 2009-10-12 15:09:21 -0700 | [diff] [blame] | 346 | android:windowSoftInputMode="stateHidden|adjustResize"> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 347 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 348 | <intent-filter android:label="@string/editContactDescription"> |
| 349 | <action android:name="android.intent.action.EDIT" /> |
| 350 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 351 | <data android:mimeType="vnd.android.cursor.item/person" android:host="contacts" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 352 | <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] | 353 | <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] | 354 | </intent-filter> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 355 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 356 | <intent-filter android:label="@string/insertContactDescription"> |
| 357 | <action android:name="android.intent.action.INSERT" /> |
| 358 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 359 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 360 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 361 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 362 | </intent-filter> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 363 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 364 | </activity> |
| 365 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 366 | <!-- Stub service used to keep our process alive long enough for |
| 367 | background threads to finish their operations. --> |
| 368 | <service |
| 369 | android:name=".util.EmptyService" |
| 370 | android:exported="false" /> |
| 371 | |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 372 | <!-- Views the details of a single contact --> |
| 373 | <activity android:name="ContactOptionsActivity" |
| 374 | android:label="@string/contactOptionsTitle" |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 375 | > |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 376 | <intent-filter> |
| 377 | <action android:name="android.intent.action.EDIT" /> |
| 378 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 379 | </intent-filter> |
| 380 | </activity> |
| 381 | |
| 382 | <!-- Attaches a photo to a contact. Started from external applications --> |
| 383 | <activity android:name="AttachImage" |
| 384 | android:label="@string/attachToContact" |
| 385 | android:taskAffinity=""> |
| 386 | <intent-filter> |
| 387 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 388 | <data android:mimeType="image/*" /> |
| 389 | <category android:name="android.intent.category.DEFAULT" /> |
| 390 | </intent-filter> |
| 391 | /> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 392 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 393 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 394 | <!-- Makes .ContactsListActivity the search target for any activity in Contacts --> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 395 | <meta-data android:name="android.app.default_searchable" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 396 | android:value=".ContactsListActivity" /> |
| 397 | |
| 398 | |
| 399 | <!-- LIVE FOLDERS --> |
| 400 | <activity |
| 401 | android:name=".ContactsLiveFolders$AllContacts" |
| 402 | android:label="@string/liveFolderAll" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 403 | android:icon="@drawable/ic_launcher_folder_live_contacts"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 404 | <intent-filter> |
| 405 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 406 | <category android:name="android.intent.category.DEFAULT" /> |
| 407 | </intent-filter> |
| 408 | </activity> |
| 409 | |
| 410 | <activity |
| 411 | android:name=".ContactsLiveFolders$StarredContacts" |
| 412 | android:label="@string/liveFolderFavorites" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 413 | android:icon="@drawable/ic_launcher_folder_live_contacts_starred"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 414 | <intent-filter> |
| 415 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 416 | <category android:name="android.intent.category.DEFAULT" /> |
| 417 | </intent-filter> |
| 418 | </activity> |
| 419 | |
| 420 | <activity |
| 421 | android:name=".ContactsLiveFolders$PhoneContacts" |
| 422 | android:label="@string/liveFolderPhone" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 423 | android:icon="@drawable/ic_launcher_folder_live_contacts_phone"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 424 | <intent-filter> |
| 425 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 426 | <category android:name="android.intent.category.DEFAULT" /> |
| 427 | </intent-filter> |
| 428 | </activity> |
| 429 | |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 430 | <activity android:name=".VCardActivity" |
| 431 | android:theme="@android:style/Theme.NoTitleBar" > |
| 432 | <intent-filter> |
| 433 | <action android:name="android.intent.action.VIEW" /> |
| 434 | <data android:mimeType="text/x-vcard" /> |
| 435 | <category android:name="android.intent.category.DEFAULT" /> |
| 436 | </intent-filter> |
| 437 | </activity> |
| 438 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 439 | <activity android:name=".ImportVCardActivity" |
| 440 | android:theme="@style/BackgroundOnly" /> |
| 441 | |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 442 | <activity android:name=".ExportVCardActivity" |
| 443 | android:theme="@style/BackgroundOnly" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 444 | </application> |
| 445 | </manifest> |