blob: 195b5c78bd57b12001ec4c87577312e01ee3750b [file] [log] [blame]
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
19 package="com.android.phone"
20 coreApp="true"
21 android:sharedUserId="android.uid.phone"
22 android:sharedUserLabel="@string/phoneAppLabel"
23>
24
25 <original-package android:name="com.android.phone" />
26
27 <protected-broadcast android:name="android.intent.action.SERVICE_STATE" />
28 <protected-broadcast android:name="android.intent.action.RADIO_TECHNOLOGY" />
29 <protected-broadcast android:name="android.intent.action.EMERGENCY_CALLBACK_MODE_CHANGED" />
30 <protected-broadcast android:name="android.intent.action.SIG_STR" />
31 <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
32 <protected-broadcast android:name="android.intent.action.DATA_CONNECTION_FAILED" />
33 <protected-broadcast android:name="android.intent.action.SIM_STATE_CHANGED" />
34 <protected-broadcast android:name="android.intent.action.NETWORK_SET_TIME" />
35 <protected-broadcast android:name="android.intent.action.NETWORK_SET_TIMEZONE" />
36 <protected-broadcast android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
37 <protected-broadcast android:name="android.intent.action.ACTION_MDN_STATE_CHANGED" />
38 <protected-broadcast android:name="android.provider.Telephony.SPN_STRINGS_UPDATED" />
39 <protected-broadcast android:name="android.provider.Telephony.SIM_FULL" />
40 <protected-broadcast android:name="com.android.internal.telephony.data-restart-trysetup" />
41 <protected-broadcast android:name="com.android.internal.telephony.data-stall" />
42
Yorke Lee79840002013-09-16 14:30:56 -070043 <uses-permission android:name="android.permission.BIND_CALL_SERVICE" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070044 <uses-permission android:name="android.permission.BROADCAST_STICKY" />
45 <uses-permission android:name="android.permission.CALL_PHONE" />
46 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
47 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
48 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
49 <uses-permission android:name="android.permission.READ_CONTACTS" />
50 <uses-permission android:name="android.permission.READ_CALL_LOG" />
51 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
52 <uses-permission android:name="android.permission.WRITE_CALL_LOG" />
53 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
54 <uses-permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070055 <uses-permission android:name="android.permission.VIBRATE" />
56 <uses-permission android:name="android.permission.BLUETOOTH" />
57 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
58 <uses-permission android:name="android.permission.REORDER_TASKS" />
59 <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
60 <uses-permission android:name="android.permission.WAKE_LOCK" />
61 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
62 <uses-permission android:name="android.permission.STATUS_BAR" />
63 <uses-permission android:name="android.permission.READ_SMS" />
64 <uses-permission android:name="android.permission.WRITE_SMS" />
65 <uses-permission android:name="android.permission.SEND_SMS" />
66 <uses-permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE" />
Jake Hambyc0bc6a62014-02-24 15:48:40 -080067 <uses-permission android:name="android.permission.SET_TIME" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070068 <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 Yamasani73a742e2014-05-22 17:18:19 -070090 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070091 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
Yorke Lee422c2f52013-09-05 11:04:51 -070092 <uses-permission android:name="com.android.smspush.WAPPUSH_MANAGER_BIND" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070093 <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 Brauna1203d32013-11-12 13:40:28 -080096 <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" />
Fabrice Di Meglio5768c152014-03-20 12:25:56 -070097 <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070098
99 <!-- This tells the activity manager to not delay any of our activity
100 start requests, even if they happen immediately after the user
101 presses home. -->
102 <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
103
104 <application android:name="PhoneApp"
105 android:persistent="true"
106 android:label="@string/phoneAppLabel"
107 android:icon="@mipmap/ic_launcher_phone"
108 android:supportsRtl="true">
109 <provider android:name="IccProvider"
110 android:authorities="icc"
111 android:multiprocess="true"
112 android:exported="true"
113 android:readPermission="android.permission.READ_CONTACTS"
114 android:writePermission="android.permission.WRITE_CONTACTS" />
115
116 <!-- Dialer UI that only allows emergency calls -->
117 <activity android:name="EmergencyDialer"
118 android:label="@string/emergencyDialerIconLabel"
119 android:theme="@style/EmergencyDialerTheme"
120 android:screenOrientation="portrait">
121 <intent-filter>
122 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
123 <category android:name="android.intent.category.DEFAULT" />
124 </intent-filter>
125 <intent-filter>
126 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
127 <category android:name="android.intent.category.DEFAULT" />
128 <data android:scheme="tel" />
129 </intent-filter>
130 </activity>
131
132 <activity android:name="ADNList" />
133
134 <activity android:name="SimContacts"
135 android:label="@string/simContacts_title"
136 android:theme="@style/SimImportTheme"
137 android:screenOrientation="portrait"
138 android:icon="@mipmap/ic_launcher_contacts">
139
140 <intent-filter>
141 <action android:name="android.intent.action.VIEW" />
142 <category android:name="android.intent.category.DEFAULT" />
143 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
144 </intent-filter>
145 </activity>
146
Yorke Lee1c881a02013-07-31 09:04:42 -0700147 <activity android:name="FdnList"
148 android:label="@string/fdnListLabel"
149 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700150 <intent-filter>
151 <action android:name="android.intent.action.VIEW" />
152 <category android:name="android.intent.category.DEFAULT" />
153 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
154 </intent-filter>
155 </activity>
156
157 <activity android:name="OutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800158 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700159 android:theme="@style/OutgoingCallBroadcasterTheme"
160 android:permission="android.permission.CALL_PHONE"
161 android:screenOrientation="nosensor"
Santos Cordone1c151b2013-08-27 18:55:25 -0700162 android:configChanges="orientation|screenSize|keyboardHidden"
163 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700164 <!-- CALL action intent filters, for the various ways
165 of initiating an outgoing call. -->
166 <intent-filter>
167 <action android:name="android.intent.action.CALL" />
168 <category android:name="android.intent.category.DEFAULT" />
169 <data android:scheme="tel" />
170 </intent-filter>
171 <intent-filter android:icon="@drawable/ic_launcher_sip_call">
172 <action android:name="android.intent.action.CALL" />
173 <category android:name="android.intent.category.DEFAULT" />
174 <data android:scheme="sip" />
175 </intent-filter>
176 <intent-filter>
177 <action android:name="android.intent.action.CALL" />
178 <category android:name="android.intent.category.DEFAULT" />
179 <data android:scheme="voicemail" />
180 </intent-filter>
181 <intent-filter>
182 <action android:name="android.intent.action.CALL" />
183 <category android:name="android.intent.category.DEFAULT" />
184 <data android:mimeType="vnd.android.cursor.item/phone" />
185 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
186 <data android:mimeType="vnd.android.cursor.item/person" />
187 </intent-filter>
188 </activity>
189
190 <activity-alias android:name="EmergencyOutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800191 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700192 android:targetActivity="OutgoingCallBroadcaster"
193 android:permission="android.permission.CALL_PRIVILEGED">
194 <intent-filter android:priority="1000">
195 <action android:name="android.intent.action.CALL_EMERGENCY" />
196 <category android:name="android.intent.category.DEFAULT" />
197 <data android:scheme="tel" />
198 </intent-filter>
199 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
200 android:priority="1000">
201 <action android:name="android.intent.action.CALL_EMERGENCY" />
202 <category android:name="android.intent.category.DEFAULT" />
203 <data android:scheme="sip" />
204 </intent-filter>
205 <intent-filter android:priority="1000">
206 <action android:name="android.intent.action.CALL_EMERGENCY" />
207 <category android:name="android.intent.category.DEFAULT" />
208 <data android:scheme="voicemail" />
209 </intent-filter>
210 <intent-filter android:priority="1000">
211 <action android:name="android.intent.action.CALL_EMERGENCY" />
212 <category android:name="android.intent.category.DEFAULT" />
213 <data android:mimeType="vnd.android.cursor.item/phone" />
214 <data android:mimeType="vnd.android.cursor.item/person" />
215 </intent-filter>
216 </activity-alias>
217
218 <activity-alias android:name="PrivilegedOutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800219 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700220 android:targetActivity="OutgoingCallBroadcaster"
221 android:screenOrientation="nosensor"
222 android:permission="android.permission.CALL_PRIVILEGED">
223 <intent-filter android:priority="1000">
224 <action android:name="android.intent.action.CALL_PRIVILEGED" />
225 <category android:name="android.intent.category.DEFAULT" />
226 <data android:scheme="tel" />
227 </intent-filter>
228 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
229 android:priority="1000">
230 <action android:name="android.intent.action.CALL_PRIVILEGED" />
231 <category android:name="android.intent.category.DEFAULT" />
232 <data android:scheme="sip" />
233 </intent-filter>
234 <intent-filter android:priority="1000">
235 <action android:name="android.intent.action.CALL_PRIVILEGED" />
236 <category android:name="android.intent.category.DEFAULT" />
237 <data android:scheme="voicemail" />
238 </intent-filter>
239 <intent-filter android:priority="1000">
240 <action android:name="android.intent.action.CALL_PRIVILEGED" />
241 <category android:name="android.intent.category.DEFAULT" />
242 <data android:mimeType="vnd.android.cursor.item/phone" />
243 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
244 <data android:mimeType="vnd.android.cursor.item/person" />
245 </intent-filter>
246 </activity-alias>
247
248 <receiver android:name="ProcessOutgoingCallTest" android:exported="false"
249 android:enabled="false">
250 <intent-filter android:priority="1">
251 <action android:name="android.intent.action.NEW_OUTGOING_CALL" />
252 <category android:name="android.intent.category.DEFAULT" />
253 </intent-filter>
254 </receiver>
255
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700256 <!-- Trampoline activity that handles the PERFORM_CDMA_PROVISIONING intent. -->
257 <activity android:name="InCallScreenShowActivation"
258 android:permission="android.permission.PERFORM_CDMA_PROVISIONING"
259 android:label="@string/phoneIconLabel"
260 android:theme="@android:style/Theme.NoDisplay"
261 android:excludeFromRecents="true">
262 <intent-filter>
263 <action android:name="com.android.phone.PERFORM_CDMA_PROVISIONING" />
264 <category android:name="android.intent.category.DEFAULT" />
265 </intent-filter>
266 </activity>
267
268 <!-- "Mobile network settings" screen, used on both
269 non-voice-capable tablets and regular phone devices. -->
270 <activity android:name="MobileNetworkSettings"
271 android:label="@string/settings_label"
272 android:theme="@style/Theme.Settings">
273 <intent-filter>
274 <action android:name="android.intent.action.VIEW" />
275 <action android:name="android.intent.action.MAIN" />
276 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
277 <category android:name="android.intent.category.DEFAULT" />
278 </intent-filter>
279 </activity>
280
281 <activity-alias android:name="Settings"
282 android:targetActivity="MobileNetworkSettings" />
283
284 <!-- networks setting -->
285 <!-- service to handle network query requests sent to RIL -->
286 <service android:name="NetworkQueryService" />
287
288 <!-- clearing of missed call notifications -->
289 <service android:name="ClearMissedCallsService" />
290
291 <activity android:name="NetworkSetting"
292 android:label="@string/networks"
293 android:configChanges="orientation|screenSize|keyboardHidden"
294 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
295 <intent-filter>
296 <action android:name="android.intent.action.MAIN" />
297 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
298 <category android:name="android.intent.category.DEFAULT" />
299 </intent-filter>
300 </activity>
301
302 <activity android:name="GsmUmtsOptions"
303 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700304 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700305 <intent-filter>
306 <action android:name="android.intent.action.MAIN" />
307 </intent-filter>
308 </activity>
309
310 <activity android:name="CdmaOptions"
311 android:label="@string/cdma_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700312 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700313 <intent-filter>
314 <action android:name="android.intent.action.MAIN" />
315 </intent-filter>
316 </activity>
317
318 <activity android:name="GsmUmtsCallOptions"
319 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700320 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700321 <intent-filter>
322 <action android:name="android.intent.action.MAIN" />
323 </intent-filter>
324 </activity>
325
326 <activity android:name="CdmaCallOptions"
327 android:label="@string/cdma_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700328 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700329 <intent-filter>
330 <action android:name="android.intent.action.MAIN" />
331 </intent-filter>
332 </activity>
333
334 <activity android:name="GsmUmtsCallForwardOptions"
335 android:label="@string/labelCF"
336 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700337 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700338 <intent-filter>
339 <action android:name="android.intent.action.MAIN" />
340 </intent-filter>
341 </activity>
342
343 <activity android:name="GsmUmtsAdditionalCallOptions"
344 android:label="@string/labelGSMMore"
345 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700346 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700347 <intent-filter>
348 <action android:name="android.intent.action.MAIN" />
349 </intent-filter>
350 </activity>
351
352 <activity android:name="CellBroadcastSms"
353 android:label="@string/cell_broadcast_sms"
354 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
355 <intent-filter>
356 <action android:name="android.intent.action.MAIN" />
357 </intent-filter>
358 </activity>
359
360 <!-- fdn setting -->
361 <activity android:name="FdnSetting"
362 android:label="@string/fdn"
Yorke Lee1c881a02013-07-31 09:04:42 -0700363 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700364 <intent-filter>
365 <action android:name="android.intent.action.MAIN" />
366 </intent-filter>
367 </activity>
368
369 <activity android:name="EnableFdnScreen"
370 android:label=""
Yorke Lee1c881a02013-07-31 09:04:42 -0700371 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700372 </activity>
373
374 <!-- SIM PIN setting -->
375 <activity android:name="EnableIccPinScreen"
376 android:label="@string/enable_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700377 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700378 <intent-filter>
379 <action android:name="android.intent.action.MAIN" />
380 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
381 </intent-filter>
382 </activity>
383
384 <activity android:name="ChangeIccPinScreen"
385 android:label="@string/change_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700386 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700387 <intent-filter>
388 <action android:name="android.intent.action.MAIN" />
389 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
390 </intent-filter>
391 </activity>
392
393 <activity android:name="GetPin2Screen"
394 android:label="@string/get_pin2"
Yorke Lee1c881a02013-07-31 09:04:42 -0700395 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700396 android:windowSoftInputMode="stateVisible">
397 </activity>
398
399 <activity android:name="EditFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700400 android:theme="@style/SettingsLight"
401 android:windowSoftInputMode="stateVisible">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700402 </activity>
403
404 <activity android:name="DeleteFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700405 android:theme="@style/SettingsLight"
406 android:label="@string/delete_fdn_contact">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700407 </activity>
408
409 <activity android:name="DataRoamingReenable" android:label="@string/android:dialog_alert_title"
410 android:theme="@android:style/Theme.Holo.Dialog">
411 <intent-filter>
412 <action android:name="android.intent.action.MAIN" />
413 </intent-filter>
414 </activity>
415
416 <!-- data roaming setting -->
417 <activity android:name="RoamingSetting"
418 android:label="@string/roaming"
419 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
420 <intent-filter>
421 <action android:name="android.intent.action.MAIN" />
422 </intent-filter>
423 </activity>
424
425 <!-- "Call settings" UI, used only on voice-capable phone devices. -->
426 <activity android:name="CallFeaturesSetting"
427 android:label="@string/call_settings"
428 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700429 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700430 <intent-filter>
431 <action android:name="android.intent.action.VIEW" />
432 <action android:name="android.intent.action.MAIN" />
433 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
434 <category android:name="android.intent.category.DEFAULT" />
435 </intent-filter>
436 </activity>
437
438 <!-- bluetooth phone service -->
439 <service android:name="BluetoothPhoneService">
440 <intent-filter>
441 <action android:name="android.bluetooth.IBluetoothHeadsetPhone" />
442 </intent-filter>
443 </service>
444
445 <!-- Broadcast Receiver that will process BOOT Complete and launch OTA -->
446 <receiver android:name="OtaStartupReceiver" android:exported="false"
447 androidprv:primaryUserOnly="true">
448 <intent-filter android:priority="100">
449 <action android:name="android.intent.action.BOOT_COMPLETED"/>
450 </intent-filter>
451 </receiver>
452
453 <!-- CDMA Emergency Callback Mode -->
454 <service android:name="EmergencyCallbackModeService">
455 </service>
456
457 <!-- service to dump telephony information -->
458 <service android:name="TelephonyDebugService" />
459
460 <activity android:name="EmergencyCallbackModeExitDialog"
461 android:excludeFromRecents="true"
462 android:label="@string/ecm_exit_dialog"
463 android:launchMode="singleTop"
464 android:theme="@android:style/Theme.Translucent.NoTitleBar">
465 <intent-filter>
466 <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" />
467 <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
468 <category android:name="android.intent.category.DEFAULT" />
469 </intent-filter>
470 </activity>
471
472 <receiver android:name="SipBroadcastReceiver">
473 <intent-filter>
474 <action android:name="com.android.phone.SIP_INCOMING_CALL" />
475 <action android:name="com.android.phone.SIP_ADD_PHONE" />
476 <action android:name="com.android.phone.SIP_REMOVE_PHONE" />
477 <action android:name="android.net.sip.SIP_SERVICE_UP" />
478 </intent-filter>
479 </receiver>
480
481 <activity android:label="Sip Settings"
482 android:name=".sip.SipSettings"
Yorke Lee1c881a02013-07-31 09:04:42 -0700483 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700484 android:launchMode="singleTop"
485 android:configChanges="orientation|screenSize|keyboardHidden"
486 android:uiOptions="splitActionBarWhenNarrow">
487 <intent-filter>
488 <action android:name="android.intent.action.MAIN" />
489 <action android:name="android.net.sip.NOTIFY" />
490 </intent-filter>
491 </activity>
492 <activity android:name=".sip.SipEditor"
Yorke Lee1c881a02013-07-31 09:04:42 -0700493 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700494 android:configChanges="orientation|screenSize|keyboardHidden"
495 android:uiOptions="splitActionBarWhenNarrow">
496 </activity>
497 <activity android:name=".SipCallOptionHandler"
498 android:theme="@style/SipCallOptionHandlerTheme"
499 android:screenOrientation="nosensor"
Santos Cordon7c0ee2e2013-10-17 12:20:30 -0700500 android:configChanges="orientation|screenSize|keyboardHidden"
501 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700502 </activity>
503
504 <activity android:name="RespondViaSmsManager$Settings"
505 android:label="@string/respond_via_sms_setting_title"
506 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700507 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700508 <intent-filter>
509 <action android:name="android.intent.action.MAIN" />
510 </intent-filter>
511 </activity>
512
Yorke Lee71028d02013-08-28 12:24:01 -0700513 <activity android:name="ErrorDialogActivity"
514 android:configChanges="orientation|screenSize|keyboardHidden"
515 android:excludeFromRecents="true"
516 android:launchMode="singleInstance"
517 android:theme="@style/Empty">
518 </activity>
Yorke Lee598dac52013-11-01 11:30:55 -0700519
520 <activity android:name="MMIDialogActivity"
521 android:configChanges="orientation|screenSize|keyboardHidden"
522 android:excludeFromRecents="true"
523 android:launchMode="singleInstance"
524 android:theme="@style/Empty">
525 </activity>
526
Christine Chen0ce0e852013-08-09 18:26:31 -0700527 <activity android:name=".TextMessagePackageChooser"
528 android:label="@string/respond_via_sms_setting_title"
529 android:configChanges="orientation|screenSize|keyboardHidden"
530 android:theme="@style/Theme.Transparent">
531 </activity>
Yorke Lee71028d02013-08-28 12:24:01 -0700532
Santos Cordon83570472013-09-06 15:45:10 -0700533 <activity android:name="HfaActivity"
Santos Cordon00d7a432013-09-17 14:07:14 -0700534 android:configChanges="orientation|screenSize|keyboardHidden"
Santos Cordon83570472013-09-06 15:45:10 -0700535 android:launchMode="singleInstance"
Santos Cordon00d7a432013-09-17 14:07:14 -0700536 android:theme="@style/Empty"
537 android:exported="false">
Santos Cordon83570472013-09-06 15:45:10 -0700538 </activity>
539
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700540 <receiver android:name="CallerInfoCacheUpdateReceiver">
541 <intent-filter>
542 <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" />
543 </intent-filter>
544 </receiver>
545
546 <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
Santos Cordon0c88ac22014-01-22 11:40:52 -0800547 <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" android:exported="false">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700548 <intent-filter>
549 <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" />
550 <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" />
551 <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" />
552 </intent-filter>
553 </receiver>
554
Santos Cordon00d7a432013-09-17 14:07:14 -0700555 <!-- service to dump telephony information -->
556 <service android:name="HfaService" android:exported="false"/>
557
Sailesh Nepald479fad2014-03-05 20:07:53 -0800558 <!-- Telecomm integration -->
Amith Yamasani73a742e2014-05-22 17:18:19 -0700559 <service android:name="com.android.services.telephony.TelephonyCallServiceProvider"
560 android:singleUser="true">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800561 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800562 <action android:name="android.telecomm.CallServiceProvider" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800563 </intent-filter>
564 </service>
Amith Yamasani73a742e2014-05-22 17:18:19 -0700565 <service android:name="com.android.services.telephony.TelephonyCallServiceSelector"
566 android:singleUser="true">
Sailesh Nepal1e98b422014-03-18 15:46:29 -0700567 <intent-filter>
568 <action android:name="android.telecomm.CallServiceSelector" />
569 </intent-filter>
570 </service>
Ihab Awad29d31672014-05-20 17:10:50 -0700571 <service
Amith Yamasani73a742e2014-05-22 17:18:19 -0700572 android:singleUser="true"
Ihab Awad29d31672014-05-20 17:10:50 -0700573 android:name="com.android.services.telephony.GsmConnectionService"
574 android:label="@string/gsm_connection_service_label">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800575 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800576 <action android:name="android.telecomm.CallService" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800577 </intent-filter>
578 </service>
Ihab Awad29d31672014-05-20 17:10:50 -0700579 <service
Amith Yamasani73a742e2014-05-22 17:18:19 -0700580 android:singleUser="true"
Ihab Awad29d31672014-05-20 17:10:50 -0700581 android:name="com.android.services.telephony.CdmaConnectionService"
582 android:label="@string/cdma_connection_service_label">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800583 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800584 <action android:name="android.telecomm.CallService" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800585 </intent-filter>
586 </service>
Ihab Awad29d31672014-05-20 17:10:50 -0700587 <service
Amith Yamasani73a742e2014-05-22 17:18:19 -0700588 android:singleUser="true"
Ihab Awad29d31672014-05-20 17:10:50 -0700589 android:name="com.android.services.telephony.SipConnectionService"
590 android:label="@string/sip_connection_service_label">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800591 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800592 <action android:name="android.telecomm.CallService" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800593 </intent-filter>
594 </service>
Fabrice Di Meglioe5ee4a32014-03-14 19:04:10 -0700595 <provider
596 android:name="PhoneSearchIndexablesProvider"
597 android:authorities="com.android.phone"
598 android:multiprocess="false"
599 android:grantUriPermissions="true"
600 android:permission="android.permission.READ_SEARCH_INDEXABLES"
601 android:exported="true">
602 <intent-filter>
603 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
604 </intent-filter>
605 </provider>
606
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700607 </application>
608</manifest>