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" /> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
| 29 | <uses-permission android:name="android.permission.WRITE_PROFILE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.INTERNET" /> |
Martijn Coenen | 8bd4065 | 2011-06-15 15:55:05 +0200 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 33 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 34 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" /> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Fred Quintana | 104b792 | 2009-07-22 20:01:15 -0700 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
Nicolas Catania | 9bcf470 | 2009-11-06 13:19:43 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.VIBRATE" /> |
Dmitri Plotnikov | 9981172 | 2010-11-01 18:21:22 -0700 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Flavio Lerda | 40d92c4 | 2011-07-01 13:47:42 +0100 | [diff] [blame^] | 41 | <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_OWN_VOICEMAIL" /> |
| 42 | <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 43 | |
| 44 | <application |
Dmitri Plotnikov | f049ff0 | 2010-11-29 10:15:24 -0800 | [diff] [blame] | 45 | android:name="com.android.contacts.ContactsApplication" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 46 | android:label="@string/contactsList" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 47 | android:icon="@mipmap/ic_launcher_contacts" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 48 | android:process="android.process.acore" |
| 49 | android:taskAffinity="android.task.contacts" |
Daniel Lehmann | 57b5aa1 | 2010-09-23 17:42:23 -0700 | [diff] [blame] | 50 | android:hardwareAccelerated="true" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 51 | > |
| 52 | |
Daniel Lehmann | f1054f1 | 2011-05-05 21:06:42 -0700 | [diff] [blame] | 53 | <!-- A virtual 12 key dialer --> |
Daniel Lehmann | 09fba0a | 2011-05-05 18:25:17 -0700 | [diff] [blame] | 54 | <activity android:name=".activities.DialpadActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 55 | android:launchMode="singleTop" |
| 56 | > |
| 57 | <intent-filter> |
| 58 | <action android:name="com.android.phone.action.TOUCH_DIALER" /> |
| 59 | <category android:name="android.intent.category.DEFAULT" /> |
| 60 | <category android:name="android.intent.category.TAB" /> |
| 61 | </intent-filter> |
| 62 | </activity> |
| 63 | |
Daniel Lehmann | f1054f1 | 2011-05-05 21:06:42 -0700 | [diff] [blame] | 64 | <!-- A list of recent calls --> |
Daniel Lehmann | 09fba0a | 2011-05-05 18:25:17 -0700 | [diff] [blame] | 65 | <activity android:name=".activities.CallLogActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 66 | android:label="@string/recentCallsIconLabel" |
| 67 | > |
| 68 | <intent-filter> |
| 69 | <action android:name="com.android.phone.action.RECENT_CALLS" /> |
| 70 | <category android:name="android.intent.category.DEFAULT" /> |
| 71 | <category android:name="android.intent.category.TAB" /> |
| 72 | </intent-filter> |
| 73 | </activity> |
| 74 | |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 75 | <!-- Intercept Dialer Intents for devices without a phone. |
| 76 | This activity should have the same intent filters as the DialtactsActivity, |
| 77 | so that its capturing the same events. Omit android.intent.category.LAUNCHER, because we |
| 78 | don't want this to show up in the Launcher. The priorities of the intent-filters |
| 79 | are set lower, so that the user does not see a disambig dialog --> |
| 80 | <activity |
| 81 | android:name=".activities.NonPhoneActivity" |
| 82 | android:theme="@style/NonPhoneActivityTheme" |
| 83 | > |
| 84 | <intent-filter android:priority="-1"> |
| 85 | <action android:name="android.intent.action.DIAL" /> |
| 86 | <category android:name="android.intent.category.DEFAULT" /> |
| 87 | <category android:name="android.intent.category.BROWSABLE" /> |
| 88 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 89 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 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 | <category android:name="android.intent.category.BROWSABLE" /> |
| 95 | <data android:scheme="voicemail" /> |
| 96 | </intent-filter> |
| 97 | <intent-filter android:priority="-1"> |
| 98 | <action android:name="android.intent.action.DIAL" /> |
| 99 | <category android:name="android.intent.category.DEFAULT" /> |
| 100 | </intent-filter> |
| 101 | <intent-filter android:priority="-1"> |
| 102 | <action android:name="android.intent.action.MAIN" /> |
| 103 | <category android:name="android.intent.category.DEFAULT" /> |
| 104 | <category android:name="android.intent.category.BROWSABLE" /> |
| 105 | </intent-filter> |
| 106 | <intent-filter android:priority="-1"> |
| 107 | <action android:name="android.intent.action.VIEW" /> |
| 108 | <action android:name="android.intent.action.DIAL" /> |
| 109 | <category android:name="android.intent.category.DEFAULT" /> |
| 110 | <category android:name="android.intent.category.BROWSABLE" /> |
| 111 | <data android:scheme="tel" /> |
| 112 | </intent-filter> |
| 113 | <intent-filter android:priority="-1"> |
| 114 | <action android:name="android.intent.action.VIEW" /> |
| 115 | <category android:name="android.intent.category.DEFAULT" /> |
| 116 | <category android:name="android.intent.category.BROWSABLE" /> |
| 117 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 118 | </intent-filter> |
| 119 | <intent-filter android:priority="-1"> |
| 120 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 121 | <category android:name="android.intent.category.DEFAULT" /> |
| 122 | <category android:name="android.intent.category.BROWSABLE" /> |
| 123 | </intent-filter> |
| 124 | </activity> |
| 125 | |
Daniel Lehmann | 7675e12 | 2010-04-21 17:31:11 -0700 | [diff] [blame] | 126 | <!-- Tab container for all tabs --> |
Daniel Lehmann | 09fba0a | 2011-05-05 18:25:17 -0700 | [diff] [blame] | 127 | <activity android:name=".activities.DialtactsActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 128 | android:label="@string/launcherDialer" |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 129 | android:theme="@style/DialtactsTheme" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 130 | android:launchMode="singleTask" |
| 131 | android:clearTaskOnLaunch="true" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 132 | android:icon="@mipmap/ic_launcher_phone" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 133 | android:screenOrientation="nosensor" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 134 | android:enabled="@*android:bool/config_voice_capable" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 135 | android:taskAffinity="android.task.contacts.phone" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 136 | > |
| 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:mimeType="vnd.android.cursor.item/phone" /> |
| 142 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 143 | </intent-filter> |
| 144 | <intent-filter> |
| 145 | <action android:name="android.intent.action.DIAL" /> |
| 146 | <category android:name="android.intent.category.DEFAULT" /> |
| 147 | <category android:name="android.intent.category.BROWSABLE" /> |
| 148 | <data android:scheme="voicemail" /> |
| 149 | </intent-filter> |
| 150 | <intent-filter> |
| 151 | <action android:name="android.intent.action.DIAL" /> |
| 152 | <category android:name="android.intent.category.DEFAULT" /> |
| 153 | </intent-filter> |
| 154 | <intent-filter> |
| 155 | <action android:name="android.intent.action.MAIN" /> |
| 156 | <category android:name="android.intent.category.DEFAULT" /> |
| 157 | <category android:name="android.intent.category.LAUNCHER" /> |
| 158 | <category android:name="android.intent.category.BROWSABLE" /> |
| 159 | </intent-filter> |
| 160 | <intent-filter> |
| 161 | <action android:name="android.intent.action.VIEW" /> |
| 162 | <action android:name="android.intent.action.DIAL" /> |
| 163 | <category android:name="android.intent.category.DEFAULT" /> |
| 164 | <category android:name="android.intent.category.BROWSABLE" /> |
| 165 | <data android:scheme="tel" /> |
| 166 | </intent-filter> |
| 167 | <intent-filter> |
| 168 | <action android:name="android.intent.action.VIEW" /> |
| 169 | <category android:name="android.intent.category.DEFAULT" /> |
| 170 | <category android:name="android.intent.category.BROWSABLE" /> |
| 171 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 172 | </intent-filter> |
| 173 | <intent-filter> |
| 174 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 175 | <category android:name="android.intent.category.DEFAULT" /> |
| 176 | <category android:name="android.intent.category.BROWSABLE" /> |
| 177 | </intent-filter> |
| 178 | </activity> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 179 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 180 | <!-- 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" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 184 | android:clearTaskOnLaunch="true" |
| 185 | android:launchMode="singleTop" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 186 | > |
| 187 | <intent-filter> |
| 188 | <action android:name="android.intent.action.MAIN" /> |
| 189 | <category android:name="android.intent.category.DEFAULT" /> |
| 190 | <category android:name="android.intent.category.LAUNCHER" /> |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 191 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 192 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 193 | <intent-filter> |
| 194 | <action android:name="com.android.contacts.action.LIST_DEFAULT" /> |
| 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="com.android.contacts.action.LIST_CONTACTS" /> |
| 201 | <category android:name="android.intent.category.DEFAULT" /> |
| 202 | <category android:name="android.intent.category.TAB" /> |
| 203 | </intent-filter> |
| 204 | |
| 205 | <intent-filter> |
| 206 | <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" /> |
| 207 | <category android:name="android.intent.category.DEFAULT" /> |
| 208 | <category android:name="android.intent.category.TAB" /> |
| 209 | </intent-filter> |
| 210 | |
| 211 | <intent-filter> |
| 212 | <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" /> |
| 213 | <category android:name="android.intent.category.DEFAULT" /> |
| 214 | <category android:name="android.intent.category.TAB" /> |
| 215 | </intent-filter> |
| 216 | |
| 217 | <intent-filter android:label="@string/starredList"> |
| 218 | <action android:name="com.android.contacts.action.LIST_STARRED" /> |
| 219 | <category android:name="android.intent.category.DEFAULT" /> |
| 220 | <category android:name="android.intent.category.TAB" /> |
| 221 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 222 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 223 | <intent-filter android:label="@string/frequentList"> |
| 224 | <action android:name="com.android.contacts.action.LIST_FREQUENT" /> |
| 225 | <category android:name="android.intent.category.DEFAULT" /> |
| 226 | <category android:name="android.intent.category.TAB" /> |
| 227 | </intent-filter> |
| 228 | |
| 229 | <intent-filter android:label="@string/strequentList"> |
| 230 | <action android:name="com.android.contacts.action.LIST_STREQUENT" /> |
| 231 | <category android:name="android.intent.category.DEFAULT" /> |
| 232 | <category android:name="android.intent.category.TAB" /> |
| 233 | </intent-filter> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 234 | |
| 235 | <intent-filter> |
| 236 | <action android:name="android.intent.action.SEARCH" /> |
| 237 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | 0edd407 | 2011-01-19 10:10:10 -0800 | [diff] [blame] | 238 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 239 | </intent-filter> |
| 240 | |
| 241 | <intent-filter> |
Dmitri Plotnikov | 30b9971 | 2011-01-20 09:29:44 -0800 | [diff] [blame] | 242 | <action android:name="android.intent.action.SEARCH" /> |
| 243 | <category android:name="android.intent.category.DEFAULT" /> |
| 244 | </intent-filter> |
| 245 | |
| 246 | <intent-filter> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 247 | <action android:name="com.android.contacts.action.FILTER_CONTACTS" /> |
| 248 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 249 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 250 | </intent-filter> |
| 251 | |
| 252 | <meta-data android:name="android.app.searchable" |
| 253 | android:resource="@xml/searchable" |
| 254 | /> |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 255 | </activity> |
| 256 | |
| 257 | <activity android:name=".activities.ContactSelectionActivity" |
| 258 | android:label="@string/contactsList" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 259 | android:theme="@style/ContactPickerTheme" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 260 | android:launchMode="singleTop" |
| 261 | android:clearTaskOnLaunch="true" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 262 | > |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 263 | <intent-filter> |
| 264 | <action android:name="android.intent.action.INSERT_OR_EDIT" /> |
| 265 | <category android:name="android.intent.category.DEFAULT" /> |
| 266 | <data android:mimeType="vnd.android.cursor.item/person" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 267 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 268 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 269 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 270 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 271 | <intent-filter> |
| 272 | <action android:name="android.intent.action.PICK" /> |
| 273 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 274 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 275 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 276 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" /> |
| 277 | <data android:mimeType="vnd.android.cursor.dir/phone" /> |
| 278 | <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" /> |
| 279 | <data android:mimeType="vnd.android.cursor.dir/postal-address" /> |
Daniel Lehmann | c86ace7 | 2011-03-23 21:04:29 -0700 | [diff] [blame] | 280 | <data android:mimeType="vnd.android.cursor.dir/email_v2" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 281 | </intent-filter> |
| 282 | |
| 283 | <intent-filter> |
| 284 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 285 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 286 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 287 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 288 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 289 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 290 | <data android:mimeType="vnd.android.cursor.item/postal-address_v2" /> |
| 291 | <data android:mimeType="vnd.android.cursor.item/postal-address" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 292 | </intent-filter> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 293 | </activity> |
| 294 | |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 295 | <!-- Backwards compatibility: somebody may have hard coded this activity name --> |
| 296 | <activity-alias android:name="ContactsListActivity" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 297 | android:targetActivity=".activities.PeopleActivity" |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 298 | /> |
| 299 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 300 | <!-- An activity for joining contacts --> |
Dmitri Plotnikov | d21ddb2 | 2010-11-03 14:25:59 -0700 | [diff] [blame] | 301 | <activity android:name=".activities.JoinContactActivity" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 302 | android:theme="@style/JoinContactActivityTheme" |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 303 | android:clearTaskOnLaunch="true" |
| 304 | > |
| 305 | <intent-filter> |
Dmitri Plotnikov | 501b7ea | 2010-04-07 17:20:49 -0700 | [diff] [blame] | 306 | <action android:name="com.android.contacts.action.JOIN_CONTACT" /> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 307 | <category android:name="android.intent.category.DEFAULT" /> |
| 308 | </intent-filter> |
| 309 | </activity> |
| 310 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 311 | <!-- Used to set options --> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 312 | <activity |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 313 | android:name=".preference.ContactsPreferenceActivity" |
| 314 | android:label="@string/activity_title_settings" |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 315 | android:theme="@style/ContactsPreferencesTheme" /> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 316 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 317 | <!-- Used to select display and sync groups --> |
| 318 | <activity |
| 319 | android:name=".list.CustomContactListFilterActivity" |
| 320 | android:label="@string/custom_list_filter" |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 321 | android:theme="@style/CustomContactListFilterTheme" /> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 322 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 323 | <activity |
Daniel Lehmann | 72af89f | 2010-10-18 15:15:59 -0700 | [diff] [blame] | 324 | android:name=".activities.ShowOrCreateActivity" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 325 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 326 | |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 327 | <intent-filter> |
| 328 | <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" /> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 329 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 330 | <data android:scheme="mailto" /> |
| 331 | <data android:scheme="tel" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 332 | </intent-filter> |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 333 | </activity> |
| 334 | |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 335 | |
| 336 | <!-- List of groups --> |
| 337 | <activity android:name=".activities.GroupBrowserActivity" |
| 338 | android:label="@string/contactsGroupsLabel" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 339 | android:theme="@style/PeopleTheme" |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 340 | android:launchMode="singleTop" |
| 341 | android:clearTaskOnLaunch="true"> |
| 342 | <!-- TODO: Remove this temporary intent action name when the fragmentization |
| 343 | work is done. --> |
| 344 | <intent-filter> |
| 345 | <action android:name="com.android.phone.action.GROUPS_LIST" /> |
| 346 | <category android:name="android.intent.category.DEFAULT" /> |
| 347 | <category android:name="android.intent.category.TAB" /> |
| 348 | </intent-filter> |
| 349 | </activity> |
| 350 | |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 351 | <!-- Views the details of a single group --> |
| 352 | <activity android:name=".activities.GroupDetailActivity" |
| 353 | android:label="" |
| 354 | android:theme="@style/GroupDetailTheme" /> |
| 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 |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 359 | android:name=".quickcontact.QuickContactWindow" |
| 360 | android:theme="@style/Theme.QuickContact" |
Jeff Sharkey | 735e8b1 | 2009-09-30 14:57:07 -0700 | [diff] [blame] | 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" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 364 | android:windowSoftInputMode="stateUnchanged"> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 365 | |
| 366 | <intent-filter> |
Evan Millar | 33b0845 | 2009-09-30 21:45:08 -0700 | [diff] [blame] | 367 | <action android:name="com.android.contacts.action.QUICK_CONTACT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 368 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 369 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 370 | <data android:mimeType="vnd.android.cursor.item/person" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 371 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 372 | </activity> |
| 373 | |
Daniel Lehmann | af8e386 | 2010-11-19 15:38:44 -0800 | [diff] [blame] | 374 | <!-- Flushes the QuickContact IntentCache --> |
| 375 | <receiver android:name=".quickcontact.PackageIntentReceiver"> |
| 376 | <intent-filter> |
| 377 | <action android:name="android.intent.action.PACKAGE_ADDED" /> |
| 378 | <data android:scheme="package" /> |
| 379 | </intent-filter> |
| 380 | <intent-filter> |
| 381 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> |
| 382 | <data android:scheme="package" /> |
| 383 | </intent-filter> |
| 384 | <intent-filter> |
| 385 | <action android:name="android.intent.action.PACKAGE_REMOVED" /> |
| 386 | <data android:scheme="package" /> |
| 387 | </intent-filter> |
| 388 | <intent-filter> |
| 389 | <action android:name="android.intent.action.PACKAGE_CHANGED" /> |
| 390 | <data android:scheme="package" /> |
| 391 | </intent-filter> |
| 392 | </receiver> |
| 393 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 394 | <activity-alias android:name="ContactShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 395 | android:targetActivity=".activities.ContactSelectionActivity" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 396 | android:label="@string/shortcutContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 397 | android:icon="@mipmap/ic_launcher_shortcut_contact"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 398 | |
| 399 | <intent-filter> |
| 400 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 401 | <category android:name="android.intent.category.DEFAULT" /> |
| 402 | </intent-filter> |
| 403 | |
| 404 | </activity-alias> |
| 405 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 406 | <activity-alias android:name="alias.DialShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 407 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 408 | android:label="@string/shortcutDialContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 409 | android:icon="@mipmap/ic_launcher_shortcut_directdial" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 410 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 411 | |
| 412 | <intent-filter> |
| 413 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 414 | <category android:name="android.intent.category.DEFAULT" /> |
Bernd Holzhey | a497ce5 | 2010-03-31 10:06:24 +0200 | [diff] [blame] | 415 | <category android:name="android.intent.category.CAR_MODE" /> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 416 | </intent-filter> |
| 417 | |
| 418 | </activity-alias> |
| 419 | |
| 420 | <activity-alias android:name="alias.MessageShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 421 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 422 | android:label="@string/shortcutMessageContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 423 | android:icon="@mipmap/ic_launcher_shortcut_directmessage" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 424 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 425 | |
| 426 | <intent-filter> |
| 427 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 428 | <category android:name="android.intent.category.DEFAULT" /> |
| 429 | </intent-filter> |
| 430 | |
| 431 | </activity-alias> |
| 432 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 433 | <activity android:name="CallDetailActivity" |
| 434 | android:label="@string/callDetailTitle" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 435 | android:theme="@style/CallDetailActivityTheme" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 436 | android:taskAffinity="android.task.contacts.phone" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 437 | > |
| 438 | <intent-filter> |
| 439 | <action android:name="android.intent.action.VIEW" /> |
| 440 | <category android:name="android.intent.category.DEFAULT" /> |
| 441 | <data android:mimeType="vnd.android.cursor.item/calls" /> |
| 442 | </intent-filter> |
| 443 | </activity> |
| 444 | |
| 445 | <!-- Views the details of a single contact --> |
Daniel Lehmann | 4cd9441 | 2010-04-08 16:44:36 -0700 | [diff] [blame] | 446 | <activity android:name=".activities.ContactDetailActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 447 | android:label="@string/viewContactTitle" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 448 | android:theme="@style/ContactDetailActivityTheme"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 449 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 450 | <intent-filter android:label="@string/viewContactDesription"> |
| 451 | <action android:name="android.intent.action.VIEW" /> |
| 452 | <category android:name="android.intent.category.DEFAULT" /> |
Daniel Lehmann | c90c705 | 2011-03-16 18:42:34 -0700 | [diff] [blame] | 453 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 454 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 455 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 456 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 457 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 458 | </intent-filter> |
| 459 | </activity> |
| 460 | |
Daniel Lehmann | f319cf8 | 2010-06-25 17:41:13 -0700 | [diff] [blame] | 461 | <!-- Create a new or edit an existing contact --> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 462 | <activity |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 463 | android:name=".activities.ContactEditorActivity" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 464 | android:theme="@style/ContactEditorActivityTheme" |
Daniel Lehmann | 3a12077 | 2010-06-21 16:21:35 -0700 | [diff] [blame] | 465 | android:windowSoftInputMode="adjustResize"> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 466 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 467 | <intent-filter android:label="@string/editContactDescription"> |
| 468 | <action android:name="android.intent.action.EDIT" /> |
| 469 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 470 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 471 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 472 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 473 | </intent-filter> |
| 474 | <intent-filter android:label="@string/insertContactDescription"> |
| 475 | <action android:name="android.intent.action.INSERT" /> |
| 476 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 477 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 478 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 479 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 480 | </intent-filter> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 481 | </activity> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 482 | |
Dmitri Plotnikov | 43fd1e8 | 2011-01-09 11:29:39 -0800 | [diff] [blame] | 483 | <activity android:name=".test.FragmentTestActivity"> |
| 484 | <intent-filter> |
| 485 | <category android:name="android.intent.category.TEST" /> |
| 486 | </intent-filter> |
| 487 | </activity> |
| 488 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 489 | <!-- Stub service used to keep our process alive long enough for |
| 490 | background threads to finish their operations. --> |
| 491 | <service |
| 492 | android:name=".util.EmptyService" |
| 493 | android:exported="false" /> |
| 494 | |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 495 | <!-- Service to save a contact --> |
| 496 | <service |
Dmitri Plotnikov | 72f2b7a | 2010-12-03 18:46:31 -0800 | [diff] [blame] | 497 | android:name=".ContactSaveService" |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 498 | android:exported="false" /> |
| 499 | |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 500 | <!-- Views the details of a single contact --> |
| 501 | <activity android:name="ContactOptionsActivity" |
| 502 | android:label="@string/contactOptionsTitle" |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 503 | > |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 504 | <intent-filter> |
| 505 | <action android:name="android.intent.action.EDIT" /> |
| 506 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 507 | </intent-filter> |
| 508 | </activity> |
| 509 | |
| 510 | <!-- Attaches a photo to a contact. Started from external applications --> |
Dmitri Plotnikov | 19d51ac | 2011-01-04 14:30:24 -0800 | [diff] [blame] | 511 | <activity android:name=".activities.AttachPhotoActivity" |
Daniel Lehmann | 9442ef4 | 2010-11-09 17:35:53 -0800 | [diff] [blame] | 512 | android:label="@string/attach_photo_dialog_title" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 513 | android:taskAffinity=""> |
| 514 | <intent-filter> |
| 515 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 516 | <data android:mimeType="image/*" /> |
| 517 | <category android:name="android.intent.category.DEFAULT" /> |
| 518 | </intent-filter> |
| 519 | /> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 520 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 521 | |
Dmitri Plotnikov | 884e393 | 2010-05-13 19:13:51 -0700 | [diff] [blame] | 522 | <!-- Interstitial activity that shows a phone disambig dialog --> |
| 523 | <activity android:name="CallContactActivity" |
| 524 | android:theme="@android:style/Theme.Translucent"> |
| 525 | </activity> |
| 526 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 527 | <!-- Makes .PeopleActivity the search target for any activity in Contacts --> |
Jeff Sharkey | 6831cd9 | 2010-02-28 19:56:58 -0800 | [diff] [blame] | 528 | <meta-data |
| 529 | android:name="android.app.default_searchable" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 530 | android:value=".activities.PeopleActivity" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 531 | |
| 532 | |
| 533 | <!-- LIVE FOLDERS --> |
| 534 | <activity |
| 535 | android:name=".ContactsLiveFolders$AllContacts" |
| 536 | android:label="@string/liveFolderAll" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 537 | android:icon="@mipmap/ic_launcher_folder_live_contacts"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 538 | <intent-filter> |
| 539 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 540 | <category android:name="android.intent.category.DEFAULT" /> |
| 541 | </intent-filter> |
| 542 | </activity> |
| 543 | |
| 544 | <activity |
| 545 | android:name=".ContactsLiveFolders$StarredContacts" |
| 546 | android:label="@string/liveFolderFavorites" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 547 | android:icon="@mipmap/ic_launcher_folder_live_contacts_starred"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 548 | <intent-filter> |
| 549 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 550 | <category android:name="android.intent.category.DEFAULT" /> |
| 551 | </intent-filter> |
| 552 | </activity> |
| 553 | |
| 554 | <activity |
| 555 | android:name=".ContactsLiveFolders$PhoneContacts" |
| 556 | android:label="@string/liveFolderPhone" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 557 | android:icon="@mipmap/ic_launcher_folder_live_contacts_phone"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 558 | <intent-filter> |
| 559 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 560 | <category android:name="android.intent.category.DEFAULT" /> |
| 561 | </intent-filter> |
| 562 | </activity> |
| 563 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 564 | <!-- vCard related --> |
| 565 | <activity android:name=".vcard.ImportVCardActivity" |
Daisuke Miyakawa | 4baff1e | 2011-04-07 14:28:37 -0700 | [diff] [blame] | 566 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | 6448da7 | 2010-04-02 12:06:44 +0900 | [diff] [blame] | 567 | android:theme="@style/BackgroundOnly"> |
| 568 | <intent-filter> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 569 | <action android:name="android.intent.action.VIEW" /> |
Attila Bodis | 1261e13 | 2010-03-18 22:06:37 -0700 | [diff] [blame] | 570 | <data android:mimeType="text/directory" /> |
Daisuke Miyakawa | 92ba98a | 2010-06-22 09:12:19 +0900 | [diff] [blame] | 571 | <data android:mimeType="text/vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 572 | <data android:mimeType="text/x-vcard" /> |
| 573 | <category android:name="android.intent.category.DEFAULT" /> |
| 574 | </intent-filter> |
| 575 | </activity> |
| 576 | |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 577 | <activity android:name=".vcard.CancelActivity" |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 578 | android:theme="@style/BackgroundOnly" /> |
| 579 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 580 | <activity android:name=".vcard.SelectAccountActivity" |
Daisuke Miyakawa | 6d2f27f | 2010-04-21 16:11:38 +0900 | [diff] [blame] | 581 | android:theme="@style/BackgroundOnly" /> |
| 582 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 583 | <activity android:name=".vcard.ExportVCardActivity" |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 584 | android:theme="@style/BackgroundOnly" /> |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 585 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 586 | <service |
| 587 | android:name=".vcard.VCardService" |
| 588 | android:exported="false" /> |
| 589 | |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 590 | <!-- Pinned header list demo --> |
| 591 | <activity android:name=".widget.PinnedHeaderListDemoActivity"> |
| 592 | <intent-filter> |
| 593 | <action android:name="android.intent.action.MAIN" /> |
| 594 | <category android:name="android.intent.category.DEFAULT" /> |
| 595 | </intent-filter> |
| 596 | </activity> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 597 | |
| 598 | <!-- The widget that shows details and the social stream of a contact --> |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 599 | <receiver android:name=".socialwidget.SocialWidgetProvider" |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 600 | android:label="@string/social_widget_label" > |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 601 | <intent-filter> |
| 602 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
| 603 | </intent-filter> |
| 604 | <meta-data android:name="android.appwidget.provider" |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 605 | android:resource="@xml/social_widget_info" /> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 606 | </receiver> |
| 607 | |
| 608 | <activity |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 609 | android:name=".socialwidget.SocialWidgetConfigureActivity" |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 610 | android:theme="@android:style/Theme.Translucent.NoTitleBar" > |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 611 | <intent-filter> |
| 612 | <action android:name="android.intent.action.APPWIDGET_PICK" /> |
| 613 | </intent-filter> |
| 614 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 615 | </application> |
| 616 | </manifest> |