blob: ec08371acc5305686d1615fb9ecbe5b9d6fdf6a0 [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"
Jay Shrauner38028882014-07-30 09:34:54 -0700108 android:allowBackup="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700109 android:supportsRtl="true">
110 <provider android:name="IccProvider"
111 android:authorities="icc"
112 android:multiprocess="true"
113 android:exported="true"
114 android:readPermission="android.permission.READ_CONTACTS"
115 android:writePermission="android.permission.WRITE_CONTACTS" />
116
117 <!-- Dialer UI that only allows emergency calls -->
118 <activity android:name="EmergencyDialer"
119 android:label="@string/emergencyDialerIconLabel"
120 android:theme="@style/EmergencyDialerTheme"
121 android:screenOrientation="portrait">
122 <intent-filter>
123 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
124 <category android:name="android.intent.category.DEFAULT" />
125 </intent-filter>
126 <intent-filter>
127 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
128 <category android:name="android.intent.category.DEFAULT" />
129 <data android:scheme="tel" />
130 </intent-filter>
131 </activity>
132
133 <activity android:name="ADNList" />
134
135 <activity android:name="SimContacts"
136 android:label="@string/simContacts_title"
137 android:theme="@style/SimImportTheme"
138 android:screenOrientation="portrait"
139 android:icon="@mipmap/ic_launcher_contacts">
140
141 <intent-filter>
142 <action android:name="android.intent.action.VIEW" />
143 <category android:name="android.intent.category.DEFAULT" />
144 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
145 </intent-filter>
146 </activity>
147
Yorke Lee1c881a02013-07-31 09:04:42 -0700148 <activity android:name="FdnList"
149 android:label="@string/fdnListLabel"
150 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700151 <intent-filter>
152 <action android:name="android.intent.action.VIEW" />
153 <category android:name="android.intent.category.DEFAULT" />
154 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
155 </intent-filter>
156 </activity>
157
158 <activity android:name="OutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800159 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700160 android:theme="@style/OutgoingCallBroadcasterTheme"
161 android:permission="android.permission.CALL_PHONE"
162 android:screenOrientation="nosensor"
Santos Cordone1c151b2013-08-27 18:55:25 -0700163 android:configChanges="orientation|screenSize|keyboardHidden"
164 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700165 <!-- CALL action intent filters, for the various ways
166 of initiating an outgoing call. -->
167 <intent-filter>
168 <action android:name="android.intent.action.CALL" />
169 <category android:name="android.intent.category.DEFAULT" />
170 <data android:scheme="tel" />
171 </intent-filter>
172 <intent-filter android:icon="@drawable/ic_launcher_sip_call">
173 <action android:name="android.intent.action.CALL" />
174 <category android:name="android.intent.category.DEFAULT" />
175 <data android:scheme="sip" />
176 </intent-filter>
177 <intent-filter>
178 <action android:name="android.intent.action.CALL" />
179 <category android:name="android.intent.category.DEFAULT" />
180 <data android:scheme="voicemail" />
181 </intent-filter>
182 <intent-filter>
183 <action android:name="android.intent.action.CALL" />
184 <category android:name="android.intent.category.DEFAULT" />
185 <data android:mimeType="vnd.android.cursor.item/phone" />
186 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
187 <data android:mimeType="vnd.android.cursor.item/person" />
188 </intent-filter>
189 </activity>
190
191 <activity-alias android:name="EmergencyOutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800192 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700193 android:targetActivity="OutgoingCallBroadcaster"
194 android:permission="android.permission.CALL_PRIVILEGED">
195 <intent-filter android:priority="1000">
196 <action android:name="android.intent.action.CALL_EMERGENCY" />
197 <category android:name="android.intent.category.DEFAULT" />
198 <data android:scheme="tel" />
199 </intent-filter>
200 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
201 android:priority="1000">
202 <action android:name="android.intent.action.CALL_EMERGENCY" />
203 <category android:name="android.intent.category.DEFAULT" />
204 <data android:scheme="sip" />
205 </intent-filter>
206 <intent-filter android:priority="1000">
207 <action android:name="android.intent.action.CALL_EMERGENCY" />
208 <category android:name="android.intent.category.DEFAULT" />
209 <data android:scheme="voicemail" />
210 </intent-filter>
211 <intent-filter android:priority="1000">
212 <action android:name="android.intent.action.CALL_EMERGENCY" />
213 <category android:name="android.intent.category.DEFAULT" />
214 <data android:mimeType="vnd.android.cursor.item/phone" />
215 <data android:mimeType="vnd.android.cursor.item/person" />
216 </intent-filter>
217 </activity-alias>
218
219 <activity-alias android:name="PrivilegedOutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800220 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700221 android:targetActivity="OutgoingCallBroadcaster"
222 android:screenOrientation="nosensor"
223 android:permission="android.permission.CALL_PRIVILEGED">
224 <intent-filter android:priority="1000">
225 <action android:name="android.intent.action.CALL_PRIVILEGED" />
226 <category android:name="android.intent.category.DEFAULT" />
227 <data android:scheme="tel" />
228 </intent-filter>
229 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
230 android:priority="1000">
231 <action android:name="android.intent.action.CALL_PRIVILEGED" />
232 <category android:name="android.intent.category.DEFAULT" />
233 <data android:scheme="sip" />
234 </intent-filter>
235 <intent-filter android:priority="1000">
236 <action android:name="android.intent.action.CALL_PRIVILEGED" />
237 <category android:name="android.intent.category.DEFAULT" />
238 <data android:scheme="voicemail" />
239 </intent-filter>
240 <intent-filter android:priority="1000">
241 <action android:name="android.intent.action.CALL_PRIVILEGED" />
242 <category android:name="android.intent.category.DEFAULT" />
243 <data android:mimeType="vnd.android.cursor.item/phone" />
244 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
245 <data android:mimeType="vnd.android.cursor.item/person" />
246 </intent-filter>
247 </activity-alias>
248
249 <receiver android:name="ProcessOutgoingCallTest" android:exported="false"
250 android:enabled="false">
251 <intent-filter android:priority="1">
252 <action android:name="android.intent.action.NEW_OUTGOING_CALL" />
253 <category android:name="android.intent.category.DEFAULT" />
254 </intent-filter>
255 </receiver>
256
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700257 <!-- Trampoline activity that handles the PERFORM_CDMA_PROVISIONING intent. -->
258 <activity android:name="InCallScreenShowActivation"
259 android:permission="android.permission.PERFORM_CDMA_PROVISIONING"
260 android:label="@string/phoneIconLabel"
261 android:theme="@android:style/Theme.NoDisplay"
262 android:excludeFromRecents="true">
263 <intent-filter>
264 <action android:name="com.android.phone.PERFORM_CDMA_PROVISIONING" />
265 <category android:name="android.intent.category.DEFAULT" />
266 </intent-filter>
267 </activity>
268
269 <!-- "Mobile network settings" screen, used on both
270 non-voice-capable tablets and regular phone devices. -->
271 <activity android:name="MobileNetworkSettings"
272 android:label="@string/settings_label"
273 android:theme="@style/Theme.Settings">
274 <intent-filter>
275 <action android:name="android.intent.action.VIEW" />
276 <action android:name="android.intent.action.MAIN" />
277 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
278 <category android:name="android.intent.category.DEFAULT" />
279 </intent-filter>
280 </activity>
281
282 <activity-alias android:name="Settings"
283 android:targetActivity="MobileNetworkSettings" />
284
285 <!-- networks setting -->
286 <!-- service to handle network query requests sent to RIL -->
287 <service android:name="NetworkQueryService" />
288
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700289 <activity android:name="NetworkSetting"
290 android:label="@string/networks"
291 android:configChanges="orientation|screenSize|keyboardHidden"
292 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
293 <intent-filter>
294 <action android:name="android.intent.action.MAIN" />
295 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
296 <category android:name="android.intent.category.DEFAULT" />
297 </intent-filter>
298 </activity>
299
300 <activity android:name="GsmUmtsOptions"
301 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700302 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700303 <intent-filter>
304 <action android:name="android.intent.action.MAIN" />
305 </intent-filter>
306 </activity>
307
308 <activity android:name="CdmaOptions"
309 android:label="@string/cdma_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700310 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700311 <intent-filter>
312 <action android:name="android.intent.action.MAIN" />
313 </intent-filter>
314 </activity>
315
316 <activity android:name="GsmUmtsCallOptions"
317 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700318 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700319 <intent-filter>
320 <action android:name="android.intent.action.MAIN" />
321 </intent-filter>
322 </activity>
323
324 <activity android:name="CdmaCallOptions"
325 android:label="@string/cdma_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700326 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700327 <intent-filter>
328 <action android:name="android.intent.action.MAIN" />
329 </intent-filter>
330 </activity>
331
332 <activity android:name="GsmUmtsCallForwardOptions"
333 android:label="@string/labelCF"
334 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700335 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700336 <intent-filter>
337 <action android:name="android.intent.action.MAIN" />
338 </intent-filter>
339 </activity>
340
341 <activity android:name="GsmUmtsAdditionalCallOptions"
342 android:label="@string/labelGSMMore"
343 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700344 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700345 <intent-filter>
346 <action android:name="android.intent.action.MAIN" />
347 </intent-filter>
348 </activity>
349
350 <activity android:name="CellBroadcastSms"
351 android:label="@string/cell_broadcast_sms"
352 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
353 <intent-filter>
354 <action android:name="android.intent.action.MAIN" />
355 </intent-filter>
356 </activity>
357
358 <!-- fdn setting -->
359 <activity android:name="FdnSetting"
360 android:label="@string/fdn"
Yorke Lee1c881a02013-07-31 09:04:42 -0700361 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700362 <intent-filter>
363 <action android:name="android.intent.action.MAIN" />
364 </intent-filter>
365 </activity>
366
367 <activity android:name="EnableFdnScreen"
368 android:label=""
Yorke Lee1c881a02013-07-31 09:04:42 -0700369 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700370 </activity>
371
372 <!-- SIM PIN setting -->
373 <activity android:name="EnableIccPinScreen"
374 android:label="@string/enable_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700375 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700376 <intent-filter>
377 <action android:name="android.intent.action.MAIN" />
378 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
379 </intent-filter>
380 </activity>
381
382 <activity android:name="ChangeIccPinScreen"
383 android:label="@string/change_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700384 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700385 <intent-filter>
386 <action android:name="android.intent.action.MAIN" />
387 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
388 </intent-filter>
389 </activity>
390
391 <activity android:name="GetPin2Screen"
392 android:label="@string/get_pin2"
Yorke Lee1c881a02013-07-31 09:04:42 -0700393 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700394 android:windowSoftInputMode="stateVisible">
395 </activity>
396
397 <activity android:name="EditFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700398 android:theme="@style/SettingsLight"
399 android:windowSoftInputMode="stateVisible">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700400 </activity>
401
402 <activity android:name="DeleteFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700403 android:theme="@style/SettingsLight"
404 android:label="@string/delete_fdn_contact">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700405 </activity>
406
407 <activity android:name="DataRoamingReenable" android:label="@string/android:dialog_alert_title"
408 android:theme="@android:style/Theme.Holo.Dialog">
409 <intent-filter>
410 <action android:name="android.intent.action.MAIN" />
411 </intent-filter>
412 </activity>
413
414 <!-- data roaming setting -->
415 <activity android:name="RoamingSetting"
416 android:label="@string/roaming"
417 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
418 <intent-filter>
419 <action android:name="android.intent.action.MAIN" />
420 </intent-filter>
421 </activity>
422
423 <!-- "Call settings" UI, used only on voice-capable phone devices. -->
424 <activity android:name="CallFeaturesSetting"
425 android:label="@string/call_settings"
426 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700427 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700428 <intent-filter>
429 <action android:name="android.intent.action.VIEW" />
430 <action android:name="android.intent.action.MAIN" />
Yorke Lee4add80b2014-07-18 12:44:05 -0700431 <action android:name="android.telecomm.intent.action.SHOW_CALL_SETTINGS" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700432 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
433 <category android:name="android.intent.category.DEFAULT" />
434 </intent-filter>
435 </activity>
436
437 <!-- bluetooth phone service -->
438 <service android:name="BluetoothPhoneService">
439 <intent-filter>
440 <action android:name="android.bluetooth.IBluetoothHeadsetPhone" />
441 </intent-filter>
442 </service>
443
444 <!-- Broadcast Receiver that will process BOOT Complete and launch OTA -->
445 <receiver android:name="OtaStartupReceiver" android:exported="false"
446 androidprv:primaryUserOnly="true">
447 <intent-filter android:priority="100">
448 <action android:name="android.intent.action.BOOT_COMPLETED"/>
449 </intent-filter>
450 </receiver>
451
452 <!-- CDMA Emergency Callback Mode -->
453 <service android:name="EmergencyCallbackModeService">
454 </service>
455
456 <!-- service to dump telephony information -->
457 <service android:name="TelephonyDebugService" />
458
459 <activity android:name="EmergencyCallbackModeExitDialog"
460 android:excludeFromRecents="true"
461 android:label="@string/ecm_exit_dialog"
462 android:launchMode="singleTop"
463 android:theme="@android:style/Theme.Translucent.NoTitleBar">
464 <intent-filter>
465 <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" />
466 <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
467 <category android:name="android.intent.category.DEFAULT" />
468 </intent-filter>
469 </activity>
470
Sailesh Nepal1344f672014-07-10 19:20:02 -0700471 <!-- Start SIP -->
472 <service android:name="com.android.services.telephony.sip.SipCallServiceProvider"
473 android:singleUser="true" >
474 <intent-filter>
475 <action android:name="android.telecomm.CallServiceProvider" />
476 </intent-filter>
477 </service>
478 <service android:name="com.android.services.telephony.sip.SipConnectionService"
479 android:label="@string/sip_connection_service_label"
480 android:singleUser="true" >
Sailesh Nepal788959e2014-07-08 23:36:40 -0700481 <intent-filter>
482 <action android:name="android.telecomm.ConnectionService" />
483 </intent-filter>
484 </service>
485 <receiver android:name="com.android.services.telephony.sip.SipBroadcastReceiver">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700486 <intent-filter>
487 <action android:name="com.android.phone.SIP_INCOMING_CALL" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700488 <action android:name="android.net.sip.SIP_SERVICE_UP" />
489 </intent-filter>
490 </receiver>
491
492 <activity android:label="Sip Settings"
Sailesh Nepal788959e2014-07-08 23:36:40 -0700493 android:name="com.android.services.telephony.sip.SipSettings"
Yorke Lee1c881a02013-07-31 09:04:42 -0700494 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700495 android:launchMode="singleTop"
496 android:configChanges="orientation|screenSize|keyboardHidden"
Sailesh Nepal788959e2014-07-08 23:36:40 -0700497 android:uiOptions="splitActionBarWhenNarrow"
498 android:parentActivityName="com.android.phone.CallFeaturesSetting" >
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700499 <intent-filter>
500 <action android:name="android.intent.action.MAIN" />
501 <action android:name="android.net.sip.NOTIFY" />
502 </intent-filter>
503 </activity>
Sailesh Nepal788959e2014-07-08 23:36:40 -0700504 <activity android:name="com.android.services.telephony.sip.SipEditor"
Yorke Lee1c881a02013-07-31 09:04:42 -0700505 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700506 android:configChanges="orientation|screenSize|keyboardHidden"
507 android:uiOptions="splitActionBarWhenNarrow">
508 </activity>
Sailesh Nepal1344f672014-07-10 19:20:02 -0700509 <activity android:name="com.android.services.telephony.sip.SipProfileChooserDialogs"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700510 android:theme="@style/SipCallOptionHandlerTheme"
511 android:screenOrientation="nosensor"
Santos Cordon7c0ee2e2013-10-17 12:20:30 -0700512 android:configChanges="orientation|screenSize|keyboardHidden"
513 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700514 </activity>
515
Sailesh Nepal1344f672014-07-10 19:20:02 -0700516 <!-- End SIP -->
517
Yorke Lee71028d02013-08-28 12:24:01 -0700518 <activity android:name="ErrorDialogActivity"
519 android:configChanges="orientation|screenSize|keyboardHidden"
520 android:excludeFromRecents="true"
521 android:launchMode="singleInstance"
522 android:theme="@style/Empty">
523 </activity>
Yorke Lee598dac52013-11-01 11:30:55 -0700524
525 <activity android:name="MMIDialogActivity"
526 android:configChanges="orientation|screenSize|keyboardHidden"
527 android:excludeFromRecents="true"
528 android:launchMode="singleInstance"
529 android:theme="@style/Empty">
530 </activity>
531
Christine Chen0ce0e852013-08-09 18:26:31 -0700532 <activity android:name=".TextMessagePackageChooser"
533 android:label="@string/respond_via_sms_setting_title"
534 android:configChanges="orientation|screenSize|keyboardHidden"
535 android:theme="@style/Theme.Transparent">
536 </activity>
Yorke Lee71028d02013-08-28 12:24:01 -0700537
Santos Cordon83570472013-09-06 15:45:10 -0700538 <activity android:name="HfaActivity"
Santos Cordon00d7a432013-09-17 14:07:14 -0700539 android:configChanges="orientation|screenSize|keyboardHidden"
Santos Cordon83570472013-09-06 15:45:10 -0700540 android:launchMode="singleInstance"
Santos Cordon00d7a432013-09-17 14:07:14 -0700541 android:theme="@style/Empty"
542 android:exported="false">
Santos Cordon83570472013-09-06 15:45:10 -0700543 </activity>
544
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700545 <receiver android:name="CallerInfoCacheUpdateReceiver">
546 <intent-filter>
547 <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" />
548 </intent-filter>
549 </receiver>
550
551 <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
Santos Cordon0c88ac22014-01-22 11:40:52 -0800552 <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" android:exported="false">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700553 <intent-filter>
554 <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" />
555 <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" />
556 <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" />
557 </intent-filter>
558 </receiver>
559
Santos Cordon00d7a432013-09-17 14:07:14 -0700560 <!-- service to dump telephony information -->
561 <service android:name="HfaService" android:exported="false"/>
562
Sailesh Nepald479fad2014-03-05 20:07:53 -0800563 <!-- Telecomm integration -->
Amith Yamasani73a742e2014-05-22 17:18:19 -0700564 <service android:name="com.android.services.telephony.TelephonyCallServiceProvider"
565 android:singleUser="true">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800566 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800567 <action android:name="android.telecomm.CallServiceProvider" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800568 </intent-filter>
569 </service>
Ihab Awad29d31672014-05-20 17:10:50 -0700570 <service
Amith Yamasani73a742e2014-05-22 17:18:19 -0700571 android:singleUser="true"
Sailesh Nepal3199aa72014-07-13 15:11:20 -0700572 android:name="com.android.services.telephony.TelephonyConnectionService"
Ihab Awadaa734032014-06-18 10:33:05 -0700573 android:label="@string/pstn_connection_service_label">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800574 <intent-filter>
Sailesh Nepal536cff02014-07-04 19:44:01 -0700575 <action android:name="android.telecomm.ConnectionService" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800576 </intent-filter>
577 </service>
Fabrice Di Meglioe5ee4a32014-03-14 19:04:10 -0700578 <provider
579 android:name="PhoneSearchIndexablesProvider"
580 android:authorities="com.android.phone"
581 android:multiprocess="false"
582 android:grantUriPermissions="true"
583 android:permission="android.permission.READ_SEARCH_INDEXABLES"
584 android:exported="true">
585 <intent-filter>
586 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
587 </intent-filter>
588 </provider>
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700589 </application>
590</manifest>