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