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" /> |
Amit Mahajan | dcec1e1 | 2015-05-26 11:59:18 -0700 | [diff] [blame] | 42 | <protected-broadcast android:name="android.intent.action.DATA_SMS_RECEIVED" /> |
| 43 | <protected-broadcast android:name="android.provider.Telephony.SMS_RECEIVED" /> |
| 44 | <protected-broadcast android:name="android.provider.Telephony.SMS_DELIVER" /> |
| 45 | <protected-broadcast android:name="android.provider.Telephony.WAP_PUSH_DELIVER" /> |
| 46 | <protected-broadcast android:name="android.provider.Telephony.WAP_PUSH_RECEIVED" /> |
| 47 | <protected-broadcast android:name="android.provider.Telephony.SMS_CB_RECEIVED" /> |
| 48 | <protected-broadcast android:name="android.provider.Telephony.SMS_EMERGENCY_CB_RECEIVED" /> |
Amit Mahajan | fe37e65 | 2015-06-11 12:04:51 -0700 | [diff] [blame] | 49 | <protected-broadcast android:name= "android.intent.action.stk.command" /> |
| 50 | <protected-broadcast android:name= "android.intent.action.stk.session_end" /> |
| 51 | <protected-broadcast android:name= "android.intent.action.stk.icc_status_change" /> |
| 52 | <protected-broadcast android:name= "android.intent.action.stk.alpha_notify" /> |
| 53 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 54 | |
| 55 | <uses-permission android:name="android.permission.BROADCAST_STICKY" /> |
| 56 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 57 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 58 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 59 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
| 60 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 61 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
| 62 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 63 | <uses-permission android:name="android.permission.WRITE_CALL_LOG" /> |
| 64 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
| 65 | <uses-permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 67 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 68 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
| 69 | <uses-permission android:name="android.permission.REORDER_TASKS" /> |
| 70 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 71 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 72 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 73 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Nancy Chen | 3f51d09 | 2015-03-26 15:31:59 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.RECEIVE_SMS" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.READ_SMS" /> |
| 76 | <uses-permission android:name="android.permission.WRITE_SMS" /> |
| 77 | <uses-permission android:name="android.permission.SEND_SMS" /> |
| 78 | <uses-permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE" /> |
Jake Hamby | c0bc6a6 | 2014-02-24 15:48:40 -0800 | [diff] [blame] | 79 | <uses-permission android:name="android.permission.SET_TIME" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 80 | <uses-permission android:name="android.permission.SET_TIME_ZONE" /> |
| 81 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| 82 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 83 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Etan Cohen | 3c743bf | 2015-07-01 13:51:47 -0700 | [diff] [blame] | 84 | <uses-permission android:name="android.permission.ACCESS_IMS_CALL_SERVICE" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 85 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
| 86 | <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> |
| 87 | <uses-permission android:name="android.permission.INTERNET" /> |
| 88 | <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" /> |
| 89 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| 90 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" /> |
| 91 | <uses-permission android:name="android.permission.BROADCAST_SMS"/> |
| 92 | <uses-permission android:name="android.permission.BROADCAST_WAP_PUSH"/> |
| 93 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/> |
| 94 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
| 95 | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/> |
| 96 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| 97 | <uses-permission android:name="android.permission.SHUTDOWN" /> |
| 98 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| 99 | <uses-permission android:name="android.permission.PERFORM_CDMA_PROVISIONING" /> |
| 100 | <uses-permission android:name="android.permission.USE_SIP" /> |
| 101 | <uses-permission android:name="android.permission.REBOOT" /> |
| 102 | <uses-permission android:name="android.permission.UPDATE_LOCK" /> |
Amith Yamasani | 73a742e | 2014-05-22 17:18:19 -0700 | [diff] [blame] | 103 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 104 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
Yorke Lee | 422c2f5 | 2013-09-05 11:04:51 -0700 | [diff] [blame] | 105 | <uses-permission android:name="com.android.smspush.WAPPUSH_MANAGER_BIND" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 106 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
| 107 | <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" /> |
| 108 | <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" /> |
David Braun | a1203d3 | 2013-11-12 13:40:28 -0800 | [diff] [blame] | 109 | <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" /> |
Fabrice Di Meglio | 5768c15 | 2014-03-20 12:25:56 -0700 | [diff] [blame] | 110 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Wink Saville | 34dbcac | 2014-10-24 17:14:49 -0700 | [diff] [blame] | 111 | <uses-permission android:name="android.permission.DUMP" /> |
Santos Cordon | 80749b8 | 2014-10-31 12:33:10 -0700 | [diff] [blame] | 112 | <uses-permission android:name="android.permission.REGISTER_CALL_PROVIDER" /> |
| 113 | <uses-permission android:name="android.permission.REGISTER_SIM_SUBSCRIPTION" /> |
Zach Johnson | 6afb77c | 2015-05-13 16:42:40 -0700 | [diff] [blame] | 114 | <uses-permission android:name="android.permission.BIND_CARRIER_SERVICES" /> |
| 115 | <!-- BIND_CARRIER_MESSAGING_SERVICE has been deprecated in favor of BIND_CARRIER_SERVICES. --> |
Abhijith Shastry | df9707e | 2014-11-04 15:28:08 -0800 | [diff] [blame] | 116 | <uses-permission android:name="android.permission.BIND_CARRIER_MESSAGING_SERVICE" /> |
Nancy Chen | 32031f4 | 2015-03-04 21:00:07 -0800 | [diff] [blame] | 117 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 118 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
| 119 | <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> |
| 120 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
Nancy Chen | e53a064 | 2015-03-12 11:20:12 -0700 | [diff] [blame] | 121 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
| 122 | <uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" /> |
| 123 | <uses-permission android:name="com.android.voicemail.permission.WRITE_VOICEMAIL" /> |
Nancy Chen | c1fb661 | 2015-03-25 10:23:29 -0700 | [diff] [blame] | 124 | <uses-permission android:name="com.android.voicemail.permission.READ_VOICEMAIL" /> |
Svetoslav | 7ec0ae4 | 2015-05-18 15:35:39 -0700 | [diff] [blame] | 125 | <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" /> |
Jeff Davidson | 13dc63e | 2015-06-18 15:54:56 -0700 | [diff] [blame] | 126 | <uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" /> |
Nancy Chen | c1fb661 | 2015-03-25 10:23:29 -0700 | [diff] [blame] | 127 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 128 | |
| 129 | <!-- This tells the activity manager to not delay any of our activity |
| 130 | start requests, even if they happen immediately after the user |
| 131 | presses home. --> |
| 132 | <uses-permission android:name="android.permission.STOP_APP_SWITCHES" /> |
| 133 | |
| 134 | <application android:name="PhoneApp" |
| 135 | android:persistent="true" |
| 136 | android:label="@string/phoneAppLabel" |
| 137 | android:icon="@mipmap/ic_launcher_phone" |
Jay Shrauner | 3802888 | 2014-07-30 09:34:54 -0700 | [diff] [blame] | 138 | android:allowBackup="false" |
Alex Klyubin | 842877f | 2015-05-20 11:20:50 -0700 | [diff] [blame] | 139 | android:supportsRtl="true" |
| 140 | android:usesCleartextTraffic="true"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 141 | <provider android:name="IccProvider" |
| 142 | android:authorities="icc" |
| 143 | android:multiprocess="true" |
| 144 | android:exported="true" |
| 145 | android:readPermission="android.permission.READ_CONTACTS" |
| 146 | android:writePermission="android.permission.WRITE_CONTACTS" /> |
| 147 | |
| 148 | <!-- Dialer UI that only allows emergency calls --> |
| 149 | <activity android:name="EmergencyDialer" |
| 150 | android:label="@string/emergencyDialerIconLabel" |
| 151 | android:theme="@style/EmergencyDialerTheme" |
| 152 | android:screenOrientation="portrait"> |
| 153 | <intent-filter> |
| 154 | <action android:name="com.android.phone.EmergencyDialer.DIAL" /> |
| 155 | <category android:name="android.intent.category.DEFAULT" /> |
| 156 | </intent-filter> |
| 157 | <intent-filter> |
| 158 | <action android:name="com.android.phone.EmergencyDialer.DIAL" /> |
| 159 | <category android:name="android.intent.category.DEFAULT" /> |
| 160 | <data android:scheme="tel" /> |
| 161 | </intent-filter> |
| 162 | </activity> |
| 163 | |
| 164 | <activity android:name="ADNList" /> |
| 165 | |
| 166 | <activity android:name="SimContacts" |
| 167 | android:label="@string/simContacts_title" |
| 168 | android:theme="@style/SimImportTheme" |
| 169 | android:screenOrientation="portrait" |
| 170 | android:icon="@mipmap/ic_launcher_contacts"> |
| 171 | |
| 172 | <intent-filter> |
| 173 | <action android:name="android.intent.action.VIEW" /> |
| 174 | <category android:name="android.intent.category.DEFAULT" /> |
| 175 | <data android:mimeType="vnd.android.cursor.item/sim-contact" /> |
| 176 | </intent-filter> |
| 177 | </activity> |
| 178 | |
Andrew Lee | 83383e4 | 2014-10-31 12:42:28 -0700 | [diff] [blame] | 179 | <activity android:name="com.android.phone.settings.fdn.FdnList" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 180 | android:label="@string/fdnListLabel" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 181 | android:theme="@style/DialerSettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 182 | <intent-filter> |
| 183 | <action android:name="android.intent.action.VIEW" /> |
| 184 | <category android:name="android.intent.category.DEFAULT" /> |
| 185 | <data android:mimeType="vnd.android.cursor.item/sim-contact" /> |
| 186 | </intent-filter> |
| 187 | </activity> |
| 188 | |
| 189 | <activity android:name="OutgoingCallBroadcaster" |
Sailesh Nepal | 28df738 | 2014-03-06 21:28:55 -0800 | [diff] [blame] | 190 | android:enabled="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 191 | android:theme="@style/OutgoingCallBroadcasterTheme" |
| 192 | android:permission="android.permission.CALL_PHONE" |
| 193 | android:screenOrientation="nosensor" |
Santos Cordon | e1c151b | 2013-08-27 18:55:25 -0700 | [diff] [blame] | 194 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 195 | android:excludeFromRecents="true"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 196 | <!-- CALL action intent filters, for the various ways |
| 197 | of initiating an outgoing call. --> |
| 198 | <intent-filter> |
| 199 | <action android:name="android.intent.action.CALL" /> |
| 200 | <category android:name="android.intent.category.DEFAULT" /> |
| 201 | <data android:scheme="tel" /> |
| 202 | </intent-filter> |
| 203 | <intent-filter android:icon="@drawable/ic_launcher_sip_call"> |
| 204 | <action android:name="android.intent.action.CALL" /> |
| 205 | <category android:name="android.intent.category.DEFAULT" /> |
| 206 | <data android:scheme="sip" /> |
| 207 | </intent-filter> |
| 208 | <intent-filter> |
| 209 | <action android:name="android.intent.action.CALL" /> |
| 210 | <category android:name="android.intent.category.DEFAULT" /> |
| 211 | <data android:scheme="voicemail" /> |
| 212 | </intent-filter> |
| 213 | <intent-filter> |
| 214 | <action android:name="android.intent.action.CALL" /> |
| 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/phone_v2" /> |
| 218 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 219 | </intent-filter> |
| 220 | </activity> |
| 221 | |
| 222 | <activity-alias android:name="EmergencyOutgoingCallBroadcaster" |
Sailesh Nepal | 28df738 | 2014-03-06 21:28:55 -0800 | [diff] [blame] | 223 | android:enabled="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 224 | android:targetActivity="OutgoingCallBroadcaster" |
| 225 | android:permission="android.permission.CALL_PRIVILEGED"> |
| 226 | <intent-filter android:priority="1000"> |
| 227 | <action android:name="android.intent.action.CALL_EMERGENCY" /> |
| 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_EMERGENCY" /> |
| 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_EMERGENCY" /> |
| 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_EMERGENCY" /> |
| 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/person" /> |
| 247 | </intent-filter> |
| 248 | </activity-alias> |
| 249 | |
| 250 | <activity-alias android:name="PrivilegedOutgoingCallBroadcaster" |
Sailesh Nepal | 28df738 | 2014-03-06 21:28:55 -0800 | [diff] [blame] | 251 | android:enabled="false" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 252 | android:targetActivity="OutgoingCallBroadcaster" |
| 253 | android:screenOrientation="nosensor" |
| 254 | android:permission="android.permission.CALL_PRIVILEGED"> |
| 255 | <intent-filter android:priority="1000"> |
| 256 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 257 | <category android:name="android.intent.category.DEFAULT" /> |
| 258 | <data android:scheme="tel" /> |
| 259 | </intent-filter> |
| 260 | <intent-filter android:icon="@drawable/ic_launcher_sip_call" |
| 261 | android:priority="1000"> |
| 262 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 263 | <category android:name="android.intent.category.DEFAULT" /> |
| 264 | <data android:scheme="sip" /> |
| 265 | </intent-filter> |
| 266 | <intent-filter android:priority="1000"> |
| 267 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 268 | <category android:name="android.intent.category.DEFAULT" /> |
| 269 | <data android:scheme="voicemail" /> |
| 270 | </intent-filter> |
| 271 | <intent-filter android:priority="1000"> |
| 272 | <action android:name="android.intent.action.CALL_PRIVILEGED" /> |
| 273 | <category android:name="android.intent.category.DEFAULT" /> |
| 274 | <data android:mimeType="vnd.android.cursor.item/phone" /> |
| 275 | <data android:mimeType="vnd.android.cursor.item/phone_v2" /> |
| 276 | <data android:mimeType="vnd.android.cursor.item/person" /> |
| 277 | </intent-filter> |
| 278 | </activity-alias> |
| 279 | |
| 280 | <receiver android:name="ProcessOutgoingCallTest" android:exported="false" |
| 281 | android:enabled="false"> |
| 282 | <intent-filter android:priority="1"> |
| 283 | <action android:name="android.intent.action.NEW_OUTGOING_CALL" /> |
| 284 | <category android:name="android.intent.category.DEFAULT" /> |
| 285 | </intent-filter> |
| 286 | </receiver> |
| 287 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 288 | <!-- Trampoline activity that handles the PERFORM_CDMA_PROVISIONING intent. --> |
| 289 | <activity android:name="InCallScreenShowActivation" |
| 290 | android:permission="android.permission.PERFORM_CDMA_PROVISIONING" |
| 291 | android:label="@string/phoneIconLabel" |
| 292 | android:theme="@android:style/Theme.NoDisplay" |
| 293 | android:excludeFromRecents="true"> |
| 294 | <intent-filter> |
| 295 | <action android:name="com.android.phone.PERFORM_CDMA_PROVISIONING" /> |
| 296 | <category android:name="android.intent.category.DEFAULT" /> |
| 297 | </intent-filter> |
| 298 | </activity> |
| 299 | |
Santos Cordon | 080a165 | 2015-03-31 18:27:13 -0700 | [diff] [blame] | 300 | <!-- Trampoline activity that handles the SIM_ACTIVATION_REQUEST intent. --> |
| 301 | <activity android:name="com.android.services.telephony.activation.SimActivationActivity" |
| 302 | android:permission="android.permission.PERFORM_SIM_ACTIVATION" |
| 303 | android:label="@string/phoneIconLabel" |
| 304 | android:theme="@android:style/Theme.NoDisplay" |
| 305 | android:excludeFromRecents="true"> |
| 306 | <intent-filter> |
| 307 | <action android:name="android.intent.action.SIM_ACTIVATION_REQUEST" /> |
| 308 | <category android:name="android.intent.category.DEFAULT" /> |
| 309 | </intent-filter> |
| 310 | </activity> |
| 311 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 312 | <!-- "Mobile network settings" screen, used on both |
| 313 | non-voice-capable tablets and regular phone devices. --> |
| 314 | <activity android:name="MobileNetworkSettings" |
| 315 | android:label="@string/settings_label" |
Yorke Lee | 3ce586a | 2014-08-06 16:23:17 -0700 | [diff] [blame] | 316 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 317 | <intent-filter> |
| 318 | <action android:name="android.intent.action.VIEW" /> |
| 319 | <action android:name="android.intent.action.MAIN" /> |
| 320 | <action android:name="android.settings.DATA_ROAMING_SETTINGS" /> |
| 321 | <category android:name="android.intent.category.DEFAULT" /> |
| 322 | </intent-filter> |
| 323 | </activity> |
| 324 | |
| 325 | <activity-alias android:name="Settings" |
| 326 | android:targetActivity="MobileNetworkSettings" /> |
| 327 | |
| 328 | <!-- networks setting --> |
| 329 | <!-- service to handle network query requests sent to RIL --> |
| 330 | <service android:name="NetworkQueryService" /> |
| 331 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 332 | <activity android:name="NetworkSetting" |
| 333 | android:label="@string/networks" |
| 334 | android:configChanges="orientation|screenSize|keyboardHidden" |
Andrew Lee | 17d2576 | 2014-09-29 17:32:44 -0700 | [diff] [blame] | 335 | android:theme="@style/NetworkOperatorsSettingsTheme"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 336 | <intent-filter> |
| 337 | <action android:name="android.intent.action.MAIN" /> |
| 338 | <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" /> |
| 339 | <category android:name="android.intent.category.DEFAULT" /> |
| 340 | </intent-filter> |
| 341 | </activity> |
| 342 | |
| 343 | <activity android:name="GsmUmtsOptions" |
| 344 | android:label="@string/gsm_umts_options" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 345 | android:theme="@style/DialerSettingsLight"> |
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="CdmaOptions" |
| 352 | android:label="@string/cdma_options" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 353 | android:theme="@style/DialerSettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 354 | <intent-filter> |
| 355 | <action android:name="android.intent.action.MAIN" /> |
| 356 | </intent-filter> |
| 357 | </activity> |
| 358 | |
| 359 | <activity android:name="GsmUmtsCallOptions" |
| 360 | android:label="@string/gsm_umts_options" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 361 | android:theme="@style/DialerSettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 362 | <intent-filter> |
| 363 | <action android:name="android.intent.action.MAIN" /> |
| 364 | </intent-filter> |
| 365 | </activity> |
| 366 | |
| 367 | <activity android:name="CdmaCallOptions" |
| 368 | android:label="@string/cdma_options" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 369 | android:theme="@style/DialerSettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 370 | <intent-filter> |
| 371 | <action android:name="android.intent.action.MAIN" /> |
| 372 | </intent-filter> |
| 373 | </activity> |
| 374 | |
| 375 | <activity android:name="GsmUmtsCallForwardOptions" |
| 376 | android:label="@string/labelCF" |
| 377 | android:configChanges="orientation|screenSize|keyboardHidden" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 378 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 379 | <intent-filter> |
| 380 | <action android:name="android.intent.action.MAIN" /> |
| 381 | </intent-filter> |
| 382 | </activity> |
| 383 | |
| 384 | <activity android:name="GsmUmtsAdditionalCallOptions" |
| 385 | android:label="@string/labelGSMMore" |
| 386 | android:configChanges="orientation|screenSize|keyboardHidden" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 387 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 388 | <intent-filter> |
| 389 | <action android:name="android.intent.action.MAIN" /> |
| 390 | </intent-filter> |
| 391 | </activity> |
| 392 | |
| 393 | <activity android:name="CellBroadcastSms" |
| 394 | android:label="@string/cell_broadcast_sms" |
| 395 | android:theme="@android:style/Theme.Holo.DialogWhenLarge"> |
| 396 | <intent-filter> |
| 397 | <action android:name="android.intent.action.MAIN" /> |
| 398 | </intent-filter> |
| 399 | </activity> |
| 400 | |
| 401 | <!-- fdn setting --> |
Andrew Lee | 83383e4 | 2014-10-31 12:42:28 -0700 | [diff] [blame] | 402 | <activity android:name="com.android.phone.settings.fdn.FdnSetting" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 403 | android:label="@string/fdn" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 404 | android:theme="@style/DialerSettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 405 | <intent-filter> |
| 406 | <action android:name="android.intent.action.MAIN" /> |
| 407 | </intent-filter> |
| 408 | </activity> |
| 409 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 410 | <!-- SIM PIN setting --> |
| 411 | <activity android:name="EnableIccPinScreen" |
| 412 | android:label="@string/enable_pin" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 413 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 414 | <intent-filter> |
| 415 | <action android:name="android.intent.action.MAIN" /> |
| 416 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 417 | </intent-filter> |
| 418 | </activity> |
| 419 | |
| 420 | <activity android:name="ChangeIccPinScreen" |
| 421 | android:label="@string/change_pin" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 422 | android:theme="@style/SettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 423 | <intent-filter> |
| 424 | <action android:name="android.intent.action.MAIN" /> |
| 425 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 426 | </intent-filter> |
| 427 | </activity> |
| 428 | |
Andrew Lee | 83383e4 | 2014-10-31 12:42:28 -0700 | [diff] [blame] | 429 | <activity android:name="com.android.phone.settings.fdn.GetPin2Screen" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 430 | android:label="@string/get_pin2" |
Andrew Lee | 37fb9eb | 2015-02-05 15:48:06 -0800 | [diff] [blame] | 431 | android:theme="@style/DialerSettingsLight" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 432 | android:windowSoftInputMode="stateVisible"> |
| 433 | </activity> |
| 434 | |
Andrew Lee | 83383e4 | 2014-10-31 12:42:28 -0700 | [diff] [blame] | 435 | <activity android:name="com.android.phone.settings.fdn.EditFdnContactScreen" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 436 | android:theme="@style/DialerSettingsLight" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 437 | android:windowSoftInputMode="stateVisible"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 438 | </activity> |
| 439 | |
Andrew Lee | 83383e4 | 2014-10-31 12:42:28 -0700 | [diff] [blame] | 440 | <activity android:name="com.android.phone.settings.fdn.DeleteFdnContactScreen" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 441 | android:theme="@style/DialerSettingsLight" |
Yorke Lee | 1c881a0 | 2013-07-31 09:04:42 -0700 | [diff] [blame] | 442 | android:label="@string/delete_fdn_contact"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 443 | </activity> |
| 444 | |
| 445 | <activity android:name="DataRoamingReenable" android:label="@string/android:dialog_alert_title" |
| 446 | android:theme="@android:style/Theme.Holo.Dialog"> |
| 447 | <intent-filter> |
| 448 | <action android:name="android.intent.action.MAIN" /> |
| 449 | </intent-filter> |
| 450 | </activity> |
| 451 | |
| 452 | <!-- data roaming setting --> |
| 453 | <activity android:name="RoamingSetting" |
| 454 | android:label="@string/roaming" |
| 455 | android:theme="@android:style/Theme.Holo.DialogWhenLarge"> |
| 456 | <intent-filter> |
| 457 | <action android:name="android.intent.action.MAIN" /> |
| 458 | </intent-filter> |
| 459 | </activity> |
| 460 | |
| 461 | <!-- "Call settings" UI, used only on voice-capable phone devices. --> |
| 462 | <activity android:name="CallFeaturesSetting" |
| 463 | android:label="@string/call_settings" |
| 464 | android:configChanges="orientation|screenSize|keyboardHidden" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 465 | android:theme="@style/DialerSettingsLight"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 466 | <intent-filter> |
| 467 | <action android:name="android.intent.action.VIEW" /> |
| 468 | <action android:name="android.intent.action.MAIN" /> |
Tyler Gunn | 4d45d1c | 2014-09-12 22:17:53 -0700 | [diff] [blame] | 469 | <action android:name="android.telecom.action.SHOW_CALL_SETTINGS" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 470 | <category android:name="android.intent.category.DEFAULT" /> |
| 471 | </intent-filter> |
| 472 | </activity> |
| 473 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 474 | <!-- Broadcast Receiver that will process BOOT Complete and launch OTA --> |
| 475 | <receiver android:name="OtaStartupReceiver" android:exported="false" |
| 476 | androidprv:primaryUserOnly="true"> |
| 477 | <intent-filter android:priority="100"> |
| 478 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 479 | </intent-filter> |
| 480 | </receiver> |
| 481 | |
Andrew Lee | fb7f92e | 2015-02-26 16:23:32 -0800 | [diff] [blame] | 482 | <!-- "Accessibility" settings UI. Referenced by Dialer application. --> |
| 483 | <activity android:name="com.android.phone.settings.AccessibilitySettingsActivity" |
| 484 | android:label="@string/accessibility_settings_activity_title" |
| 485 | android:theme="@style/DialerSettingsLight"> |
| 486 | <intent-filter> |
| 487 | <action android:name="android.intent.action.MAIN" /> |
| 488 | <action android:name="android.telecom.action.SHOW_CALL_ACCESSIBILITY_SETTINGS" /> |
| 489 | <category android:name="android.intent.category.DEFAULT" /> |
| 490 | </intent-filter> |
| 491 | </activity> |
| 492 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 493 | <!-- CDMA Emergency Callback Mode --> |
| 494 | <service android:name="EmergencyCallbackModeService"> |
| 495 | </service> |
| 496 | |
| 497 | <!-- service to dump telephony information --> |
| 498 | <service android:name="TelephonyDebugService" /> |
| 499 | |
| 500 | <activity android:name="EmergencyCallbackModeExitDialog" |
| 501 | android:excludeFromRecents="true" |
| 502 | android:label="@string/ecm_exit_dialog" |
| 503 | android:launchMode="singleTop" |
| 504 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
| 505 | <intent-filter> |
| 506 | <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" /> |
| 507 | <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" /> |
| 508 | <category android:name="android.intent.category.DEFAULT" /> |
| 509 | </intent-filter> |
| 510 | </activity> |
| 511 | |
Sailesh Nepal | 1344f67 | 2014-07-10 19:20:02 -0700 | [diff] [blame] | 512 | <!-- Start SIP --> |
| 513 | <service android:name="com.android.services.telephony.sip.SipCallServiceProvider" |
| 514 | android:singleUser="true" > |
| 515 | <intent-filter> |
Tyler Gunn | 4d45d1c | 2014-09-12 22:17:53 -0700 | [diff] [blame] | 516 | <action android:name="android.telecom.CallServiceProvider" /> |
Sailesh Nepal | 1344f67 | 2014-07-10 19:20:02 -0700 | [diff] [blame] | 517 | </intent-filter> |
| 518 | </service> |
| 519 | <service android:name="com.android.services.telephony.sip.SipConnectionService" |
| 520 | android:label="@string/sip_connection_service_label" |
Tyler Gunn | 15fc695 | 2014-08-17 18:41:54 -0700 | [diff] [blame] | 521 | android:singleUser="true" |
Yorke Lee | 22b7ae3 | 2015-05-13 16:31:21 -0700 | [diff] [blame] | 522 | android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" > |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 523 | <intent-filter> |
Tyler Gunn | 4d45d1c | 2014-09-12 22:17:53 -0700 | [diff] [blame] | 524 | <action android:name="android.telecom.ConnectionService" /> |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 525 | </intent-filter> |
| 526 | </service> |
| 527 | <receiver android:name="com.android.services.telephony.sip.SipBroadcastReceiver"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 528 | <intent-filter> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 529 | <action android:name="android.net.sip.SIP_SERVICE_UP" /> |
Santos Cordon | 6556a09 | 2014-08-25 01:51:36 -0700 | [diff] [blame] | 530 | <action android:name="com.android.phone.SIP_INCOMING_CALL" /> |
Santos Cordon | 6556a09 | 2014-08-25 01:51:36 -0700 | [diff] [blame] | 531 | <action android:name="com.android.phone.SIP_REMOVE_PHONE" /> |
Tyler Gunn | 4ddd0ef | 2014-09-02 14:50:32 -0700 | [diff] [blame] | 532 | <action android:name="com.android.phone.SIP_CALL_OPTION_CHANGED" /> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 533 | </intent-filter> |
| 534 | </receiver> |
| 535 | |
Santos Cordon | 6781b0c | 2015-04-27 15:17:49 -0700 | [diff] [blame] | 536 | <activity android:name="com.android.services.telephony.sip.SipPhoneAccountSettingsActivity" |
| 537 | android:theme="@android:style/Theme.NoDisplay" |
| 538 | android:excludeFromRecents="true"> |
| 539 | <intent-filter> |
Santos Cordon | 499378a | 2015-06-25 18:51:39 -0700 | [diff] [blame] | 540 | <action android:name="android.telecom.action.CONFIGURE_PHONE_ACCOUNT" /> |
Santos Cordon | 6781b0c | 2015-04-27 15:17:49 -0700 | [diff] [blame] | 541 | <category android:name="android.intent.category.DEFAULT" /> |
| 542 | </intent-filter> |
| 543 | </activity> |
| 544 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 545 | <activity android:label="Sip Settings" |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 546 | android:name="com.android.services.telephony.sip.SipSettings" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 547 | android:theme="@style/DialerSettingsLight" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 548 | android:launchMode="singleTop" |
| 549 | android:configChanges="orientation|screenSize|keyboardHidden" |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 550 | android:uiOptions="splitActionBarWhenNarrow" |
| 551 | android:parentActivityName="com.android.phone.CallFeaturesSetting" > |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 552 | <intent-filter> |
| 553 | <action android:name="android.intent.action.MAIN" /> |
| 554 | <action android:name="android.net.sip.NOTIFY" /> |
| 555 | </intent-filter> |
| 556 | </activity> |
Sailesh Nepal | 788959e | 2014-07-08 23:36:40 -0700 | [diff] [blame] | 557 | <activity android:name="com.android.services.telephony.sip.SipEditor" |
Andrew Lee | cc6d51e | 2014-08-21 11:59:29 -0700 | [diff] [blame] | 558 | android:theme="@style/DialerSettingsLight" |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 559 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 560 | android:uiOptions="splitActionBarWhenNarrow"> |
| 561 | </activity> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 562 | |
Sailesh Nepal | 1344f67 | 2014-07-10 19:20:02 -0700 | [diff] [blame] | 563 | <!-- End SIP --> |
| 564 | |
Yorke Lee | 71028d0 | 2013-08-28 12:24:01 -0700 | [diff] [blame] | 565 | <activity android:name="ErrorDialogActivity" |
| 566 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 567 | android:excludeFromRecents="true" |
| 568 | android:launchMode="singleInstance" |
| 569 | android:theme="@style/Empty"> |
| 570 | </activity> |
Yorke Lee | 598dac5 | 2013-11-01 11:30:55 -0700 | [diff] [blame] | 571 | |
| 572 | <activity android:name="MMIDialogActivity" |
| 573 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 574 | android:excludeFromRecents="true" |
| 575 | android:launchMode="singleInstance" |
| 576 | android:theme="@style/Empty"> |
| 577 | </activity> |
| 578 | |
Santos Cordon | 8357047 | 2013-09-06 15:45:10 -0700 | [diff] [blame] | 579 | <activity android:name="HfaActivity" |
Santos Cordon | 00d7a43 | 2013-09-17 14:07:14 -0700 | [diff] [blame] | 580 | android:configChanges="orientation|screenSize|keyboardHidden" |
Santos Cordon | 8357047 | 2013-09-06 15:45:10 -0700 | [diff] [blame] | 581 | android:launchMode="singleInstance" |
Santos Cordon | 00d7a43 | 2013-09-17 14:07:14 -0700 | [diff] [blame] | 582 | android:theme="@style/Empty" |
| 583 | android:exported="false"> |
Santos Cordon | 8357047 | 2013-09-06 15:45:10 -0700 | [diff] [blame] | 584 | </activity> |
| 585 | |
Andrew Lee | ce8ae2a | 2014-09-10 10:41:48 -0700 | [diff] [blame] | 586 | <activity android:name="com.android.phone.settings.PhoneAccountSettingsActivity" |
| 587 | android:label="@string/phone_accounts" |
| 588 | android:theme="@style/DialerSettingsLight"> |
Andrew Lee | 59a1f81 | 2014-10-24 14:37:17 -0700 | [diff] [blame] | 589 | <intent-filter> |
| 590 | <action android:name="android.telecom.action.CHANGE_PHONE_ACCOUNTS" /> |
| 591 | <category android:name="android.intent.category.DEFAULT" /> |
| 592 | </intent-filter> |
Andrew Lee | ce8ae2a | 2014-09-10 10:41:48 -0700 | [diff] [blame] | 593 | </activity> |
| 594 | |
Andrew Lee | 787a8cb | 2014-10-30 14:07:24 -0700 | [diff] [blame] | 595 | <activity android:name="com.android.phone.settings.VoicemailSettingsActivity" |
| 596 | android:label="@string/voicemail" |
| 597 | android:theme="@style/DialerSettingsLight"> |
Andrew Lee | bf07f76 | 2015-04-07 19:05:50 -0700 | [diff] [blame] | 598 | <intent-filter > |
| 599 | <!-- DO NOT RENAME. There are existing apps which use this string. --> |
| 600 | <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" /> |
Andrew Lee | 217c3b8 | 2015-05-12 15:56:36 -0700 | [diff] [blame] | 601 | <category android:name="android.intent.category.DEFAULT" /> |
Andrew Lee | bf07f76 | 2015-04-07 19:05:50 -0700 | [diff] [blame] | 602 | </intent-filter> |
Nancy Chen | 1e2c6ff | 2015-06-22 21:41:10 -0700 | [diff] [blame] | 603 | <intent-filter> |
| 604 | <action android:name="android.telephony.action.CONFIGURE_VOICEMAIL" /> |
| 605 | <category android:name="android.intent.category.DEFAULT" /> |
| 606 | </intent-filter> |
Andrew Lee | 787a8cb | 2014-10-30 14:07:24 -0700 | [diff] [blame] | 607 | </activity> |
| 608 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 609 | <!-- BroadcastReceiver for receiving Intents from Notification mechanism. --> |
Santos Cordon | 0c88ac2 | 2014-01-22 11:40:52 -0800 | [diff] [blame] | 610 | <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" android:exported="false"> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 611 | <intent-filter> |
| 612 | <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" /> |
| 613 | <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" /> |
| 614 | <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" /> |
| 615 | </intent-filter> |
| 616 | </receiver> |
| 617 | |
Santos Cordon | 00d7a43 | 2013-09-17 14:07:14 -0700 | [diff] [blame] | 618 | <!-- service to dump telephony information --> |
| 619 | <service android:name="HfaService" android:exported="false"/> |
| 620 | |
Tyler Gunn | 4d45d1c | 2014-09-12 22:17:53 -0700 | [diff] [blame] | 621 | <!-- Telecom integration --> |
Ihab Awad | 29d3167 | 2014-05-20 17:10:50 -0700 | [diff] [blame] | 622 | <service |
Amith Yamasani | 73a742e | 2014-05-22 17:18:19 -0700 | [diff] [blame] | 623 | android:singleUser="true" |
Sailesh Nepal | 3199aa7 | 2014-07-13 15:11:20 -0700 | [diff] [blame] | 624 | android:name="com.android.services.telephony.TelephonyConnectionService" |
Tyler Gunn | 15fc695 | 2014-08-17 18:41:54 -0700 | [diff] [blame] | 625 | android:label="@string/pstn_connection_service_label" |
Yorke Lee | 22b7ae3 | 2015-05-13 16:31:21 -0700 | [diff] [blame] | 626 | android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE" > |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 627 | <intent-filter> |
Tyler Gunn | 4d45d1c | 2014-09-12 22:17:53 -0700 | [diff] [blame] | 628 | <action android:name="android.telecom.ConnectionService" /> |
Sailesh Nepal | d479fad | 2014-03-05 20:07:53 -0800 | [diff] [blame] | 629 | </intent-filter> |
| 630 | </service> |
Fabrice Di Meglio | e5ee4a3 | 2014-03-14 19:04:10 -0700 | [diff] [blame] | 631 | <provider |
| 632 | android:name="PhoneSearchIndexablesProvider" |
| 633 | android:authorities="com.android.phone" |
| 634 | android:multiprocess="false" |
| 635 | android:grantUriPermissions="true" |
| 636 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 637 | android:exported="true"> |
| 638 | <intent-filter> |
| 639 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 640 | </intent-filter> |
| 641 | </provider> |
Nancy Chen | 7ab73ac | 2015-02-17 17:46:57 -0800 | [diff] [blame] | 642 | <receiver android:name="com.android.phone.vvm.omtp.sms.OmtpMessageReceiver" |
| 643 | android:exported="true"> |
| 644 | <intent-filter> |
| 645 | <action android:name="android.intent.action.DATA_SMS_RECEIVED" /> |
| 646 | <data android:scheme="sms" /> |
| 647 | </intent-filter> |
| 648 | </receiver> |
Nancy Chen | 5493011 | 2015-04-01 15:12:47 -0700 | [diff] [blame] | 649 | <receiver android:name="com.android.phone.vvm.omtp.SimChangeReceiver" |
Nancy Chen | e53a064 | 2015-03-12 11:20:12 -0700 | [diff] [blame] | 650 | android:exported="true"> |
| 651 | <intent-filter> |
Nancy Chen | 0e70002 | 2015-04-09 16:18:41 -0700 | [diff] [blame] | 652 | <action android:name="android.telephony.action.CARRIER_CONFIG_CHANGED" /> |
Nancy Chen | e53a064 | 2015-03-12 11:20:12 -0700 | [diff] [blame] | 653 | <action android:name="android.intent.action.SIM_STATE_CHANGED" /> |
| 654 | </intent-filter> |
Nancy Chen | 5493011 | 2015-04-01 15:12:47 -0700 | [diff] [blame] | 655 | </receiver> |
| 656 | <receiver |
Nancy Chen | f2f2e27 | 2015-05-11 16:38:15 -0700 | [diff] [blame] | 657 | android:name="com.android.phone.vvm.omtp.fetch.FetchVoicemailReceiver" |
Nancy Chen | 5493011 | 2015-04-01 15:12:47 -0700 | [diff] [blame] | 658 | android:exported="true"> |
| 659 | <intent-filter> |
| 660 | <action android:name="android.intent.action.FETCH_VOICEMAIL" /> |
| 661 | <data |
| 662 | android:scheme="content" |
| 663 | android:host="com.android.voicemail" |
| 664 | android:mimeType="vnd.android.cursor.item/voicemail" /> |
| 665 | </intent-filter> |
| 666 | </receiver> |
Nancy Chen | 5d6ec27 | 2015-05-22 14:19:42 -0700 | [diff] [blame] | 667 | <receiver |
| 668 | android:name="com.android.phone.vvm.omtp.sync.VoicemailProviderChangeReceiver" |
| 669 | android:exported="true"> |
| 670 | <intent-filter> |
| 671 | <action android:name="android.intent.action.PROVIDER_CHANGED" /> |
| 672 | <data |
| 673 | android:scheme="content" |
| 674 | android:host="com.android.voicemail" |
| 675 | android:mimeType="vnd.android.cursor.dir/voicemails"/> |
| 676 | </intent-filter> |
| 677 | </receiver> |
| 678 | <service |
| 679 | android:name="com.android.phone.vvm.omtp.sync.OmtpVvmSyncService" |
| 680 | android:exported="false" |
| 681 | /> |
Nancy Chen | e196c27 | 2015-06-04 14:17:57 -0700 | [diff] [blame] | 682 | <receiver android:name="com.android.phone.vvm.omtp.VvmPackageInstallReceiver"> |
| 683 | <intent-filter> |
| 684 | <action android:name="android.intent.action.PACKAGE_INSTALL" /> |
| 685 | <action android:name="android.intent.action.PACKAGE_ADDED" /> |
| 686 | <data android:scheme="package"/> |
| 687 | </intent-filter> |
| 688 | </receiver> |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 689 | </application> |
| 690 | </manifest> |