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