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