blob: ee47f181534501f6c32173efaa12ed5583527a04 [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
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700288 <activity android:name="NetworkSetting"
289 android:label="@string/networks"
290 android:configChanges="orientation|screenSize|keyboardHidden"
291 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
292 <intent-filter>
293 <action android:name="android.intent.action.MAIN" />
294 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
295 <category android:name="android.intent.category.DEFAULT" />
296 </intent-filter>
297 </activity>
298
299 <activity android:name="GsmUmtsOptions"
300 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700301 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700302 <intent-filter>
303 <action android:name="android.intent.action.MAIN" />
304 </intent-filter>
305 </activity>
306
307 <activity android:name="CdmaOptions"
308 android:label="@string/cdma_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700309 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700310 <intent-filter>
311 <action android:name="android.intent.action.MAIN" />
312 </intent-filter>
313 </activity>
314
315 <activity android:name="GsmUmtsCallOptions"
316 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700317 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700318 <intent-filter>
319 <action android:name="android.intent.action.MAIN" />
320 </intent-filter>
321 </activity>
322
323 <activity android:name="CdmaCallOptions"
324 android:label="@string/cdma_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700325 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700326 <intent-filter>
327 <action android:name="android.intent.action.MAIN" />
328 </intent-filter>
329 </activity>
330
331 <activity android:name="GsmUmtsCallForwardOptions"
332 android:label="@string/labelCF"
333 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700334 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700335 <intent-filter>
336 <action android:name="android.intent.action.MAIN" />
337 </intent-filter>
338 </activity>
339
340 <activity android:name="GsmUmtsAdditionalCallOptions"
341 android:label="@string/labelGSMMore"
342 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700343 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700344 <intent-filter>
345 <action android:name="android.intent.action.MAIN" />
346 </intent-filter>
347 </activity>
348
349 <activity android:name="CellBroadcastSms"
350 android:label="@string/cell_broadcast_sms"
351 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
352 <intent-filter>
353 <action android:name="android.intent.action.MAIN" />
354 </intent-filter>
355 </activity>
356
357 <!-- fdn setting -->
358 <activity android:name="FdnSetting"
359 android:label="@string/fdn"
Yorke Lee1c881a02013-07-31 09:04:42 -0700360 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700361 <intent-filter>
362 <action android:name="android.intent.action.MAIN" />
363 </intent-filter>
364 </activity>
365
366 <activity android:name="EnableFdnScreen"
367 android:label=""
Yorke Lee1c881a02013-07-31 09:04:42 -0700368 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700369 </activity>
370
371 <!-- SIM PIN setting -->
372 <activity android:name="EnableIccPinScreen"
373 android:label="@string/enable_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700374 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700375 <intent-filter>
376 <action android:name="android.intent.action.MAIN" />
377 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
378 </intent-filter>
379 </activity>
380
381 <activity android:name="ChangeIccPinScreen"
382 android:label="@string/change_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700383 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700384 <intent-filter>
385 <action android:name="android.intent.action.MAIN" />
386 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
387 </intent-filter>
388 </activity>
389
390 <activity android:name="GetPin2Screen"
391 android:label="@string/get_pin2"
Yorke Lee1c881a02013-07-31 09:04:42 -0700392 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700393 android:windowSoftInputMode="stateVisible">
394 </activity>
395
396 <activity android:name="EditFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700397 android:theme="@style/SettingsLight"
398 android:windowSoftInputMode="stateVisible">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700399 </activity>
400
401 <activity android:name="DeleteFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700402 android:theme="@style/SettingsLight"
403 android:label="@string/delete_fdn_contact">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700404 </activity>
405
406 <activity android:name="DataRoamingReenable" android:label="@string/android:dialog_alert_title"
407 android:theme="@android:style/Theme.Holo.Dialog">
408 <intent-filter>
409 <action android:name="android.intent.action.MAIN" />
410 </intent-filter>
411 </activity>
412
413 <!-- data roaming setting -->
414 <activity android:name="RoamingSetting"
415 android:label="@string/roaming"
416 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
417 <intent-filter>
418 <action android:name="android.intent.action.MAIN" />
419 </intent-filter>
420 </activity>
421
422 <!-- "Call settings" UI, used only on voice-capable phone devices. -->
423 <activity android:name="CallFeaturesSetting"
424 android:label="@string/call_settings"
425 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700426 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700427 <intent-filter>
428 <action android:name="android.intent.action.VIEW" />
429 <action android:name="android.intent.action.MAIN" />
430 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
431 <category android:name="android.intent.category.DEFAULT" />
432 </intent-filter>
433 </activity>
434
435 <!-- bluetooth phone service -->
436 <service android:name="BluetoothPhoneService">
437 <intent-filter>
438 <action android:name="android.bluetooth.IBluetoothHeadsetPhone" />
439 </intent-filter>
440 </service>
441
442 <!-- Broadcast Receiver that will process BOOT Complete and launch OTA -->
443 <receiver android:name="OtaStartupReceiver" android:exported="false"
444 androidprv:primaryUserOnly="true">
445 <intent-filter android:priority="100">
446 <action android:name="android.intent.action.BOOT_COMPLETED"/>
447 </intent-filter>
448 </receiver>
449
450 <!-- CDMA Emergency Callback Mode -->
451 <service android:name="EmergencyCallbackModeService">
452 </service>
453
454 <!-- service to dump telephony information -->
455 <service android:name="TelephonyDebugService" />
456
457 <activity android:name="EmergencyCallbackModeExitDialog"
458 android:excludeFromRecents="true"
459 android:label="@string/ecm_exit_dialog"
460 android:launchMode="singleTop"
461 android:theme="@android:style/Theme.Translucent.NoTitleBar">
462 <intent-filter>
463 <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" />
464 <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
465 <category android:name="android.intent.category.DEFAULT" />
466 </intent-filter>
467 </activity>
468
Sailesh Nepal1344f672014-07-10 19:20:02 -0700469 <!-- Start SIP -->
470 <service android:name="com.android.services.telephony.sip.SipCallServiceProvider"
471 android:singleUser="true" >
472 <intent-filter>
473 <action android:name="android.telecomm.CallServiceProvider" />
474 </intent-filter>
475 </service>
476 <service android:name="com.android.services.telephony.sip.SipConnectionService"
477 android:label="@string/sip_connection_service_label"
478 android:singleUser="true" >
Sailesh Nepal788959e2014-07-08 23:36:40 -0700479 <intent-filter>
480 <action android:name="android.telecomm.ConnectionService" />
481 </intent-filter>
482 </service>
483 <receiver android:name="com.android.services.telephony.sip.SipBroadcastReceiver">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700484 <intent-filter>
485 <action android:name="com.android.phone.SIP_INCOMING_CALL" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700486 <action android:name="android.net.sip.SIP_SERVICE_UP" />
487 </intent-filter>
488 </receiver>
489
490 <activity android:label="Sip Settings"
Sailesh Nepal788959e2014-07-08 23:36:40 -0700491 android:name="com.android.services.telephony.sip.SipSettings"
Yorke Lee1c881a02013-07-31 09:04:42 -0700492 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700493 android:launchMode="singleTop"
494 android:configChanges="orientation|screenSize|keyboardHidden"
Sailesh Nepal788959e2014-07-08 23:36:40 -0700495 android:uiOptions="splitActionBarWhenNarrow"
496 android:parentActivityName="com.android.phone.CallFeaturesSetting" >
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700497 <intent-filter>
498 <action android:name="android.intent.action.MAIN" />
499 <action android:name="android.net.sip.NOTIFY" />
500 </intent-filter>
501 </activity>
Sailesh Nepal788959e2014-07-08 23:36:40 -0700502 <activity android:name="com.android.services.telephony.sip.SipEditor"
Yorke Lee1c881a02013-07-31 09:04:42 -0700503 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700504 android:configChanges="orientation|screenSize|keyboardHidden"
505 android:uiOptions="splitActionBarWhenNarrow">
506 </activity>
Sailesh Nepal1344f672014-07-10 19:20:02 -0700507 <activity android:name="com.android.services.telephony.sip.SipProfileChooserDialogs"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700508 android:theme="@style/SipCallOptionHandlerTheme"
509 android:screenOrientation="nosensor"
Santos Cordon7c0ee2e2013-10-17 12:20:30 -0700510 android:configChanges="orientation|screenSize|keyboardHidden"
511 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700512 </activity>
513
Sailesh Nepal1344f672014-07-10 19:20:02 -0700514 <!-- End SIP -->
515
Yorke Lee71028d02013-08-28 12:24:01 -0700516 <activity android:name="ErrorDialogActivity"
517 android:configChanges="orientation|screenSize|keyboardHidden"
518 android:excludeFromRecents="true"
519 android:launchMode="singleInstance"
520 android:theme="@style/Empty">
521 </activity>
Yorke Lee598dac52013-11-01 11:30:55 -0700522
523 <activity android:name="MMIDialogActivity"
524 android:configChanges="orientation|screenSize|keyboardHidden"
525 android:excludeFromRecents="true"
526 android:launchMode="singleInstance"
527 android:theme="@style/Empty">
528 </activity>
529
Christine Chen0ce0e852013-08-09 18:26:31 -0700530 <activity android:name=".TextMessagePackageChooser"
531 android:label="@string/respond_via_sms_setting_title"
532 android:configChanges="orientation|screenSize|keyboardHidden"
533 android:theme="@style/Theme.Transparent">
534 </activity>
Yorke Lee71028d02013-08-28 12:24:01 -0700535
Santos Cordon83570472013-09-06 15:45:10 -0700536 <activity android:name="HfaActivity"
Santos Cordon00d7a432013-09-17 14:07:14 -0700537 android:configChanges="orientation|screenSize|keyboardHidden"
Santos Cordon83570472013-09-06 15:45:10 -0700538 android:launchMode="singleInstance"
Santos Cordon00d7a432013-09-17 14:07:14 -0700539 android:theme="@style/Empty"
540 android:exported="false">
Santos Cordon83570472013-09-06 15:45:10 -0700541 </activity>
542
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700543 <receiver android:name="CallerInfoCacheUpdateReceiver">
544 <intent-filter>
545 <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" />
546 </intent-filter>
547 </receiver>
548
549 <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
Santos Cordon0c88ac22014-01-22 11:40:52 -0800550 <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" android:exported="false">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700551 <intent-filter>
552 <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" />
553 <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" />
554 <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" />
555 </intent-filter>
556 </receiver>
557
Santos Cordon00d7a432013-09-17 14:07:14 -0700558 <!-- service to dump telephony information -->
559 <service android:name="HfaService" android:exported="false"/>
560
Sailesh Nepald479fad2014-03-05 20:07:53 -0800561 <!-- Telecomm integration -->
Amith Yamasani73a742e2014-05-22 17:18:19 -0700562 <service android:name="com.android.services.telephony.TelephonyCallServiceProvider"
563 android:singleUser="true">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800564 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800565 <action android:name="android.telecomm.CallServiceProvider" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800566 </intent-filter>
567 </service>
Ihab Awad29d31672014-05-20 17:10:50 -0700568 <service
Amith Yamasani73a742e2014-05-22 17:18:19 -0700569 android:singleUser="true"
Sailesh Nepal3199aa72014-07-13 15:11:20 -0700570 android:name="com.android.services.telephony.TelephonyConnectionService"
Ihab Awadaa734032014-06-18 10:33:05 -0700571 android:label="@string/pstn_connection_service_label">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800572 <intent-filter>
Sailesh Nepal536cff02014-07-04 19:44:01 -0700573 <action android:name="android.telecomm.ConnectionService" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800574 </intent-filter>
575 </service>
Fabrice Di Meglioe5ee4a32014-03-14 19:04:10 -0700576 <provider
577 android:name="PhoneSearchIndexablesProvider"
578 android:authorities="com.android.phone"
579 android:multiprocess="false"
580 android:grantUriPermissions="true"
581 android:permission="android.permission.READ_SEARCH_INDEXABLES"
582 android:exported="true">
583 <intent-filter>
584 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
585 </intent-filter>
586 </provider>
587
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700588 </application>
589</manifest>