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