Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2007 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 |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 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" |
| 18 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" |
| 19 | package="com.android.phone" |
| 20 | coreApp="true" |
| 21 | android:sharedUserId="android.uid.phone" |
| 22 | android:sharedUserLabel="@string/phoneAppLabel" |
| 23 | > |
| 24 | |
| 25 | <original-package android:name="com.android.phone" /> |
| 26 | |
| 27 | <protected-broadcast android:name="android.intent.action.SERVICE_STATE" /> |
| 28 | <protected-broadcast android:name="android.intent.action.RADIO_TECHNOLOGY" /> |
| 29 | <protected-broadcast android:name="android.intent.action.EMERGENCY_CALLBACK_MODE_CHANGED" /> |
| 30 | <protected-broadcast android:name="android.intent.action.SIG_STR" /> |
| 31 | <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" /> |
| 32 | <protected-broadcast android:name="android.intent.action.DATA_CONNECTION_FAILED" /> |
| 33 | <protected-broadcast android:name="android.intent.action.SIM_STATE_CHANGED" /> |
| 34 | <protected-broadcast android:name="android.intent.action.NETWORK_SET_TIME" /> |
| 35 | <protected-broadcast android:name="android.intent.action.NETWORK_SET_TIMEZONE" /> |
| 36 | <protected-broadcast android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" /> |
| 37 | <protected-broadcast android:name="android.intent.action.ACTION_MDN_STATE_CHANGED" /> |
| 38 | <protected-broadcast android:name="android.provider.Telephony.SPN_STRINGS_UPDATED" /> |
| 39 | <protected-broadcast android:name="android.provider.Telephony.SIM_FULL" /> |
| 40 | <protected-broadcast android:name="com.android.internal.telephony.data-restart-trysetup" /> |
| 41 | <protected-broadcast android:name="com.android.internal.telephony.data-stall" /> |
| 42 | |
Yorke Lee | 7984000 | 2013-09-16 14:30:56 -0700 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.BIND_CALL_SERVICE" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.BROADCAST_STICKY" /> |
| 45 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 46 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 47 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 48 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
| 49 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 50 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
| 51 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 52 | <uses-permission android:name="android.permission.WRITE_CALL_LOG" /> |
| 53 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
| 54 | <uses-permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 56 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 57 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
| 58 | <uses-permission android:name="android.permission.REORDER_TASKS" /> |
| 59 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 60 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 61 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 62 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
| 63 | <uses-permission android:name="android.permission.READ_SMS" /> |
| 64 | <uses-permission android:name="android.permission.WRITE_SMS" /> |
| 65 | <uses-permission android:name="android.permission.SEND_SMS" /> |
| 66 | <uses-permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE" /> |
Jake Hamby | c0bc6a6 | 2014-02-24 15:48:40 -0800 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.SET_TIME" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.SET_TIME_ZONE" /> |
| 69 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| 70 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 71 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 72 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
| 73 | <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> |
| 74 | <uses-permission android:name="android.permission.INTERNET" /> |
| 75 | <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" /> |
| 76 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| 77 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" /> |
| 78 | <uses-permission android:name="android.permission.BROADCAST_SMS"/> |
| 79 | <uses-permission android:name="android.permission.BROADCAST_WAP_PUSH"/> |
| 80 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/> |
| 81 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
| 82 | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/> |
| 83 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| 84 | <uses-permission android:name="android.permission.SHUTDOWN" /> |
| 85 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| 86 | <uses-permission android:name="android.permission.PERFORM_CDMA_PROVISIONING" /> |
| 87 | <uses-permission android:name="android.permission.USE_SIP" /> |
| 88 | <uses-permission android:name="android.permission.REBOOT" /> |
| 89 | <uses-permission android:name="android.permission.UPDATE_LOCK" /> |
Amith Yamasani | 73a742e | 2014-05-22 17:18:19 -0700 | [diff] [blame] | 90 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 91 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
Yorke Lee | 422c2f5 | 2013-09-05 11:04:51 -0700 | [diff] [blame] | 92 | <uses-permission android:name="com.android.smspush.WAPPUSH_MANAGER_BIND" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 93 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
| 94 | <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" /> |
| 95 | <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" /> |
David Braun | a1203d3 | 2013-11-12 13:40:28 -0800 | [diff] [blame] | 96 | <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" /> |
Fabrice Di Meglio | 5768c15 | 2014-03-20 12:25:56 -0700 | [diff] [blame] | 97 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Ihab Awad | 089d068 | 2014-08-05 14:18:26 -0700 | [diff] [blame^] | 98 | <uses-permission |
| 99 | android:name="com.android.telecomm.permission.REGISTER_PROVIDER_OR_SUBSCRIPTION" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 100 | |
| 101 | <!-- This tells the activity manager to not delay any of our activity |
| 102 | start requests, even if they happen immediately after the user |
| 103 | presses home. --> |
| 104 | <uses-permission android:name="android.permission.STOP_APP_SWITCHES" /> |
| 105 | |
| 106 | <application android:name="PhoneApp" |
| 107 | android:persistent="true" |
| 108 | android:label="@string/phoneAppLabel" |
| 109 | android:icon="@mipmap/ic_launcher_phone" |
Jay Shrauner | 3802888 | 2014-07-30 09:34:54 -0700 | [diff] [blame] | 110 | android:allowBackup="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 111 | android:supportsRtl="true"> |
| 112 | <provider android:name="IccProvider" |
| 113 | android:authorities="icc" |
| 114 | android:multiprocess="true" |
| 115 | android:exported="true" |
| 116 | android:readPermission="android.permission.READ_CONTACTS" |
| 117 | android:writePermission="android.permission.WRITE_CONTACTS" /> |
| 118 | |
| 119 | <!-- Dialer UI that only allows emergency calls --> |
| 120 | <activity android:name="EmergencyDialer" |
| 121 | android:label="@string/emergencyDialerIconLabel" |
| 122 | android:theme="@style/EmergencyDialerTheme" |
| 123 | android:screenOrientation="portrait"> |
| 124 | <intent-filter> |
| 125 | <action android:name="com.android.phone.EmergencyDialer.DIAL" /> |
| 126 | <category android:name="android.intent.category.DEFAULT" /> |
| 127 | </intent-filter> |
| 128 | <intent-filter> |
| 129 | <action android:name="com.android.phone.EmergencyDialer.DIAL" /> |
| 130 | <category android:name="android.intent.category.DEFAULT" /> |
| 131 | <data android:scheme="tel" /> |
| 132 | </intent-filter> |
| 133 | </activity> |
| 134 | |
| 135 | <activity android:name="ADNList" /> |
| 136 | |
| 137 | <activity android:name="SimContacts" |
| 138 | android:label="@string/simContacts_title" |
| 139 | android:theme="@style/SimImportTheme" |
| 140 | android:screenOrientation="portrait" |
| 141 | android:icon="@mipmap/ic_launcher_contacts"> |
| 142 | |
| 143 | <intent-filter> |
| 144 | <action android:name="android.intent.action.VIEW" /> |
| 145 | <category android:name="android.intent.category.DEFAULT" /> |
| 146 | <data android:mimeType="vnd.android.cursor.item/sim-contact" /> |
| 147 | </intent-filter> |
| 148 | </activity> |
| 149 | |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 150 | <activity android:name="FdnList" |
| 151 | android:label="@string/fdnListLabel" |
| 152 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 153 | <intent-filter> |
| 154 | <action android:name="android.intent.action.VIEW" /> |
| 155 | <category android:name="android.intent.category.DEFAULT" /> |
| 156 | <data android:mimeType="vnd.android.cursor.item/sim-contact" /> |
| 157 | </intent-filter> |
| 158 | </activity> |
| 159 | |
| 160 | <activity android:name="OutgoingCallBroadcaster" |
Sailesh Nepal | 28df738 | 2014-03-06 21:28:55 -0800 | [diff] [blame] | 161 | android:enabled="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 162 | android:theme="@style/OutgoingCallBroadcasterTheme" |
| 163 | android:permission="android.permission.CALL_PHONE" |
| 164 | android:screenOrientation="nosensor" |
Santos Cordon | e1c151b | 2013-08-27 18:55:25 -0700 | [diff] [blame] | 165 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 166 | android:excludeFromRecents="true"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 167 | <!-- CALL action intent filters, for the various ways |
| 168 | of initiating an outgoing call. --> |
| 169 | <intent-filter> |
| 170 | <action android:name="android.intent.action.CALL" /> |
| 171 | <category android:name="android.intent.category.DEFAULT" /> |
| 172 | <data android:scheme="tel" /> |
| 173 | </intent-filter> |
| 174 | <intent-filter android:icon="@drawable/ic_launcher_sip_call"> |
| 175 | <action android:name="android.intent.action.CALL" /> |
| 176 | <category android:name="android.intent.category.DEFAULT" /> |
| 177 | <data android:scheme="sip" /> |
| 178 | </intent-filter> |
| 179 | <intent-filter> |
| 180 | <action android:name="android.intent.action.CALL" /> |
| 181 | <category android:name="android.intent.category.DEFAULT" /> |
| 182 | <data android:scheme="voicemail" /> |
| 183 | </intent-filter> |
| 184 | <intent-filter> |
| 185 | <action android:name="android.intent.action.CALL" /> |
| 186 | <category android:name="android.intent.category.DEFAULT" /> |
| 187 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 188 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 189 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 190 | </intent-filter> |
| 191 | </activity> |
| 192 | |
| 193 | <activity-alias android:name="EmergencyOutgoingCallBroadcaster" |
Sailesh Nepal | 28df738 | 2014-03-06 21:28:55 -0800 | [diff] [blame] | 194 | android:enabled="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 195 | android:targetActivity="OutgoingCallBroadcaster" |
| 196 | android:permission="android.permission.CALL_PRIVILEGED"> |
| 197 | <intent-filter android:priority="1000"> |
| 198 | <action android:name="android.intent.action.CALL_EMERGENCY" /> |
| 199 | <category android:name="android.intent.category.DEFAULT" /> |
| 200 | <data android:scheme="tel" /> |
| 201 | </intent-filter> |
| 202 | <intent-filter android:icon="@drawable/ic_launcher_sip_call" |
| 203 | android:priority="1000"> |
| 204 | <action android:name="android.intent.action.CALL_EMERGENCY" /> |
| 205 | <category android:name="android.intent.category.DEFAULT" /> |
| 206 | <data android:scheme="sip" /> |
| 207 | </intent-filter> |
| 208 | <intent-filter android:priority="1000"> |
| 209 | <action android:name="android.intent.action.CALL_EMERGENCY" /> |
| 210 | <category android:name="android.intent.category.DEFAULT" /> |
| 211 | <data android:scheme="voicemail" /> |
| 212 | </intent-filter> |
| 213 | <intent-filter android:priority="1000"> |
| 214 | <action android:name="android.intent.action.CALL_EMERGENCY" /> |
| 215 | <category android:name="android.intent.category.DEFAULT" /> |
| 216 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 217 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 218 | </intent-filter> |
| 219 | </activity-alias> |
| 220 | |
| 221 | <activity-alias android:name="PrivilegedOutgoingCallBroadcaster" |
Sailesh Nepal | 28df738 | 2014-03-06 21:28:55 -0800 | [diff] [blame] | 222 | android:enabled="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 223 | android:targetActivity="OutgoingCallBroadcaster" |
| 224 | android:screenOrientation="nosensor" |
| 225 | android:permission="android.permission.CALL_PRIVILEGED"> |
| 226 | <intent-filter android:priority="1000"> |
| 227 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 228 | <category android:name="android.intent.category.DEFAULT" /> |
| 229 | <data android:scheme="tel" /> |
| 230 | </intent-filter> |
| 231 | <intent-filter android:icon="@drawable/ic_launcher_sip_call" |
| 232 | android:priority="1000"> |
| 233 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 234 | <category android:name="android.intent.category.DEFAULT" /> |
| 235 | <data android:scheme="sip" /> |
| 236 | </intent-filter> |
| 237 | <intent-filter android:priority="1000"> |
| 238 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 239 | <category android:name="android.intent.category.DEFAULT" /> |
| 240 | <data android:scheme="voicemail" /> |
| 241 | </intent-filter> |
| 242 | <intent-filter android:priority="1000"> |
| 243 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 244 | <category android:name="android.intent.category.DEFAULT" /> |
| 245 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 246 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 247 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 248 | </intent-filter> |
| 249 | </activity-alias> |
| 250 | |
| 251 | <receiver android:name="ProcessOutgoingCallTest" android:exported="false" |
| 252 | android:enabled="false"> |
| 253 | <intent-filter android:priority="1"> |
| 254 | <action android:name="android.intent.action.NEW_OUTGOING_CALL" /> |
| 255 | <category android:name="android.intent.category.DEFAULT" /> |
| 256 | </intent-filter> |
| 257 | </receiver> |
| 258 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 259 | <!-- Trampoline activity that handles the PERFORM_CDMA_PROVISIONING intent. --> |
| 260 | <activity android:name="InCallScreenShowActivation" |
| 261 | android:permission="android.permission.PERFORM_CDMA_PROVISIONING" |
| 262 | android:label="@string/phoneIconLabel" |
| 263 | android:theme="@android:style/Theme.NoDisplay" |
| 264 | android:excludeFromRecents="true"> |
| 265 | <intent-filter> |
| 266 | <action android:name="com.android.phone.PERFORM_CDMA_PROVISIONING" /> |
| 267 | <category android:name="android.intent.category.DEFAULT" /> |
| 268 | </intent-filter> |
| 269 | </activity> |
| 270 | |
| 271 | <!-- "Mobile network settings" screen, used on both |
| 272 | non-voice-capable tablets and regular phone devices. --> |
| 273 | <activity android:name="MobileNetworkSettings" |
| 274 | android:label="@string/settings_label" |
| 275 | android:theme="@style/Theme.Settings"> |
| 276 | <intent-filter> |
| 277 | <action android:name="android.intent.action.VIEW" /> |
| 278 | <action android:name="android.intent.action.MAIN" /> |
| 279 | <action android:name="android.settings.DATA_ROAMING_SETTINGS" /> |
| 280 | <category android:name="android.intent.category.DEFAULT" /> |
| 281 | </intent-filter> |
| 282 | </activity> |
| 283 | |
| 284 | <activity-alias android:name="Settings" |
| 285 | android:targetActivity="MobileNetworkSettings" /> |
| 286 | |
| 287 | <!-- networks setting --> |
| 288 | <!-- service to handle network query requests sent to RIL --> |
| 289 | <service android:name="NetworkQueryService" /> |
| 290 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 291 | <activity android:name="NetworkSetting" |
| 292 | android:label="@string/networks" |
| 293 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 294 | android:theme="@android:style/Theme.Holo.DialogWhenLarge"> |
| 295 | <intent-filter> |
| 296 | <action android:name="android.intent.action.MAIN" /> |
| 297 | <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" /> |
| 298 | <category android:name="android.intent.category.DEFAULT" /> |
| 299 | </intent-filter> |
| 300 | </activity> |
| 301 | |
| 302 | <activity android:name="GsmUmtsOptions" |
| 303 | android:label="@string/gsm_umts_options" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 304 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 305 | <intent-filter> |
| 306 | <action android:name="android.intent.action.MAIN" /> |
| 307 | </intent-filter> |
| 308 | </activity> |
| 309 | |
| 310 | <activity android:name="CdmaOptions" |
| 311 | android:label="@string/cdma_options" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 312 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 313 | <intent-filter> |
| 314 | <action android:name="android.intent.action.MAIN" /> |
| 315 | </intent-filter> |
| 316 | </activity> |
| 317 | |
| 318 | <activity android:name="GsmUmtsCallOptions" |
| 319 | android:label="@string/gsm_umts_options" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 320 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 321 | <intent-filter> |
| 322 | <action android:name="android.intent.action.MAIN" /> |
| 323 | </intent-filter> |
| 324 | </activity> |
| 325 | |
| 326 | <activity android:name="CdmaCallOptions" |
| 327 | android:label="@string/cdma_options" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 328 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 329 | <intent-filter> |
| 330 | <action android:name="android.intent.action.MAIN" /> |
| 331 | </intent-filter> |
| 332 | </activity> |
| 333 | |
| 334 | <activity android:name="GsmUmtsCallForwardOptions" |
| 335 | android:label="@string/labelCF" |
| 336 | android:configChanges="orientation|screenSize|keyboardHidden" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 337 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 338 | <intent-filter> |
| 339 | <action android:name="android.intent.action.MAIN" /> |
| 340 | </intent-filter> |
| 341 | </activity> |
| 342 | |
| 343 | <activity android:name="GsmUmtsAdditionalCallOptions" |
| 344 | android:label="@string/labelGSMMore" |
| 345 | android:configChanges="orientation|screenSize|keyboardHidden" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 346 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 347 | <intent-filter> |
| 348 | <action android:name="android.intent.action.MAIN" /> |
| 349 | </intent-filter> |
| 350 | </activity> |
| 351 | |
| 352 | <activity android:name="CellBroadcastSms" |
| 353 | android:label="@string/cell_broadcast_sms" |
| 354 | android:theme="@android:style/Theme.Holo.DialogWhenLarge"> |
| 355 | <intent-filter> |
| 356 | <action android:name="android.intent.action.MAIN" /> |
| 357 | </intent-filter> |
| 358 | </activity> |
| 359 | |
| 360 | <!-- fdn setting --> |
| 361 | <activity android:name="FdnSetting" |
| 362 | android:label="@string/fdn" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 363 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 364 | <intent-filter> |
| 365 | <action android:name="android.intent.action.MAIN" /> |
| 366 | </intent-filter> |
| 367 | </activity> |
| 368 | |
| 369 | <activity android:name="EnableFdnScreen" |
| 370 | android:label="" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 371 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 372 | </activity> |
| 373 | |
| 374 | <!-- SIM PIN setting --> |
| 375 | <activity android:name="EnableIccPinScreen" |
| 376 | android:label="@string/enable_pin" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 377 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 378 | <intent-filter> |
| 379 | <action android:name="android.intent.action.MAIN" /> |
| 380 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 381 | </intent-filter> |
| 382 | </activity> |
| 383 | |
| 384 | <activity android:name="ChangeIccPinScreen" |
| 385 | android:label="@string/change_pin" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 386 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 387 | <intent-filter> |
| 388 | <action android:name="android.intent.action.MAIN" /> |
| 389 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 390 | </intent-filter> |
| 391 | </activity> |
| 392 | |
| 393 | <activity android:name="GetPin2Screen" |
| 394 | android:label="@string/get_pin2" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 395 | android:theme="@style/SettingsLight" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 396 | android:windowSoftInputMode="stateVisible"> |
| 397 | </activity> |
| 398 | |
| 399 | <activity android:name="EditFdnContactScreen" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 400 | android:theme="@style/SettingsLight" |
| 401 | android:windowSoftInputMode="stateVisible"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 402 | </activity> |
| 403 | |
| 404 | <activity android:name="DeleteFdnContactScreen" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 405 | android:theme="@style/SettingsLight" |
| 406 | android:label="@string/delete_fdn_contact"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 407 | </activity> |
| 408 | |
| 409 | <activity android:name="DataRoamingReenable" android:label="@string/android:dialog_alert_title" |
| 410 | android:theme="@android:style/Theme.Holo.Dialog"> |
| 411 | <intent-filter> |
| 412 | <action android:name="android.intent.action.MAIN" /> |
| 413 | </intent-filter> |
| 414 | </activity> |
| 415 | |
| 416 | <!-- data roaming setting --> |
| 417 | <activity android:name="RoamingSetting" |
| 418 | android:label="@string/roaming" |
| 419 | android:theme="@android:style/Theme.Holo.DialogWhenLarge"> |
| 420 | <intent-filter> |
| 421 | <action android:name="android.intent.action.MAIN" /> |
| 422 | </intent-filter> |
| 423 | </activity> |
| 424 | |
| 425 | <!-- "Call settings" UI, used only on voice-capable phone devices. --> |
| 426 | <activity android:name="CallFeaturesSetting" |
| 427 | android:label="@string/call_settings" |
| 428 | android:configChanges="orientation|screenSize|keyboardHidden" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 429 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 430 | <intent-filter> |
| 431 | <action android:name="android.intent.action.VIEW" /> |
| 432 | <action android:name="android.intent.action.MAIN" /> |
Yorke Lee | 4add80b | 2014-07-18 12:44:05 -0700 | [diff] [blame] | 433 | <action android:name="android.telecomm.intent.action.SHOW_CALL_SETTINGS" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 434 | <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" /> |
| 435 | <category android:name="android.intent.category.DEFAULT" /> |
| 436 | </intent-filter> |
| 437 | </activity> |
| 438 | |
| 439 | <!-- bluetooth phone service --> |
| 440 | <service android:name="BluetoothPhoneService"> |
| 441 | <intent-filter> |
| 442 | <action android:name="android.bluetooth.IBluetoothHeadsetPhone" /> |
| 443 | </intent-filter> |
| 444 | </service> |
| 445 | |
| 446 | <!-- Broadcast Receiver that will process BOOT Complete and launch OTA --> |
| 447 | <receiver android:name="OtaStartupReceiver" android:exported="false" |
| 448 | androidprv:primaryUserOnly="true"> |
| 449 | <intent-filter android:priority="100"> |
| 450 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 451 | </intent-filter> |
| 452 | </receiver> |
| 453 | |
| 454 | <!-- CDMA Emergency Callback Mode --> |
| 455 | <service android:name="EmergencyCallbackModeService"> |
| 456 | </service> |
| 457 | |
| 458 | <!-- service to dump telephony information --> |
| 459 | <service android:name="TelephonyDebugService" /> |
| 460 | |
| 461 | <activity android:name="EmergencyCallbackModeExitDialog" |
| 462 | android:excludeFromRecents="true" |
| 463 | android:label="@string/ecm_exit_dialog" |
| 464 | android:launchMode="singleTop" |
| 465 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
| 466 | <intent-filter> |
| 467 | <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" /> |
| 468 | <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" /> |
| 469 | <category android:name="android.intent.category.DEFAULT" /> |
| 470 | </intent-filter> |
| 471 | </activity> |
| 472 | |
Sailesh Nepal | 1344f67 | 2014-07-10 19:20:02 -0700 | [diff] [blame] | 473 | <!-- Start SIP --> |
| 474 | <service android:name="com.android.services.telephony.sip.SipCallServiceProvider" |
| 475 | android:singleUser="true" > |
| 476 | <intent-filter> |
| 477 | <action android:name="android.telecomm.CallServiceProvider" /> |
| 478 | </intent-filter> |
| 479 | </service> |
| 480 | <service android:name="com.android.services.telephony.sip.SipConnectionService" |
| 481 | android:label="@string/sip_connection_service_label" |
| 482 | android:singleUser="true" > |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 483 | <intent-filter> |
| 484 | <action android:name="android.telecomm.ConnectionService" /> |
| 485 | </intent-filter> |
| 486 | </service> |
| 487 | <receiver android:name="com.android.services.telephony.sip.SipBroadcastReceiver"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 488 | <intent-filter> |
| 489 | <action android:name="com.android.phone.SIP_INCOMING_CALL" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 490 | <action android:name="android.net.sip.SIP_SERVICE_UP" /> |
| 491 | </intent-filter> |
| 492 | </receiver> |
| 493 | |
| 494 | <activity android:label="Sip Settings" |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 495 | android:name="com.android.services.telephony.sip.SipSettings" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 496 | android:theme="@style/SettingsLight" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 497 | android:launchMode="singleTop" |
| 498 | android:configChanges="orientation|screenSize|keyboardHidden" |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 499 | android:uiOptions="splitActionBarWhenNarrow" |
| 500 | android:parentActivityName="com.android.phone.CallFeaturesSetting" > |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 501 | <intent-filter> |
| 502 | <action android:name="android.intent.action.MAIN" /> |
| 503 | <action android:name="android.net.sip.NOTIFY" /> |
| 504 | </intent-filter> |
| 505 | </activity> |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 506 | <activity android:name="com.android.services.telephony.sip.SipEditor" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 507 | android:theme="@style/SettingsLight" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 508 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 509 | android:uiOptions="splitActionBarWhenNarrow"> |
| 510 | </activity> |
Sailesh Nepal | 1344f67 | 2014-07-10 19:20:02 -0700 | [diff] [blame] | 511 | <activity android:name="com.android.services.telephony.sip.SipProfileChooserDialogs" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 512 | android:theme="@style/SipCallOptionHandlerTheme" |
| 513 | android:screenOrientation="nosensor" |
Santos Cordon | 7c0ee2e | 2013-10-17 12:20:30 -0700 | [diff] [blame] | 514 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 515 | android:excludeFromRecents="true"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 516 | </activity> |
| 517 | |
Sailesh Nepal | 1344f67 | 2014-07-10 19:20:02 -0700 | [diff] [blame] | 518 | <!-- End SIP --> |
| 519 | |
Yorke Lee | 71028d0 | 2013-08-28 12:24:01 -0700 | [diff] [blame] | 520 | <activity android:name="ErrorDialogActivity" |
| 521 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 522 | android:excludeFromRecents="true" |
| 523 | android:launchMode="singleInstance" |
| 524 | android:theme="@style/Empty"> |
| 525 | </activity> |
Yorke Lee | 598dac5 | 2013-11-01 11:30:55 -0700 | [diff] [blame] | 526 | |
| 527 | <activity android:name="MMIDialogActivity" |
| 528 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 529 | android:excludeFromRecents="true" |
| 530 | android:launchMode="singleInstance" |
| 531 | android:theme="@style/Empty"> |
| 532 | </activity> |
| 533 | |
Christine Chen | 0ce0e85 | 2013-08-09 18:26:31 -0700 | [diff] [blame] | 534 | <activity android:name=".TextMessagePackageChooser" |
| 535 | android:label="@string/respond_via_sms_setting_title" |
| 536 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 537 | android:theme="@style/Theme.Transparent"> |
| 538 | </activity> |
Yorke Lee | 71028d0 | 2013-08-28 12:24:01 -0700 | [diff] [blame] | 539 | |
Santos Cordon | 8357047 | 2013-09-06 15:45:10 -0700 | [diff] [blame] | 540 | <activity android:name="HfaActivity" |
Santos Cordon | 00d7a43 | 2013-09-17 14:07:14 -0700 | [diff] [blame] | 541 | android:configChanges="orientation|screenSize|keyboardHidden" |
Santos Cordon | 8357047 | 2013-09-06 15:45:10 -0700 | [diff] [blame] | 542 | android:launchMode="singleInstance" |
Santos Cordon | 00d7a43 | 2013-09-17 14:07:14 -0700 | [diff] [blame] | 543 | android:theme="@style/Empty" |
| 544 | android:exported="false"> |
Santos Cordon | 8357047 | 2013-09-06 15:45:10 -0700 | [diff] [blame] | 545 | </activity> |
| 546 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 547 | <receiver android:name="CallerInfoCacheUpdateReceiver"> |
| 548 | <intent-filter> |
| 549 | <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" /> |
| 550 | </intent-filter> |
| 551 | </receiver> |
| 552 | |
| 553 | <!-- BroadcastReceiver for receiving Intents from Notification mechanism. --> |
Santos Cordon | 0c88ac2 | 2014-01-22 11:40:52 -0800 | [diff] [blame] | 554 | <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" android:exported="false"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 555 | <intent-filter> |
| 556 | <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" /> |
| 557 | <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" /> |
| 558 | <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" /> |
| 559 | </intent-filter> |
| 560 | </receiver> |
| 561 | |
Santos Cordon | 00d7a43 | 2013-09-17 14:07:14 -0700 | [diff] [blame] | 562 | <!-- service to dump telephony information --> |
| 563 | <service android:name="HfaService" android:exported="false"/> |
| 564 | |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 565 | <!-- Telecomm integration --> |
Amith Yamasani | 73a742e | 2014-05-22 17:18:19 -0700 | [diff] [blame] | 566 | <service android:name="com.android.services.telephony.TelephonyCallServiceProvider" |
| 567 | android:singleUser="true"> |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 568 | <intent-filter> |
Sailesh Nepal | 2a09bfe | 2014-03-08 21:55:01 -0800 | [diff] [blame] | 569 | <action android:name="android.telecomm.CallServiceProvider" /> |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 570 | </intent-filter> |
| 571 | </service> |
Ihab Awad | 29d3167 | 2014-05-20 17:10:50 -0700 | [diff] [blame] | 572 | <service |
Amith Yamasani | 73a742e | 2014-05-22 17:18:19 -0700 | [diff] [blame] | 573 | android:singleUser="true" |
Sailesh Nepal | 3199aa7 | 2014-07-13 15:11:20 -0700 | [diff] [blame] | 574 | android:name="com.android.services.telephony.TelephonyConnectionService" |
Ihab Awad | aa73403 | 2014-06-18 10:33:05 -0700 | [diff] [blame] | 575 | android:label="@string/pstn_connection_service_label"> |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 576 | <intent-filter> |
Sailesh Nepal | 536cff0 | 2014-07-04 19:44:01 -0700 | [diff] [blame] | 577 | <action android:name="android.telecomm.ConnectionService" /> |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 578 | </intent-filter> |
| 579 | </service> |
Fabrice Di Meglio | e5ee4a3 | 2014-03-14 19:04:10 -0700 | [diff] [blame] | 580 | <provider |
| 581 | android:name="PhoneSearchIndexablesProvider" |
| 582 | android:authorities="com.android.phone" |
| 583 | android:multiprocess="false" |
| 584 | android:grantUriPermissions="true" |
| 585 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 586 | android:exported="true"> |
| 587 | <intent-filter> |
| 588 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 589 | </intent-filter> |
| 590 | </provider> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 591 | </application> |
| 592 | </manifest> |