blob: fe790171fe0a95e681277f5b1a2b9c57e3d36882 [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" />
Ihab Awad089d0682014-08-05 14:18:26 -070098 <uses-permission
99 android:name="com.android.telecomm.permission.REGISTER_PROVIDER_OR_SUBSCRIPTION" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700100
101 <!-- This tells the activity manager to not delay any of our activity
102 start requests, even if they happen immediately after the user
103 presses home. -->
104 <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
105
106 <application android:name="PhoneApp"
107 android:persistent="true"
108 android:label="@string/phoneAppLabel"
109 android:icon="@mipmap/ic_launcher_phone"
Jay Shrauner38028882014-07-30 09:34:54 -0700110 android:allowBackup="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700111 android:supportsRtl="true">
112 <provider android:name="IccProvider"
113 android:authorities="icc"
114 android:multiprocess="true"
115 android:exported="true"
116 android:readPermission="android.permission.READ_CONTACTS"
117 android:writePermission="android.permission.WRITE_CONTACTS" />
118
119 <!-- Dialer UI that only allows emergency calls -->
120 <activity android:name="EmergencyDialer"
121 android:label="@string/emergencyDialerIconLabel"
122 android:theme="@style/EmergencyDialerTheme"
123 android:screenOrientation="portrait">
124 <intent-filter>
125 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
126 <category android:name="android.intent.category.DEFAULT" />
127 </intent-filter>
128 <intent-filter>
129 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
130 <category android:name="android.intent.category.DEFAULT" />
131 <data android:scheme="tel" />
132 </intent-filter>
133 </activity>
134
135 <activity android:name="ADNList" />
136
137 <activity android:name="SimContacts"
138 android:label="@string/simContacts_title"
139 android:theme="@style/SimImportTheme"
140 android:screenOrientation="portrait"
141 android:icon="@mipmap/ic_launcher_contacts">
142
143 <intent-filter>
144 <action android:name="android.intent.action.VIEW" />
145 <category android:name="android.intent.category.DEFAULT" />
146 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
147 </intent-filter>
148 </activity>
149
Yorke Lee1c881a02013-07-31 09:04:42 -0700150 <activity android:name="FdnList"
151 android:label="@string/fdnListLabel"
152 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700153 <intent-filter>
154 <action android:name="android.intent.action.VIEW" />
155 <category android:name="android.intent.category.DEFAULT" />
156 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
157 </intent-filter>
158 </activity>
159
160 <activity android:name="OutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800161 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700162 android:theme="@style/OutgoingCallBroadcasterTheme"
163 android:permission="android.permission.CALL_PHONE"
164 android:screenOrientation="nosensor"
Santos Cordone1c151b2013-08-27 18:55:25 -0700165 android:configChanges="orientation|screenSize|keyboardHidden"
166 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700167 <!-- CALL action intent filters, for the various ways
168 of initiating an outgoing call. -->
169 <intent-filter>
170 <action android:name="android.intent.action.CALL" />
171 <category android:name="android.intent.category.DEFAULT" />
172 <data android:scheme="tel" />
173 </intent-filter>
174 <intent-filter android:icon="@drawable/ic_launcher_sip_call">
175 <action android:name="android.intent.action.CALL" />
176 <category android:name="android.intent.category.DEFAULT" />
177 <data android:scheme="sip" />
178 </intent-filter>
179 <intent-filter>
180 <action android:name="android.intent.action.CALL" />
181 <category android:name="android.intent.category.DEFAULT" />
182 <data android:scheme="voicemail" />
183 </intent-filter>
184 <intent-filter>
185 <action android:name="android.intent.action.CALL" />
186 <category android:name="android.intent.category.DEFAULT" />
187 <data android:mimeType="vnd.android.cursor.item/phone" />
188 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
189 <data android:mimeType="vnd.android.cursor.item/person" />
190 </intent-filter>
191 </activity>
192
193 <activity-alias android:name="EmergencyOutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800194 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700195 android:targetActivity="OutgoingCallBroadcaster"
196 android:permission="android.permission.CALL_PRIVILEGED">
197 <intent-filter android:priority="1000">
198 <action android:name="android.intent.action.CALL_EMERGENCY" />
199 <category android:name="android.intent.category.DEFAULT" />
200 <data android:scheme="tel" />
201 </intent-filter>
202 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
203 android:priority="1000">
204 <action android:name="android.intent.action.CALL_EMERGENCY" />
205 <category android:name="android.intent.category.DEFAULT" />
206 <data android:scheme="sip" />
207 </intent-filter>
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="voicemail" />
212 </intent-filter>
213 <intent-filter android:priority="1000">
214 <action android:name="android.intent.action.CALL_EMERGENCY" />
215 <category android:name="android.intent.category.DEFAULT" />
216 <data android:mimeType="vnd.android.cursor.item/phone" />
217 <data android:mimeType="vnd.android.cursor.item/person" />
218 </intent-filter>
219 </activity-alias>
220
221 <activity-alias android:name="PrivilegedOutgoingCallBroadcaster"
Sailesh Nepal28df7382014-03-06 21:28:55 -0800222 android:enabled="false"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700223 android:targetActivity="OutgoingCallBroadcaster"
224 android:screenOrientation="nosensor"
225 android:permission="android.permission.CALL_PRIVILEGED">
226 <intent-filter android:priority="1000">
227 <action android:name="android.intent.action.CALL_PRIVILEGED" />
228 <category android:name="android.intent.category.DEFAULT" />
229 <data android:scheme="tel" />
230 </intent-filter>
231 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
232 android:priority="1000">
233 <action android:name="android.intent.action.CALL_PRIVILEGED" />
234 <category android:name="android.intent.category.DEFAULT" />
235 <data android:scheme="sip" />
236 </intent-filter>
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="voicemail" />
241 </intent-filter>
242 <intent-filter android:priority="1000">
243 <action android:name="android.intent.action.CALL_PRIVILEGED" />
244 <category android:name="android.intent.category.DEFAULT" />
245 <data android:mimeType="vnd.android.cursor.item/phone" />
246 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
247 <data android:mimeType="vnd.android.cursor.item/person" />
248 </intent-filter>
249 </activity-alias>
250
251 <receiver android:name="ProcessOutgoingCallTest" android:exported="false"
252 android:enabled="false">
253 <intent-filter android:priority="1">
254 <action android:name="android.intent.action.NEW_OUTGOING_CALL" />
255 <category android:name="android.intent.category.DEFAULT" />
256 </intent-filter>
257 </receiver>
258
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700259 <!-- Trampoline activity that handles the PERFORM_CDMA_PROVISIONING intent. -->
260 <activity android:name="InCallScreenShowActivation"
261 android:permission="android.permission.PERFORM_CDMA_PROVISIONING"
262 android:label="@string/phoneIconLabel"
263 android:theme="@android:style/Theme.NoDisplay"
264 android:excludeFromRecents="true">
265 <intent-filter>
266 <action android:name="com.android.phone.PERFORM_CDMA_PROVISIONING" />
267 <category android:name="android.intent.category.DEFAULT" />
268 </intent-filter>
269 </activity>
270
271 <!-- "Mobile network settings" screen, used on both
272 non-voice-capable tablets and regular phone devices. -->
273 <activity android:name="MobileNetworkSettings"
274 android:label="@string/settings_label"
Yorke Lee3ce586a2014-08-06 16:23:17 -0700275 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700276 <intent-filter>
277 <action android:name="android.intent.action.VIEW" />
278 <action android:name="android.intent.action.MAIN" />
279 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
280 <category android:name="android.intent.category.DEFAULT" />
281 </intent-filter>
282 </activity>
283
284 <activity-alias android:name="Settings"
285 android:targetActivity="MobileNetworkSettings" />
286
287 <!-- networks setting -->
288 <!-- service to handle network query requests sent to RIL -->
289 <service android:name="NetworkQueryService" />
290
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700291 <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" />
Yorke Lee4add80b2014-07-18 12:44:05 -0700433 <action android:name="android.telecomm.intent.action.SHOW_CALL_SETTINGS" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700434 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
435 <category android:name="android.intent.category.DEFAULT" />
436 </intent-filter>
437 </activity>
438
439 <!-- bluetooth phone service -->
440 <service android:name="BluetoothPhoneService">
441 <intent-filter>
442 <action android:name="android.bluetooth.IBluetoothHeadsetPhone" />
443 </intent-filter>
444 </service>
445
446 <!-- Broadcast Receiver that will process BOOT Complete and launch OTA -->
447 <receiver android:name="OtaStartupReceiver" android:exported="false"
448 androidprv:primaryUserOnly="true">
449 <intent-filter android:priority="100">
450 <action android:name="android.intent.action.BOOT_COMPLETED"/>
451 </intent-filter>
452 </receiver>
453
454 <!-- CDMA Emergency Callback Mode -->
455 <service android:name="EmergencyCallbackModeService">
456 </service>
457
458 <!-- service to dump telephony information -->
459 <service android:name="TelephonyDebugService" />
460
461 <activity android:name="EmergencyCallbackModeExitDialog"
462 android:excludeFromRecents="true"
463 android:label="@string/ecm_exit_dialog"
464 android:launchMode="singleTop"
465 android:theme="@android:style/Theme.Translucent.NoTitleBar">
466 <intent-filter>
467 <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" />
468 <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
469 <category android:name="android.intent.category.DEFAULT" />
470 </intent-filter>
471 </activity>
472
Sailesh Nepal1344f672014-07-10 19:20:02 -0700473 <!-- Start SIP -->
474 <service android:name="com.android.services.telephony.sip.SipCallServiceProvider"
475 android:singleUser="true" >
476 <intent-filter>
477 <action android:name="android.telecomm.CallServiceProvider" />
478 </intent-filter>
479 </service>
480 <service android:name="com.android.services.telephony.sip.SipConnectionService"
481 android:label="@string/sip_connection_service_label"
482 android:singleUser="true" >
Sailesh Nepal788959e2014-07-08 23:36:40 -0700483 <intent-filter>
484 <action android:name="android.telecomm.ConnectionService" />
485 </intent-filter>
486 </service>
487 <receiver android:name="com.android.services.telephony.sip.SipBroadcastReceiver">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700488 <intent-filter>
489 <action android:name="com.android.phone.SIP_INCOMING_CALL" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700490 <action android:name="android.net.sip.SIP_SERVICE_UP" />
491 </intent-filter>
492 </receiver>
493
494 <activity android:label="Sip Settings"
Sailesh Nepal788959e2014-07-08 23:36:40 -0700495 android:name="com.android.services.telephony.sip.SipSettings"
Yorke Lee1c881a02013-07-31 09:04:42 -0700496 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700497 android:launchMode="singleTop"
498 android:configChanges="orientation|screenSize|keyboardHidden"
Sailesh Nepal788959e2014-07-08 23:36:40 -0700499 android:uiOptions="splitActionBarWhenNarrow"
500 android:parentActivityName="com.android.phone.CallFeaturesSetting" >
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700501 <intent-filter>
502 <action android:name="android.intent.action.MAIN" />
503 <action android:name="android.net.sip.NOTIFY" />
504 </intent-filter>
505 </activity>
Sailesh Nepal788959e2014-07-08 23:36:40 -0700506 <activity android:name="com.android.services.telephony.sip.SipEditor"
Yorke Lee1c881a02013-07-31 09:04:42 -0700507 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700508 android:configChanges="orientation|screenSize|keyboardHidden"
509 android:uiOptions="splitActionBarWhenNarrow">
510 </activity>
Sailesh Nepal1344f672014-07-10 19:20:02 -0700511 <activity android:name="com.android.services.telephony.sip.SipProfileChooserDialogs"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700512 android:theme="@style/SipCallOptionHandlerTheme"
513 android:screenOrientation="nosensor"
Santos Cordon7c0ee2e2013-10-17 12:20:30 -0700514 android:configChanges="orientation|screenSize|keyboardHidden"
515 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700516 </activity>
517
Sailesh Nepal1344f672014-07-10 19:20:02 -0700518 <!-- End SIP -->
519
Yorke Lee71028d02013-08-28 12:24:01 -0700520 <activity android:name="ErrorDialogActivity"
521 android:configChanges="orientation|screenSize|keyboardHidden"
522 android:excludeFromRecents="true"
523 android:launchMode="singleInstance"
524 android:theme="@style/Empty">
525 </activity>
Yorke Lee598dac52013-11-01 11:30:55 -0700526
527 <activity android:name="MMIDialogActivity"
528 android:configChanges="orientation|screenSize|keyboardHidden"
529 android:excludeFromRecents="true"
530 android:launchMode="singleInstance"
531 android:theme="@style/Empty">
532 </activity>
533
Christine Chen0ce0e852013-08-09 18:26:31 -0700534 <activity android:name=".TextMessagePackageChooser"
535 android:label="@string/respond_via_sms_setting_title"
536 android:configChanges="orientation|screenSize|keyboardHidden"
537 android:theme="@style/Theme.Transparent">
538 </activity>
Yorke Lee71028d02013-08-28 12:24:01 -0700539
Santos Cordon83570472013-09-06 15:45:10 -0700540 <activity android:name="HfaActivity"
Santos Cordon00d7a432013-09-17 14:07:14 -0700541 android:configChanges="orientation|screenSize|keyboardHidden"
Santos Cordon83570472013-09-06 15:45:10 -0700542 android:launchMode="singleInstance"
Santos Cordon00d7a432013-09-17 14:07:14 -0700543 android:theme="@style/Empty"
544 android:exported="false">
Santos Cordon83570472013-09-06 15:45:10 -0700545 </activity>
546
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700547 <receiver android:name="CallerInfoCacheUpdateReceiver">
548 <intent-filter>
549 <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" />
550 </intent-filter>
551 </receiver>
552
553 <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
Santos Cordon0c88ac22014-01-22 11:40:52 -0800554 <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" android:exported="false">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700555 <intent-filter>
556 <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" />
557 <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" />
558 <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" />
559 </intent-filter>
560 </receiver>
561
Santos Cordon00d7a432013-09-17 14:07:14 -0700562 <!-- service to dump telephony information -->
563 <service android:name="HfaService" android:exported="false"/>
564
Sailesh Nepald479fad2014-03-05 20:07:53 -0800565 <!-- Telecomm integration -->
Amith Yamasani73a742e2014-05-22 17:18:19 -0700566 <service android:name="com.android.services.telephony.TelephonyCallServiceProvider"
567 android:singleUser="true">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800568 <intent-filter>
Sailesh Nepal2a09bfe2014-03-08 21:55:01 -0800569 <action android:name="android.telecomm.CallServiceProvider" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800570 </intent-filter>
571 </service>
Ihab Awad29d31672014-05-20 17:10:50 -0700572 <service
Amith Yamasani73a742e2014-05-22 17:18:19 -0700573 android:singleUser="true"
Sailesh Nepal3199aa72014-07-13 15:11:20 -0700574 android:name="com.android.services.telephony.TelephonyConnectionService"
Ihab Awadaa734032014-06-18 10:33:05 -0700575 android:label="@string/pstn_connection_service_label">
Sailesh Nepald479fad2014-03-05 20:07:53 -0800576 <intent-filter>
Sailesh Nepal536cff02014-07-04 19:44:01 -0700577 <action android:name="android.telecomm.ConnectionService" />
Sailesh Nepald479fad2014-03-05 20:07:53 -0800578 </intent-filter>
579 </service>
Fabrice Di Meglioe5ee4a32014-03-14 19:04:10 -0700580 <provider
581 android:name="PhoneSearchIndexablesProvider"
582 android:authorities="com.android.phone"
583 android:multiprocess="false"
584 android:grantUriPermissions="true"
585 android:permission="android.permission.READ_SEARCH_INDEXABLES"
586 android:exported="true">
587 <intent-filter>
588 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
589 </intent-filter>
590 </provider>
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700591 </application>
592</manifest>