blob: 6ed3dc753946c7f254dfef70a8eefe22f63cbe5c [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
43 <uses-permission android:name="android.permission.BROADCAST_STICKY" />
44 <uses-permission android:name="android.permission.CALL_PHONE" />
45 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
46 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
47 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
48 <uses-permission android:name="android.permission.READ_CONTACTS" />
49 <uses-permission android:name="android.permission.READ_CALL_LOG" />
50 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
51 <uses-permission android:name="android.permission.WRITE_CALL_LOG" />
52 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
53 <uses-permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070054 <uses-permission android:name="android.permission.VIBRATE" />
55 <uses-permission android:name="android.permission.BLUETOOTH" />
56 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
57 <uses-permission android:name="android.permission.REORDER_TASKS" />
58 <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
59 <uses-permission android:name="android.permission.WAKE_LOCK" />
60 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
61 <uses-permission android:name="android.permission.STATUS_BAR" />
62 <uses-permission android:name="android.permission.READ_SMS" />
63 <uses-permission android:name="android.permission.WRITE_SMS" />
64 <uses-permission android:name="android.permission.SEND_SMS" />
65 <uses-permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE" />
66 <uses-permission android:name="android.permission.SET_TIME_ZONE" />
67 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
68 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
69 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
70 <uses-permission android:name="android.permission.DEVICE_POWER" />
71 <uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
72 <uses-permission android:name="android.permission.INTERNET" />
73 <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
74 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
75 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" />
76 <uses-permission android:name="android.permission.BROADCAST_SMS"/>
77 <uses-permission android:name="android.permission.BROADCAST_WAP_PUSH"/>
78 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
79 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
80 <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
81 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
82 <uses-permission android:name="android.permission.SHUTDOWN" />
83 <uses-permission android:name="android.permission.RECORD_AUDIO" />
84 <uses-permission android:name="android.permission.PERFORM_CDMA_PROVISIONING" />
85 <uses-permission android:name="android.permission.USE_SIP" />
86 <uses-permission android:name="android.permission.REBOOT" />
87 <uses-permission android:name="android.permission.UPDATE_LOCK" />
88 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
Yorke Lee422c2f52013-09-05 11:04:51 -070089 <uses-permission android:name="com.android.smspush.WAPPUSH_MANAGER_BIND" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070090 <uses-permission android:name="android.permission.MANAGE_USERS" />
91 <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
92 <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
93
94 <!-- This tells the activity manager to not delay any of our activity
95 start requests, even if they happen immediately after the user
96 presses home. -->
97 <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
98
99 <application android:name="PhoneApp"
100 android:persistent="true"
101 android:label="@string/phoneAppLabel"
102 android:icon="@mipmap/ic_launcher_phone"
103 android:supportsRtl="true">
104 <provider android:name="IccProvider"
105 android:authorities="icc"
106 android:multiprocess="true"
107 android:exported="true"
108 android:readPermission="android.permission.READ_CONTACTS"
109 android:writePermission="android.permission.WRITE_CONTACTS" />
110
111 <!-- Dialer UI that only allows emergency calls -->
112 <activity android:name="EmergencyDialer"
113 android:label="@string/emergencyDialerIconLabel"
114 android:theme="@style/EmergencyDialerTheme"
115 android:screenOrientation="portrait">
116 <intent-filter>
117 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
118 <category android:name="android.intent.category.DEFAULT" />
119 </intent-filter>
120 <intent-filter>
121 <action android:name="com.android.phone.EmergencyDialer.DIAL" />
122 <category android:name="android.intent.category.DEFAULT" />
123 <data android:scheme="tel" />
124 </intent-filter>
125 </activity>
126
127 <activity android:name="ADNList" />
128
129 <activity android:name="SimContacts"
130 android:label="@string/simContacts_title"
131 android:theme="@style/SimImportTheme"
132 android:screenOrientation="portrait"
133 android:icon="@mipmap/ic_launcher_contacts">
134
135 <intent-filter>
136 <action android:name="android.intent.action.VIEW" />
137 <category android:name="android.intent.category.DEFAULT" />
138 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
139 </intent-filter>
140 </activity>
141
Yorke Lee1c881a02013-07-31 09:04:42 -0700142 <activity android:name="FdnList"
143 android:label="@string/fdnListLabel"
144 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700145 <intent-filter>
146 <action android:name="android.intent.action.VIEW" />
147 <category android:name="android.intent.category.DEFAULT" />
148 <data android:mimeType="vnd.android.cursor.item/sim-contact" />
149 </intent-filter>
150 </activity>
151
152 <activity android:name="OutgoingCallBroadcaster"
153 android:theme="@style/OutgoingCallBroadcasterTheme"
154 android:permission="android.permission.CALL_PHONE"
155 android:screenOrientation="nosensor"
Santos Cordone1c151b2013-08-27 18:55:25 -0700156 android:configChanges="orientation|screenSize|keyboardHidden"
157 android:excludeFromRecents="true">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700158 <!-- CALL action intent filters, for the various ways
159 of initiating an outgoing call. -->
160 <intent-filter>
161 <action android:name="android.intent.action.CALL" />
162 <category android:name="android.intent.category.DEFAULT" />
163 <data android:scheme="tel" />
164 </intent-filter>
165 <intent-filter android:icon="@drawable/ic_launcher_sip_call">
166 <action android:name="android.intent.action.CALL" />
167 <category android:name="android.intent.category.DEFAULT" />
168 <data android:scheme="sip" />
169 </intent-filter>
170 <intent-filter>
171 <action android:name="android.intent.action.CALL" />
172 <category android:name="android.intent.category.DEFAULT" />
173 <data android:scheme="voicemail" />
174 </intent-filter>
175 <intent-filter>
176 <action android:name="android.intent.action.CALL" />
177 <category android:name="android.intent.category.DEFAULT" />
178 <data android:mimeType="vnd.android.cursor.item/phone" />
179 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
180 <data android:mimeType="vnd.android.cursor.item/person" />
181 </intent-filter>
182 </activity>
183
184 <activity-alias android:name="EmergencyOutgoingCallBroadcaster"
185 android:targetActivity="OutgoingCallBroadcaster"
186 android:permission="android.permission.CALL_PRIVILEGED">
187 <intent-filter android:priority="1000">
188 <action android:name="android.intent.action.CALL_EMERGENCY" />
189 <category android:name="android.intent.category.DEFAULT" />
190 <data android:scheme="tel" />
191 </intent-filter>
192 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
193 android:priority="1000">
194 <action android:name="android.intent.action.CALL_EMERGENCY" />
195 <category android:name="android.intent.category.DEFAULT" />
196 <data android:scheme="sip" />
197 </intent-filter>
198 <intent-filter android:priority="1000">
199 <action android:name="android.intent.action.CALL_EMERGENCY" />
200 <category android:name="android.intent.category.DEFAULT" />
201 <data android:scheme="voicemail" />
202 </intent-filter>
203 <intent-filter android:priority="1000">
204 <action android:name="android.intent.action.CALL_EMERGENCY" />
205 <category android:name="android.intent.category.DEFAULT" />
206 <data android:mimeType="vnd.android.cursor.item/phone" />
207 <data android:mimeType="vnd.android.cursor.item/person" />
208 </intent-filter>
209 </activity-alias>
210
211 <activity-alias android:name="PrivilegedOutgoingCallBroadcaster"
212 android:targetActivity="OutgoingCallBroadcaster"
213 android:screenOrientation="nosensor"
214 android:permission="android.permission.CALL_PRIVILEGED">
215 <intent-filter android:priority="1000">
216 <action android:name="android.intent.action.CALL_PRIVILEGED" />
217 <category android:name="android.intent.category.DEFAULT" />
218 <data android:scheme="tel" />
219 </intent-filter>
220 <intent-filter android:icon="@drawable/ic_launcher_sip_call"
221 android:priority="1000">
222 <action android:name="android.intent.action.CALL_PRIVILEGED" />
223 <category android:name="android.intent.category.DEFAULT" />
224 <data android:scheme="sip" />
225 </intent-filter>
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="voicemail" />
230 </intent-filter>
231 <intent-filter android:priority="1000">
232 <action android:name="android.intent.action.CALL_PRIVILEGED" />
233 <category android:name="android.intent.category.DEFAULT" />
234 <data android:mimeType="vnd.android.cursor.item/phone" />
235 <data android:mimeType="vnd.android.cursor.item/phone_v2" />
236 <data android:mimeType="vnd.android.cursor.item/person" />
237 </intent-filter>
238 </activity-alias>
239
240 <receiver android:name="ProcessOutgoingCallTest" android:exported="false"
241 android:enabled="false">
242 <intent-filter android:priority="1">
243 <action android:name="android.intent.action.NEW_OUTGOING_CALL" />
244 <category android:name="android.intent.category.DEFAULT" />
245 </intent-filter>
246 </receiver>
247
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700248 <!-- Trampoline activity that handles the PERFORM_CDMA_PROVISIONING intent. -->
249 <activity android:name="InCallScreenShowActivation"
250 android:permission="android.permission.PERFORM_CDMA_PROVISIONING"
251 android:label="@string/phoneIconLabel"
252 android:theme="@android:style/Theme.NoDisplay"
253 android:excludeFromRecents="true">
254 <intent-filter>
255 <action android:name="com.android.phone.PERFORM_CDMA_PROVISIONING" />
256 <category android:name="android.intent.category.DEFAULT" />
257 </intent-filter>
258 </activity>
259
260 <!-- "Mobile network settings" screen, used on both
261 non-voice-capable tablets and regular phone devices. -->
262 <activity android:name="MobileNetworkSettings"
263 android:label="@string/settings_label"
264 android:theme="@style/Theme.Settings">
265 <intent-filter>
266 <action android:name="android.intent.action.VIEW" />
267 <action android:name="android.intent.action.MAIN" />
268 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
269 <category android:name="android.intent.category.DEFAULT" />
270 </intent-filter>
271 </activity>
272
273 <activity-alias android:name="Settings"
274 android:targetActivity="MobileNetworkSettings" />
275
276 <!-- networks setting -->
277 <!-- service to handle network query requests sent to RIL -->
278 <service android:name="NetworkQueryService" />
279
280 <!-- clearing of missed call notifications -->
281 <service android:name="ClearMissedCallsService" />
282
283 <activity android:name="NetworkSetting"
284 android:label="@string/networks"
285 android:configChanges="orientation|screenSize|keyboardHidden"
286 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
287 <intent-filter>
288 <action android:name="android.intent.action.MAIN" />
289 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
290 <category android:name="android.intent.category.DEFAULT" />
291 </intent-filter>
292 </activity>
293
294 <activity android:name="GsmUmtsOptions"
295 android:label="@string/gsm_umts_options"
Yorke Lee1c881a02013-07-31 09:04:42 -0700296 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700297 <intent-filter>
298 <action android:name="android.intent.action.MAIN" />
299 </intent-filter>
300 </activity>
301
302 <activity android:name="CdmaOptions"
303 android:label="@string/cdma_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="GsmUmtsCallOptions"
311 android:label="@string/gsm_umts_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="CdmaCallOptions"
319 android:label="@string/cdma_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="GsmUmtsCallForwardOptions"
327 android:label="@string/labelCF"
328 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700329 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700330 <intent-filter>
331 <action android:name="android.intent.action.MAIN" />
332 </intent-filter>
333 </activity>
334
335 <activity android:name="GsmUmtsAdditionalCallOptions"
336 android:label="@string/labelGSMMore"
337 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700338 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700339 <intent-filter>
340 <action android:name="android.intent.action.MAIN" />
341 </intent-filter>
342 </activity>
343
344 <activity android:name="CellBroadcastSms"
345 android:label="@string/cell_broadcast_sms"
346 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
347 <intent-filter>
348 <action android:name="android.intent.action.MAIN" />
349 </intent-filter>
350 </activity>
351
352 <!-- fdn setting -->
353 <activity android:name="FdnSetting"
354 android:label="@string/fdn"
Yorke Lee1c881a02013-07-31 09:04:42 -0700355 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700356 <intent-filter>
357 <action android:name="android.intent.action.MAIN" />
358 </intent-filter>
359 </activity>
360
361 <activity android:name="EnableFdnScreen"
362 android:label=""
Yorke Lee1c881a02013-07-31 09:04:42 -0700363 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700364 </activity>
365
366 <!-- SIM PIN setting -->
367 <activity android:name="EnableIccPinScreen"
368 android:label="@string/enable_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700369 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700370 <intent-filter>
371 <action android:name="android.intent.action.MAIN" />
372 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
373 </intent-filter>
374 </activity>
375
376 <activity android:name="ChangeIccPinScreen"
377 android:label="@string/change_pin"
Yorke Lee1c881a02013-07-31 09:04:42 -0700378 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700379 <intent-filter>
380 <action android:name="android.intent.action.MAIN" />
381 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
382 </intent-filter>
383 </activity>
384
385 <activity android:name="GetPin2Screen"
386 android:label="@string/get_pin2"
Yorke Lee1c881a02013-07-31 09:04:42 -0700387 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700388 android:windowSoftInputMode="stateVisible">
389 </activity>
390
391 <activity android:name="EditFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700392 android:theme="@style/SettingsLight"
393 android:windowSoftInputMode="stateVisible">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700394 </activity>
395
396 <activity android:name="DeleteFdnContactScreen"
Yorke Lee1c881a02013-07-31 09:04:42 -0700397 android:theme="@style/SettingsLight"
398 android:label="@string/delete_fdn_contact">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700399 </activity>
400
401 <activity android:name="DataRoamingReenable" android:label="@string/android:dialog_alert_title"
402 android:theme="@android:style/Theme.Holo.Dialog">
403 <intent-filter>
404 <action android:name="android.intent.action.MAIN" />
405 </intent-filter>
406 </activity>
407
408 <!-- data roaming setting -->
409 <activity android:name="RoamingSetting"
410 android:label="@string/roaming"
411 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
412 <intent-filter>
413 <action android:name="android.intent.action.MAIN" />
414 </intent-filter>
415 </activity>
416
417 <!-- "Call settings" UI, used only on voice-capable phone devices. -->
418 <activity android:name="CallFeaturesSetting"
419 android:label="@string/call_settings"
420 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700421 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700422 <intent-filter>
423 <action android:name="android.intent.action.VIEW" />
424 <action android:name="android.intent.action.MAIN" />
425 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
426 <category android:name="android.intent.category.DEFAULT" />
427 </intent-filter>
428 </activity>
429
430 <!-- bluetooth phone service -->
431 <service android:name="BluetoothPhoneService">
432 <intent-filter>
433 <action android:name="android.bluetooth.IBluetoothHeadsetPhone" />
434 </intent-filter>
435 </service>
436
437 <!-- Broadcast Receiver that will process BOOT Complete and launch OTA -->
438 <receiver android:name="OtaStartupReceiver" android:exported="false"
439 androidprv:primaryUserOnly="true">
440 <intent-filter android:priority="100">
441 <action android:name="android.intent.action.BOOT_COMPLETED"/>
442 </intent-filter>
443 </receiver>
444
445 <!-- CDMA Emergency Callback Mode -->
446 <service android:name="EmergencyCallbackModeService">
447 </service>
448
449 <!-- service to dump telephony information -->
450 <service android:name="TelephonyDebugService" />
451
452 <activity android:name="EmergencyCallbackModeExitDialog"
453 android:excludeFromRecents="true"
454 android:label="@string/ecm_exit_dialog"
455 android:launchMode="singleTop"
456 android:theme="@android:style/Theme.Translucent.NoTitleBar">
457 <intent-filter>
458 <action android:name="com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG" />
459 <action android:name="android.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
460 <category android:name="android.intent.category.DEFAULT" />
461 </intent-filter>
462 </activity>
463
464 <receiver android:name="SipBroadcastReceiver">
465 <intent-filter>
466 <action android:name="com.android.phone.SIP_INCOMING_CALL" />
467 <action android:name="com.android.phone.SIP_ADD_PHONE" />
468 <action android:name="com.android.phone.SIP_REMOVE_PHONE" />
469 <action android:name="android.net.sip.SIP_SERVICE_UP" />
470 </intent-filter>
471 </receiver>
472
473 <activity android:label="Sip Settings"
474 android:name=".sip.SipSettings"
Yorke Lee1c881a02013-07-31 09:04:42 -0700475 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700476 android:launchMode="singleTop"
477 android:configChanges="orientation|screenSize|keyboardHidden"
478 android:uiOptions="splitActionBarWhenNarrow">
479 <intent-filter>
480 <action android:name="android.intent.action.MAIN" />
481 <action android:name="android.net.sip.NOTIFY" />
482 </intent-filter>
483 </activity>
484 <activity android:name=".sip.SipEditor"
Yorke Lee1c881a02013-07-31 09:04:42 -0700485 android:theme="@style/SettingsLight"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700486 android:configChanges="orientation|screenSize|keyboardHidden"
487 android:uiOptions="splitActionBarWhenNarrow">
488 </activity>
489 <activity android:name=".SipCallOptionHandler"
490 android:theme="@style/SipCallOptionHandlerTheme"
491 android:screenOrientation="nosensor"
492 android:configChanges="orientation|screenSize|keyboardHidden">
493 </activity>
494
495 <activity android:name="RespondViaSmsManager$Settings"
496 android:label="@string/respond_via_sms_setting_title"
497 android:configChanges="orientation|screenSize|keyboardHidden"
Yorke Lee1c881a02013-07-31 09:04:42 -0700498 android:theme="@style/SettingsLight">
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700499 <intent-filter>
500 <action android:name="android.intent.action.MAIN" />
501 </intent-filter>
502 </activity>
503
Yorke Lee71028d02013-08-28 12:24:01 -0700504 <activity android:name="ErrorDialogActivity"
505 android:configChanges="orientation|screenSize|keyboardHidden"
506 android:excludeFromRecents="true"
507 android:launchMode="singleInstance"
508 android:theme="@style/Empty">
509 </activity>
Christine Chen0ce0e852013-08-09 18:26:31 -0700510 <activity android:name=".TextMessagePackageChooser"
511 android:label="@string/respond_via_sms_setting_title"
512 android:configChanges="orientation|screenSize|keyboardHidden"
513 android:theme="@style/Theme.Transparent">
514 </activity>
Yorke Lee71028d02013-08-28 12:24:01 -0700515
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700516 <receiver android:name="CallerInfoCacheUpdateReceiver">
517 <intent-filter>
518 <action android:name="com.android.phone.UPDATE_CALLER_INFO_CACHE" />
519 </intent-filter>
520 </receiver>
521
522 <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
523 <receiver android:name="PhoneGlobals$NotificationBroadcastReceiver" exported="false">
524 <intent-filter>
525 <action android:name="com.android.phone.ACTION_HANG_UP_ONGOING_CALL" />
526 <action android:name="com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION" />
527 <action android:name="com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION" />
528 </intent-filter>
529 </receiver>
530
531 </application>
532</manifest>