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" |
Dianne Hackborn | 4a3e980 | 2011-08-05 11:21:03 -0700 | [diff] [blame] | 19 | android:sharedUserId="android.uid.shared"> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 20 | |
Jeff Hamilton | e788353 | 2010-02-11 16:25:48 -0600 | [diff] [blame] | 21 | <original-package android:name="com.android.contacts" /> |
| 22 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 24 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 25 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Katherine Kuan | aaa2ad5 | 2011-09-02 13:36:52 -0700 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
Dianne Hackborn | 4a3e980 | 2011-08-05 11:21:03 -0700 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
| 28 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| 29 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
| 31 | <uses-permission android:name="android.permission.WRITE_PROFILE" /> |
Dave Santoro | 41caac8 | 2011-10-03 18:24:44 -0700 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.READ_SOCIAL_STREAM" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.INTERNET" /> |
Martijn Coenen | 8bd4065 | 2011-06-15 15:55:05 +0200 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
Hugo Hudson | b002f51 | 2011-07-15 17:41:12 +0100 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 38 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" /> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Fred Quintana | 104b792 | 2009-07-22 20:01:15 -0700 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
Nicolas Catania | 9bcf470 | 2009-11-06 13:19:43 -0800 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.VIBRATE" /> |
Dmitri Plotnikov | 9981172 | 2010-11-01 18:21:22 -0700 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Debashish Chatterjee | 37323c2 | 2011-08-03 13:22:01 +0100 | [diff] [blame] | 45 | <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" /> |
Flavio Lerda | 40d92c4 | 2011-07-01 13:47:42 +0100 | [diff] [blame] | 46 | <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" /> |
Jean-Michel Trivi | d548507 | 2011-11-07 16:27:34 -0800 | [diff] [blame^] | 47 | <uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" /> |
Doug Zongker | 854d326 | 2011-07-19 13:11:58 -0700 | [diff] [blame] | 48 | <!-- allow broadcasting secret code intents that reboot the phone --> |
| 49 | <uses-permission android:name="android.permission.REBOOT" /> |
Flavio Lerda | d1935da | 2011-09-20 10:29:50 +0100 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 51 | |
| 52 | <application |
Dmitri Plotnikov | f049ff0 | 2010-11-29 10:15:24 -0800 | [diff] [blame] | 53 | android:name="com.android.contacts.ContactsApplication" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 54 | android:label="@string/contactsList" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 55 | android:icon="@mipmap/ic_launcher_contacts" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 56 | android:taskAffinity="android.task.contacts" |
Daniel Lehmann | 57b5aa1 | 2010-09-23 17:42:23 -0700 | [diff] [blame] | 57 | android:hardwareAccelerated="true" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 58 | > |
| 59 | |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 60 | <!-- Intercept Dialer Intents for devices without a phone. |
| 61 | This activity should have the same intent filters as the DialtactsActivity, |
| 62 | so that its capturing the same events. Omit android.intent.category.LAUNCHER, because we |
| 63 | don't want this to show up in the Launcher. The priorities of the intent-filters |
| 64 | are set lower, so that the user does not see a disambig dialog --> |
| 65 | <activity |
| 66 | android:name=".activities.NonPhoneActivity" |
| 67 | android:theme="@style/NonPhoneActivityTheme" |
| 68 | > |
| 69 | <intent-filter android:priority="-1"> |
| 70 | <action android:name="android.intent.action.DIAL" /> |
| 71 | <category android:name="android.intent.category.DEFAULT" /> |
| 72 | <category android:name="android.intent.category.BROWSABLE" /> |
| 73 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 74 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 75 | </intent-filter> |
| 76 | <intent-filter android:priority="-1"> |
| 77 | <action android:name="android.intent.action.DIAL" /> |
| 78 | <category android:name="android.intent.category.DEFAULT" /> |
| 79 | <category android:name="android.intent.category.BROWSABLE" /> |
| 80 | <data android:scheme="voicemail" /> |
| 81 | </intent-filter> |
| 82 | <intent-filter android:priority="-1"> |
| 83 | <action android:name="android.intent.action.DIAL" /> |
| 84 | <category android:name="android.intent.category.DEFAULT" /> |
| 85 | </intent-filter> |
| 86 | <intent-filter android:priority="-1"> |
| 87 | <action android:name="android.intent.action.MAIN" /> |
| 88 | <category android:name="android.intent.category.DEFAULT" /> |
| 89 | <category android:name="android.intent.category.BROWSABLE" /> |
| 90 | </intent-filter> |
| 91 | <intent-filter android:priority="-1"> |
| 92 | <action android:name="android.intent.action.VIEW" /> |
| 93 | <action android:name="android.intent.action.DIAL" /> |
| 94 | <category android:name="android.intent.category.DEFAULT" /> |
| 95 | <category android:name="android.intent.category.BROWSABLE" /> |
| 96 | <data android:scheme="tel" /> |
| 97 | </intent-filter> |
| 98 | <intent-filter android:priority="-1"> |
| 99 | <action android:name="android.intent.action.VIEW" /> |
| 100 | <category android:name="android.intent.category.DEFAULT" /> |
| 101 | <category android:name="android.intent.category.BROWSABLE" /> |
| 102 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 103 | </intent-filter> |
| 104 | <intent-filter android:priority="-1"> |
| 105 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 106 | <category android:name="android.intent.category.DEFAULT" /> |
| 107 | <category android:name="android.intent.category.BROWSABLE" /> |
| 108 | </intent-filter> |
| 109 | </activity> |
| 110 | |
Daisuke Miyakawa | de15823 | 2011-08-15 12:26:55 -0700 | [diff] [blame] | 111 | <!-- The entrance point for Phone UI. |
| 112 | stateAlwaysHidden is set to suppress keyboard show up on |
| 113 | dialpad screen. --> |
Daniel Lehmann | 09fba0a | 2011-05-05 18:25:17 -0700 | [diff] [blame] | 114 | <activity android:name=".activities.DialtactsActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 115 | android:label="@string/launcherDialer" |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 116 | android:theme="@style/DialtactsTheme" |
Adam Powell | 8408060 | 2011-08-02 16:51:29 -0700 | [diff] [blame] | 117 | android:uiOptions="splitActionBarWhenNarrow" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 118 | android:launchMode="singleTask" |
| 119 | android:clearTaskOnLaunch="true" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 120 | android:icon="@mipmap/ic_launcher_phone" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 121 | android:screenOrientation="nosensor" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 122 | android:enabled="@*android:bool/config_voice_capable" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 123 | android:taskAffinity="android.task.contacts.phone" |
Daisuke Miyakawa | fa96a6b | 2011-10-18 20:40:41 -0700 | [diff] [blame] | 124 | android:windowSoftInputMode="stateAlwaysHidden|adjustNothing"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 125 | <intent-filter> |
| 126 | <action android:name="android.intent.action.DIAL" /> |
| 127 | <category android:name="android.intent.category.DEFAULT" /> |
| 128 | <category android:name="android.intent.category.BROWSABLE" /> |
| 129 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 130 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 131 | </intent-filter> |
| 132 | <intent-filter> |
| 133 | <action android:name="android.intent.action.DIAL" /> |
| 134 | <category android:name="android.intent.category.DEFAULT" /> |
| 135 | <category android:name="android.intent.category.BROWSABLE" /> |
| 136 | <data android:scheme="voicemail" /> |
| 137 | </intent-filter> |
| 138 | <intent-filter> |
| 139 | <action android:name="android.intent.action.DIAL" /> |
| 140 | <category android:name="android.intent.category.DEFAULT" /> |
| 141 | </intent-filter> |
| 142 | <intent-filter> |
| 143 | <action android:name="android.intent.action.MAIN" /> |
| 144 | <category android:name="android.intent.category.DEFAULT" /> |
| 145 | <category android:name="android.intent.category.LAUNCHER" /> |
| 146 | <category android:name="android.intent.category.BROWSABLE" /> |
| 147 | </intent-filter> |
| 148 | <intent-filter> |
| 149 | <action android:name="android.intent.action.VIEW" /> |
| 150 | <action android:name="android.intent.action.DIAL" /> |
| 151 | <category android:name="android.intent.category.DEFAULT" /> |
| 152 | <category android:name="android.intent.category.BROWSABLE" /> |
| 153 | <data android:scheme="tel" /> |
| 154 | </intent-filter> |
| 155 | <intent-filter> |
| 156 | <action android:name="android.intent.action.VIEW" /> |
| 157 | <category android:name="android.intent.category.DEFAULT" /> |
| 158 | <category android:name="android.intent.category.BROWSABLE" /> |
| 159 | <data android:mimeType="vnd.android.cursor.dir/calls" /> |
| 160 | </intent-filter> |
| 161 | <intent-filter> |
| 162 | <action android:name="android.intent.action.CALL_BUTTON" /> |
| 163 | <category android:name="android.intent.category.DEFAULT" /> |
| 164 | <category android:name="android.intent.category.BROWSABLE" /> |
| 165 | </intent-filter> |
Daisuke Miyakawa | f4fbfdd | 2011-08-15 10:26:07 -0700 | [diff] [blame] | 166 | <!-- This was never intended to be public, but is here for backward |
| 167 | compatibility. Use Intent.ACTION_DIAL instead. --> |
| 168 | <intent-filter> |
| 169 | <action android:name="com.android.phone.action.TOUCH_DIALER" /> |
| 170 | <category android:name="android.intent.category.DEFAULT" /> |
| 171 | <category android:name="android.intent.category.TAB" /> |
| 172 | </intent-filter> |
Flavio Lerda | 1c6f381 | 2011-10-18 16:04:09 +0100 | [diff] [blame] | 173 | <intent-filter android:label="@string/recentCallsIconLabel"> |
| 174 | <action android:name="com.android.phone.action.RECENT_CALLS" /> |
| 175 | <category android:name="android.intent.category.DEFAULT" /> |
| 176 | <category android:name="android.intent.category.TAB" /> |
| 177 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 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" |
Adam Powell | 8408060 | 2011-08-02 16:51:29 -0700 | [diff] [blame] | 184 | android:uiOptions="splitActionBarWhenNarrow" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 185 | android:clearTaskOnLaunch="true" |
| 186 | android:launchMode="singleTop" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 187 | > |
| 188 | <intent-filter> |
| 189 | <action android:name="android.intent.action.MAIN" /> |
| 190 | <category android:name="android.intent.category.DEFAULT" /> |
| 191 | <category android:name="android.intent.category.LAUNCHER" /> |
Dmitri Plotnikov | 032bb36 | 2009-05-06 17:05:39 -0700 | [diff] [blame] | 192 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 193 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 194 | <intent-filter> |
| 195 | <action android:name="com.android.contacts.action.LIST_DEFAULT" /> |
| 196 | <category android:name="android.intent.category.DEFAULT" /> |
| 197 | <category android:name="android.intent.category.TAB" /> |
| 198 | </intent-filter> |
| 199 | |
| 200 | <intent-filter> |
| 201 | <action android:name="com.android.contacts.action.LIST_CONTACTS" /> |
| 202 | <category android:name="android.intent.category.DEFAULT" /> |
| 203 | <category android:name="android.intent.category.TAB" /> |
| 204 | </intent-filter> |
| 205 | |
| 206 | <intent-filter> |
| 207 | <action android:name="com.android.contacts.action.LIST_ALL_CONTACTS" /> |
| 208 | <category android:name="android.intent.category.DEFAULT" /> |
| 209 | <category android:name="android.intent.category.TAB" /> |
| 210 | </intent-filter> |
| 211 | |
| 212 | <intent-filter> |
| 213 | <action android:name="com.android.contacts.action.LIST_CONTACTS_WITH_PHONES" /> |
| 214 | <category android:name="android.intent.category.DEFAULT" /> |
| 215 | <category android:name="android.intent.category.TAB" /> |
| 216 | </intent-filter> |
| 217 | |
| 218 | <intent-filter android:label="@string/starredList"> |
| 219 | <action android:name="com.android.contacts.action.LIST_STARRED" /> |
| 220 | <category android:name="android.intent.category.DEFAULT" /> |
| 221 | <category android:name="android.intent.category.TAB" /> |
| 222 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 223 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 224 | <intent-filter android:label="@string/frequentList"> |
| 225 | <action android:name="com.android.contacts.action.LIST_FREQUENT" /> |
| 226 | <category android:name="android.intent.category.DEFAULT" /> |
| 227 | <category android:name="android.intent.category.TAB" /> |
| 228 | </intent-filter> |
| 229 | |
| 230 | <intent-filter android:label="@string/strequentList"> |
| 231 | <action android:name="com.android.contacts.action.LIST_STREQUENT" /> |
| 232 | <category android:name="android.intent.category.DEFAULT" /> |
| 233 | <category android:name="android.intent.category.TAB" /> |
| 234 | </intent-filter> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 235 | |
| 236 | <intent-filter> |
| 237 | <action android:name="android.intent.action.SEARCH" /> |
| 238 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | 0edd407 | 2011-01-19 10:10:10 -0800 | [diff] [blame] | 239 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 240 | </intent-filter> |
| 241 | |
| 242 | <intent-filter> |
Dmitri Plotnikov | 30b9971 | 2011-01-20 09:29:44 -0800 | [diff] [blame] | 243 | <action android:name="android.intent.action.SEARCH" /> |
| 244 | <category android:name="android.intent.category.DEFAULT" /> |
| 245 | </intent-filter> |
| 246 | |
| 247 | <intent-filter> |
Dmitri Plotnikov | 7b8f746 | 2010-11-02 17:25:08 -0700 | [diff] [blame] | 248 | <action android:name="com.android.contacts.action.FILTER_CONTACTS" /> |
| 249 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 250 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 251 | </intent-filter> |
| 252 | |
Daisuke Miyakawa | f0c4681 | 2011-08-23 15:58:21 -0700 | [diff] [blame] | 253 | <intent-filter> |
| 254 | <action android:name="android.intent.action.VIEW" /> |
| 255 | <category android:name="android.intent.category.DEFAULT" /> |
| 256 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 257 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 258 | </intent-filter> |
| 259 | |
Dmitri Plotnikov | 27b97bc | 2010-10-07 18:06:09 -0700 | [diff] [blame] | 260 | <meta-data android:name="android.app.searchable" |
| 261 | android:resource="@xml/searchable" |
| 262 | /> |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 263 | </activity> |
Doug Zongker | 854d326 | 2011-07-19 13:11:58 -0700 | [diff] [blame] | 264 | |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 265 | <activity android:name=".activities.ContactSelectionActivity" |
| 266 | android:label="@string/contactsList" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 267 | android:theme="@style/ContactPickerTheme" |
Dmitri Plotnikov | fa49a66 | 2011-01-13 11:04:56 -0800 | [diff] [blame] | 268 | android:launchMode="singleTop" |
| 269 | android:clearTaskOnLaunch="true" |
Daisuke Miyakawa | a8729cd | 2011-10-12 12:27:16 -0700 | [diff] [blame] | 270 | android:uiOptions="splitActionBarWhenNarrow"> |
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.INSERT_OR_EDIT" /> |
| 273 | <category android:name="android.intent.category.DEFAULT" /> |
| 274 | <data android:mimeType="vnd.android.cursor.item/person" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 275 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 276 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 277 | </intent-filter> |
Jeff Sharkey | 26c7e73 | 2009-04-01 17:30:46 -0700 | [diff] [blame] | 278 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 279 | <intent-filter> |
| 280 | <action android:name="android.intent.action.PICK" /> |
| 281 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 282 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 283 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 284 | <data android:mimeType="vnd.android.cursor.dir/phone_v2" /> |
| 285 | <data android:mimeType="vnd.android.cursor.dir/phone" /> |
| 286 | <data android:mimeType="vnd.android.cursor.dir/postal-address_v2" /> |
| 287 | <data android:mimeType="vnd.android.cursor.dir/postal-address" /> |
Daniel Lehmann | c86ace7 | 2011-03-23 21:04:29 -0700 | [diff] [blame] | 288 | <data android:mimeType="vnd.android.cursor.dir/email_v2" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 289 | </intent-filter> |
| 290 | |
| 291 | <intent-filter> |
| 292 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 293 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 294 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 295 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 296 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 297 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 298 | <data android:mimeType="vnd.android.cursor.item/postal-address_v2" /> |
| 299 | <data android:mimeType="vnd.android.cursor.item/postal-address" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 300 | </intent-filter> |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 301 | </activity> |
| 302 | |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 303 | <!-- Backwards compatibility: somebody may have hard coded this activity name --> |
| 304 | <activity-alias android:name="ContactsListActivity" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 305 | android:targetActivity=".activities.PeopleActivity" |
Dmitri Plotnikov | 27834b2 | 2010-07-01 14:10:08 -0700 | [diff] [blame] | 306 | /> |
| 307 | |
Daniel Lehmann | e9b9461 | 2011-07-11 11:44:56 -0700 | [diff] [blame] | 308 | <!-- Backwards compatibility: "Contacts" from Honeycomb --> |
| 309 | <activity-alias android:name=".activities.ContactsFrontDoor" |
| 310 | android:targetActivity=".activities.PeopleActivity" |
| 311 | android:exported="true" |
| 312 | /> |
| 313 | |
| 314 | <!-- Backwards compatibility: "Contacts" from Gingerbread and earlier --> |
| 315 | <activity-alias android:name="DialtactsContactsEntryActivity" |
| 316 | android:targetActivity=".activities.PeopleActivity" |
| 317 | android:exported="true" |
| 318 | /> |
| 319 | |
| 320 | <!-- Backwards compatibility: "Phone" from Gingerbread and earlier --> |
| 321 | <activity-alias android:name="DialtactsActivity" |
| 322 | android:targetActivity=".activities.DialtactsActivity" |
| 323 | android:exported="true" |
| 324 | /> |
| 325 | |
Flavio Lerda | 1c6f381 | 2011-10-18 16:04:09 +0100 | [diff] [blame] | 326 | <!-- Backwards compatibility: "Call log" from Gingerbread and earlier --> |
| 327 | <activity-alias android:name="RecentCallsListActivity" |
| 328 | android:targetActivity=".activities.DialtactsActivity" |
| 329 | android:exported="true" |
| 330 | /> |
| 331 | |
| 332 | <!-- Backwards compatibility: "Call log" from ICS --> |
| 333 | <activity-alias android:name=".activities.CallLogActivity" |
| 334 | android:targetActivity=".activities.DialtactsActivity" |
| 335 | android:exported="true" |
| 336 | /> |
| 337 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 338 | <!-- An activity for joining contacts --> |
Dmitri Plotnikov | d21ddb2 | 2010-11-03 14:25:59 -0700 | [diff] [blame] | 339 | <activity android:name=".activities.JoinContactActivity" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 340 | android:theme="@style/JoinContactActivityTheme" |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 341 | android:clearTaskOnLaunch="true" |
| 342 | > |
| 343 | <intent-filter> |
Dmitri Plotnikov | 501b7ea | 2010-04-07 17:20:49 -0700 | [diff] [blame] | 344 | <action android:name="com.android.contacts.action.JOIN_CONTACT" /> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 345 | <category android:name="android.intent.category.DEFAULT" /> |
| 346 | </intent-filter> |
| 347 | </activity> |
| 348 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 349 | <!-- Used to set options --> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 350 | <activity |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 351 | android:name=".preference.ContactsPreferenceActivity" |
| 352 | android:label="@string/activity_title_settings" |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 353 | android:theme="@style/ContactsPreferencesTheme" /> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 354 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 355 | <!-- Used to filter contacts list by account --> |
| 356 | <activity |
| 357 | android:name=".list.AccountFilterActivity" |
| 358 | android:label="@string/activity_title_contacts_filter" |
| 359 | android:theme="@style/ContactListFilterTheme" /> |
| 360 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 361 | <!-- Used to select display and sync groups --> |
| 362 | <activity |
| 363 | android:name=".list.CustomContactListFilterActivity" |
| 364 | android:label="@string/custom_list_filter" |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 365 | android:theme="@style/ContactListFilterTheme" /> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 366 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 367 | <activity |
Daniel Lehmann | 72af89f | 2010-10-18 15:15:59 -0700 | [diff] [blame] | 368 | android:name=".activities.ShowOrCreateActivity" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 369 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 370 | |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 371 | <intent-filter> |
| 372 | <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" /> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 373 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 374 | <data android:scheme="mailto" /> |
| 375 | <data android:scheme="tel" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 376 | </intent-filter> |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 377 | </activity> |
| 378 | |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 379 | <!-- List of groups --> |
| 380 | <activity android:name=".activities.GroupBrowserActivity" |
| 381 | android:label="@string/contactsGroupsLabel" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 382 | android:theme="@style/PeopleTheme" |
Adam Powell | 8408060 | 2011-08-02 16:51:29 -0700 | [diff] [blame] | 383 | android:uiOptions="splitActionBarWhenNarrow" |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 384 | android:launchMode="singleTop" |
Katherine Kuan | ab58395 | 2011-08-23 14:20:43 -0700 | [diff] [blame] | 385 | android:clearTaskOnLaunch="true"/> |
Katherine Kuan | 9add0e5 | 2011-05-10 18:26:15 -0700 | [diff] [blame] | 386 | |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 387 | <!-- Views the details of a single group --> |
| 388 | <activity android:name=".activities.GroupDetailActivity" |
| 389 | android:label="" |
Katherine Kuan | ab58395 | 2011-08-23 14:20:43 -0700 | [diff] [blame] | 390 | android:theme="@style/DetailActivityTheme"/> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 391 | |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 392 | <!-- Create a new or edit an existing group --> |
| 393 | <activity |
| 394 | android:name=".activities.GroupEditorActivity" |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 395 | android:theme="@style/EditorActivityTheme" |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 396 | android:windowSoftInputMode="adjustResize" /> |
| 397 | |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 398 | <!-- Used to show QuickContact window over a translucent activity, which is a |
Jeff Sharkey | e897162 | 2009-09-17 15:42:36 -0700 | [diff] [blame] | 399 | temporary hack until we add better framework support. --> |
| 400 | <activity |
Daniel Lehmann | edb576a | 2011-07-27 16:45:13 -0700 | [diff] [blame] | 401 | android:name=".quickcontact.QuickContactActivity" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 402 | android:theme="@style/Theme.QuickContact" |
Jeff Sharkey | 735e8b1 | 2009-09-30 14:57:07 -0700 | [diff] [blame] | 403 | android:launchMode="singleTop" |
Jeff Sharkey | 5cbf6f4 | 2009-10-02 14:22:51 -0700 | [diff] [blame] | 404 | android:excludeFromRecents="true" |
Daisuke Miyakawa | 85b9d6f | 2011-08-02 16:43:49 -0700 | [diff] [blame] | 405 | android:noHistory="true" |
Dmitri Plotnikov | ad3bd44 | 2010-03-23 22:49:43 -0700 | [diff] [blame] | 406 | android:taskAffinity="android.task.quickcontact" |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 407 | android:windowSoftInputMode="stateUnchanged"> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 408 | |
| 409 | <intent-filter> |
Evan Millar | 33b0845 | 2009-09-30 21:45:08 -0700 | [diff] [blame] | 410 | <action android:name="com.android.contacts.action.QUICK_CONTACT" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 411 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 412 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 413 | <data android:mimeType="vnd.android.cursor.item/person" /> |
The Android Open Source Project | e740e2e | 2009-03-11 12:11:58 -0700 | [diff] [blame] | 414 | </intent-filter> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 415 | </activity> |
| 416 | |
| 417 | <activity-alias android:name="ContactShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 418 | android:targetActivity=".activities.ContactSelectionActivity" |
Romain Guy | 4eb77b6 | 2009-03-24 18:10:17 -0700 | [diff] [blame] | 419 | android:label="@string/shortcutContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 420 | android:icon="@mipmap/ic_launcher_shortcut_contact"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 421 | |
| 422 | <intent-filter> |
| 423 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 424 | <category android:name="android.intent.category.DEFAULT" /> |
| 425 | </intent-filter> |
| 426 | |
| 427 | </activity-alias> |
| 428 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 429 | <activity-alias android:name="alias.DialShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 430 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 431 | android:label="@string/shortcutDialContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 432 | android:icon="@mipmap/ic_launcher_shortcut_directdial" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 433 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 434 | |
| 435 | <intent-filter> |
| 436 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 437 | <category android:name="android.intent.category.DEFAULT" /> |
Bernd Holzhey | a497ce5 | 2010-03-31 10:06:24 +0200 | [diff] [blame] | 438 | <category android:name="android.intent.category.CAR_MODE" /> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 439 | </intent-filter> |
| 440 | |
| 441 | </activity-alias> |
| 442 | |
| 443 | <activity-alias android:name="alias.MessageShortcut" |
Dmitri Plotnikov | b979b42 | 2010-07-01 15:29:15 -0700 | [diff] [blame] | 444 | android:targetActivity=".activities.ContactSelectionActivity" |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 445 | android:label="@string/shortcutMessageContact" |
Daniel Lehmann | 174eb0a | 2010-11-23 11:40:02 -0800 | [diff] [blame] | 446 | android:icon="@mipmap/ic_launcher_shortcut_directmessage" |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 447 | android:enabled="@*android:bool/config_voice_capable"> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 448 | |
| 449 | <intent-filter> |
| 450 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 451 | <category android:name="android.intent.category.DEFAULT" /> |
| 452 | </intent-filter> |
| 453 | |
| 454 | </activity-alias> |
| 455 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 456 | <activity android:name="CallDetailActivity" |
| 457 | android:label="@string/callDetailTitle" |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 458 | android:theme="@style/CallDetailActivityTheme" |
Flavio Lerda | c03b118 | 2011-07-22 15:44:08 +0100 | [diff] [blame] | 459 | android:screenOrientation="nosensor" |
Flavio Lerda | 0db051f | 2011-08-02 18:47:02 +0100 | [diff] [blame] | 460 | android:icon="@mipmap/ic_launcher_phone" |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 461 | android:taskAffinity="android.task.contacts.phone" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 462 | > |
| 463 | <intent-filter> |
| 464 | <action android:name="android.intent.action.VIEW" /> |
| 465 | <category android:name="android.intent.category.DEFAULT" /> |
| 466 | <data android:mimeType="vnd.android.cursor.item/calls" /> |
| 467 | </intent-filter> |
| 468 | </activity> |
| 469 | |
| 470 | <!-- Views the details of a single contact --> |
Daniel Lehmann | 4cd9441 | 2010-04-08 16:44:36 -0700 | [diff] [blame] | 471 | <activity android:name=".activities.ContactDetailActivity" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 472 | android:label="@string/viewContactTitle" |
Katherine Kuan | ab58395 | 2011-08-23 14:20:43 -0700 | [diff] [blame] | 473 | android:theme="@style/DetailActivityTheme"> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 474 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 475 | <intent-filter android:label="@string/viewContactDesription"> |
| 476 | <action android:name="android.intent.action.VIEW" /> |
| 477 | <category android:name="android.intent.category.DEFAULT" /> |
Daniel Lehmann | c90c705 | 2011-03-16 18:42:34 -0700 | [diff] [blame] | 478 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 479 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 480 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 481 | </intent-filter> |
| 482 | </activity> |
| 483 | |
Katherine Kuan | 37bddc2 | 2011-07-09 17:36:26 -0700 | [diff] [blame] | 484 | <!-- Confirm that a single detail will be added to an existing contact --> |
| 485 | <activity |
| 486 | android:name=".activities.ConfirmAddDetailActivity" |
| 487 | android:label="@string/activity_title_confirm_add_detail" |
| 488 | android:theme="@style/ConfirmAddDetailDialogTheme" |
| 489 | android:windowSoftInputMode="adjustResize" |
| 490 | android:exported="false"/> |
| 491 | |
Katherine Kuan | 0353a24 | 2011-09-23 10:38:28 -0700 | [diff] [blame] | 492 | <!-- Accounts changed prompt that can appear when creating a new contact. --> |
| 493 | <activity |
| 494 | android:name=".activities.ContactEditorAccountsChangedActivity" |
| 495 | android:theme="@style/ContactEditorAccountsChangedActivityTheme" |
| 496 | android:windowSoftInputMode="adjustResize" |
| 497 | android:exported="false"/> |
| 498 | |
Daniel Lehmann | f319cf8 | 2010-06-25 17:41:13 -0700 | [diff] [blame] | 499 | <!-- Create a new or edit an existing contact --> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 500 | <activity |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 501 | android:name=".activities.ContactEditorActivity" |
Katherine Kuan | fd70903 | 2011-08-02 14:18:16 -0700 | [diff] [blame] | 502 | android:theme="@style/EditorActivityTheme" |
Daniel Lehmann | 3a12077 | 2010-06-21 16:21:35 -0700 | [diff] [blame] | 503 | android:windowSoftInputMode="adjustResize"> |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 504 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 505 | <intent-filter android:label="@string/editContactDescription"> |
| 506 | <action android:name="android.intent.action.EDIT" /> |
| 507 | <category android:name="android.intent.category.DEFAULT" /> |
Dmitri Plotnikov | d11bca2 | 2010-12-08 20:15:17 -0800 | [diff] [blame] | 508 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 509 | <data android:mimeType="vnd.android.cursor.item/contact" /> |
| 510 | <data android:mimeType="vnd.android.cursor.item/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 511 | </intent-filter> |
| 512 | <intent-filter android:label="@string/insertContactDescription"> |
| 513 | <action android:name="android.intent.action.INSERT" /> |
| 514 | <category android:name="android.intent.category.DEFAULT" /> |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 515 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 516 | <data android:mimeType="vnd.android.cursor.dir/contact" /> |
| 517 | <data android:mimeType="vnd.android.cursor.dir/raw_contact" /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 518 | </intent-filter> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 519 | </activity> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 520 | |
Dmitri Plotnikov | 43fd1e8 | 2011-01-09 11:29:39 -0800 | [diff] [blame] | 521 | <activity android:name=".test.FragmentTestActivity"> |
| 522 | <intent-filter> |
| 523 | <category android:name="android.intent.category.TEST" /> |
| 524 | </intent-filter> |
| 525 | </activity> |
| 526 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 527 | <!-- Stub service used to keep our process alive long enough for |
| 528 | background threads to finish their operations. --> |
| 529 | <service |
| 530 | android:name=".util.EmptyService" |
| 531 | android:exported="false" /> |
| 532 | |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 533 | <!-- Service to save a contact --> |
| 534 | <service |
Dmitri Plotnikov | 72f2b7a | 2010-12-03 18:46:31 -0800 | [diff] [blame] | 535 | android:name=".ContactSaveService" |
Daniel Lehmann | 173ffe1 | 2010-06-14 18:19:10 -0700 | [diff] [blame] | 536 | android:exported="false" /> |
| 537 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 538 | <!-- Attaches a photo to a contact. Started from external applications --> |
Dmitri Plotnikov | 19d51ac | 2011-01-04 14:30:24 -0800 | [diff] [blame] | 539 | <activity android:name=".activities.AttachPhotoActivity" |
Daniel Lehmann | 9442ef4 | 2010-11-09 17:35:53 -0800 | [diff] [blame] | 540 | android:label="@string/attach_photo_dialog_title" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 541 | android:taskAffinity=""> |
| 542 | <intent-filter> |
| 543 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 544 | <data android:mimeType="image/*" /> |
| 545 | <category android:name="android.intent.category.DEFAULT" /> |
| 546 | </intent-filter> |
| 547 | /> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 548 | </activity> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 549 | |
Dmitri Plotnikov | 884e393 | 2010-05-13 19:13:51 -0700 | [diff] [blame] | 550 | <!-- Interstitial activity that shows a phone disambig dialog --> |
| 551 | <activity android:name="CallContactActivity" |
| 552 | android:theme="@android:style/Theme.Translucent"> |
| 553 | </activity> |
| 554 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 555 | <!-- vCard related --> |
| 556 | <activity android:name=".vcard.ImportVCardActivity" |
Daisuke Miyakawa | 4baff1e | 2011-04-07 14:28:37 -0700 | [diff] [blame] | 557 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 558 | android:theme="@style/BackgroundOnlyTheme"> |
Daisuke Miyakawa | 6448da7 | 2010-04-02 12:06:44 +0900 | [diff] [blame] | 559 | <intent-filter> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 560 | <action android:name="android.intent.action.VIEW" /> |
Attila Bodis | 1261e13 | 2010-03-18 22:06:37 -0700 | [diff] [blame] | 561 | <data android:mimeType="text/directory" /> |
Daisuke Miyakawa | 92ba98a | 2010-06-22 09:12:19 +0900 | [diff] [blame] | 562 | <data android:mimeType="text/vcard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 563 | <data android:mimeType="text/x-vcard" /> |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 564 | <data android:mimeType="text/x-vCard" /> |
| 565 | <category android:name="android.intent.category.DEFAULT" /> |
| 566 | </intent-filter> |
| 567 | </activity> |
| 568 | |
| 569 | <activity android:name=".vcard.NfcImportVCardActivity" |
| 570 | android:configChanges="orientation|screenSize|keyboardHidden" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 571 | android:theme="@style/BackgroundOnlyTheme"> |
Jeff Hamilton | 1167da4 | 2011-08-03 09:38:47 -0500 | [diff] [blame] | 572 | <intent-filter> |
| 573 | <action android:name="android.nfc.action.NDEF_DISCOVERED" /> |
| 574 | <data android:mimeType="text/vcard" /> |
| 575 | <data android:mimeType="text/x-vcard" /> |
| 576 | <data android:mimeType="text/x-vCard" /> |
Lixin Yue | 24fc763 | 2009-12-04 17:03:00 +0800 | [diff] [blame] | 577 | <category android:name="android.intent.category.DEFAULT" /> |
| 578 | </intent-filter> |
| 579 | </activity> |
| 580 | |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 581 | <activity android:name=".vcard.CancelActivity" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 582 | android:theme="@style/BackgroundOnlyTheme" /> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 583 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 584 | <activity android:name=".vcard.SelectAccountActivity" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 585 | android:theme="@style/BackgroundOnlyTheme" /> |
Daisuke Miyakawa | 6d2f27f | 2010-04-21 16:11:38 +0900 | [diff] [blame] | 586 | |
Daisuke Miyakawa | 1b918e5 | 2010-06-07 15:48:41 -0700 | [diff] [blame] | 587 | <activity android:name=".vcard.ExportVCardActivity" |
Daisuke Miyakawa | e8b06c1 | 2011-08-29 09:47:34 -0700 | [diff] [blame] | 588 | android:theme="@style/BackgroundOnlyTheme" /> |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 589 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 590 | <service |
| 591 | android:name=".vcard.VCardService" |
| 592 | android:exported="false" /> |
| 593 | |
Dmitri Plotnikov | e124722 | 2010-06-02 18:14:21 -0700 | [diff] [blame] | 594 | <!-- Pinned header list demo --> |
| 595 | <activity android:name=".widget.PinnedHeaderListDemoActivity"> |
| 596 | <intent-filter> |
| 597 | <action android:name="android.intent.action.MAIN" /> |
| 598 | <category android:name="android.intent.category.DEFAULT" /> |
| 599 | </intent-filter> |
| 600 | </activity> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 601 | |
| 602 | <!-- The widget that shows details and the social stream of a contact --> |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 603 | <receiver android:name=".socialwidget.SocialWidgetProvider" |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 604 | android:label="@string/social_widget_label" > |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 605 | <intent-filter> |
| 606 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
| 607 | </intent-filter> |
| 608 | <meta-data android:name="android.appwidget.provider" |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 609 | android:resource="@xml/social_widget_info" /> |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 610 | </receiver> |
| 611 | |
Flavio Lerda | b78b709 | 2011-07-26 13:38:44 +0100 | [diff] [blame] | 612 | <receiver android:name=".calllog.CallLogReceiver"> |
Flavio Lerda | 87bd536 | 2011-06-30 12:20:43 +0100 | [diff] [blame] | 613 | <intent-filter> |
| 614 | <action android:name="android.intent.action.NEW_VOICEMAIL" /> |
| 615 | <data |
| 616 | android:scheme="content" |
| 617 | android:host="com.android.voicemail" |
Debashish Chatterjee | b7a508f | 2011-08-09 14:47:08 +0100 | [diff] [blame] | 618 | android:mimeType="vnd.android.cursor.item/voicemail" |
Flavio Lerda | 87bd536 | 2011-06-30 12:20:43 +0100 | [diff] [blame] | 619 | /> |
| 620 | </intent-filter> |
Flavio Lerda | b78b709 | 2011-07-26 13:38:44 +0100 | [diff] [blame] | 621 | <intent-filter android:priority="100"> |
| 622 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 623 | </intent-filter> |
Flavio Lerda | 87bd536 | 2011-06-30 12:20:43 +0100 | [diff] [blame] | 624 | </receiver> |
| 625 | |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 626 | <activity |
Daniel Lehmann | b93a26c | 2010-10-18 14:07:05 -0700 | [diff] [blame] | 627 | android:name=".socialwidget.SocialWidgetConfigureActivity" |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 628 | android:theme="@android:style/Theme.Translucent.NoTitleBar" > |
Daniel Lehmann | 2d4f759 | 2010-10-12 23:31:31 -0700 | [diff] [blame] | 629 | <intent-filter> |
| 630 | <action android:name="android.intent.action.APPWIDGET_PICK" /> |
| 631 | </intent-filter> |
| 632 | </activity> |
Flavio Lerda | b78b709 | 2011-07-26 13:38:44 +0100 | [diff] [blame] | 633 | |
| 634 | <service |
| 635 | android:name=".calllog.CallLogNotificationsService" |
| 636 | android:exported="false" |
| 637 | /> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 638 | </application> |
| 639 | </manifest> |