blob: 8eb4f05973c3c795d4b530a4009f83e50a1df0b6 [file] [log] [blame]
Ben Gilad4937ff92013-12-12 12:05:37 -08001<?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"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070018 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
19 package="com.android.server.telecom"
20 coreApp="true"
21 android:sharedUserId="android.uid.system">
Santos Cordon3e3b5412013-12-16 17:33:45 -080022
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070023 <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION"/>
24 <protected-broadcast android:name="com.android.server.telecom.MESSAGE_SENT"/>
Hall Liuaf74a5c2018-09-19 18:05:51 -070025
Bryce Lee41045b42015-08-05 13:10:39 -070026
Ben Gilad4937ff92013-12-12 12:05:37 -080027 <!-- Prevents the activity manager from delaying any activity-start
28 requests by this package, including requests immediately after
29 the user presses "home". -->
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070030 <uses-permission android:name="android.permission.BIND_CONNECTION_SERVICE"/>
31 <uses-permission android:name="android.permission.BIND_INCALL_SERVICE"/>
32 <uses-permission android:name="android.permission.BLUETOOTH"/>
33 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
Rahul Sabnis5225f202021-12-23 17:31:31 -080034 <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED"/>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070035 <uses-permission android:name="android.permission.BROADCAST_CALLLOG_INFO"/>
36 <uses-permission android:name="android.permission.BROADCAST_PHONE_ACCOUNT_REGISTRATION"/>
37 <uses-permission android:name="android.permission.CALL_PRIVILEGED"/>
38 <uses-permission android:name="android.permission.HANDLE_CALL_INTENT"/>
39 <uses-permission android:name="android.permission.HANDLE_CAR_MODE_CHANGES"/>
40 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
41 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
42 <uses-permission android:name="android.permission.MANAGE_USERS"/>
43 <uses-permission android:name="android.permission.MANAGE_ROLE_HOLDERS"/>
44 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
Tyler Gunn5d66e1d2018-01-25 20:22:49 -080045 <!-- Required to determine source of ongoing audio recordings. -->
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070046 <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING"/>
47 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE"/>
48 <uses-permission android:name="android.permission.READ_CALL_LOG"/>
49 <uses-permission android:name="android.permission.READ_DEVICE_CONFIG"/>
50 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Kurt Dresner933add52020-10-01 17:53:32 -070051 <uses-permission android:name="android.permission.READ_PROJECTION_STATE"/>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070052 <uses-permission android:name="android.permission.SEND_SMS"/>
53 <uses-permission android:name="android.permission.STOP_APP_SWITCHES"/>
54 <uses-permission android:name="android.permission.VIBRATE"/>
55 <uses-permission android:name="android.permission.WRITE_CALL_LOG"/>
56 <uses-permission android:name="android.permission.WAKE_LOCK"/>
57 <uses-permission android:name="android.permission.READ_BLOCKED_NUMBERS"/>
58 <uses-permission android:name="android.permission.WRITE_BLOCKED_NUMBERS"/>
59 <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
Steve Elliott23f10832021-12-03 16:39:00 -050060 <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
Sooraj Sasindran8330df02021-10-26 02:18:16 -070061 <uses-permission android:name="com.android.phone.permission.ACCESS_LAST_KNOWN_CELL_ID"/>
Tyler Gunnd1607682014-08-15 11:29:12 -070062
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070063 <permission android:name="android.permission.BROADCAST_CALLLOG_INFO"
64 android:label="Broadcast the call type/duration information"
65 android:protectionLevel="signature|system"/>
Yong Jiang271b9ae2014-10-09 12:08:54 -050066
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070067 <permission android:name="android.permission.PROCESS_CALLLOG_INFO"
68 android:label="Register to handle the broadcasted call type/duration information"
69 android:protectionLevel="signature|system"/>
Yong Jiang271b9ae2014-10-09 12:08:54 -050070
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070071 <permission android:name="android.permission.BROADCAST_PHONE_ACCOUNT_REGISTRATION"
72 android:label="Broadcast phone account registration"
73 android:protectionLevel="signature|system"/>
Santos Cordon4c778492015-02-27 15:13:35 -080074
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070075 <permission android:name="android.permission.PROCESS_PHONE_ACCOUNT_REGISTRATION"
76 android:label="Process phone account registration"
77 android:protectionLevel="signature|system"/>
Santos Cordon4c778492015-02-27 15:13:35 -080078
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070079 <permission android:name="android.permission.HANDLE_CALL_INTENT"
80 android:label="Protects handling the call intent via the TelecomManager API."
81 android:protectionLevel="signature|system"/>
Tyler Gunnefe26992018-10-26 09:24:13 -070082
Santos Cordon581ec4a2014-12-15 09:59:26 -080083 <application android:label="@string/telecommAppLabel"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -070084 android:icon="@mipmap/ic_launcher_phone"
85 android:allowBackup="false"
86 android:supportsRtl="true"
87 android:process="system"
88 android:usesCleartextTraffic="false"
89 android:defaultToDeviceProtectedStorage="true"
90 android:directBootAware="true">
Santos Cordon10e68322013-12-12 16:06:56 -080091
92 <!-- CALL vs CALL_PRIVILEGED vs CALL_EMERGENCY
93 We have three different intents through which a call can be initiated each with its
94 own behavior.
95 1) CALL - Expected from any third party app with CALL_PHONE permission. Through this
96 intent, an app can call any number except emergency numbers.
97 2) CALL_PRIVILEGED - Expected from the dialer app and requires CALL_PRIVILEGED
98 permission, which is only held by the system dialer and the emergency dialer at the
99 time of this writing. Through this intent, an app can call any number including
100 emergency numbers.
101 3) CALL_EMERGENCY - Expected from the emergency dialer app and requires CALL_PRIVILEGED
102 permission. Through this intent, an app can call *only* emergency numbers. -->
103
Mohamedc9261852016-02-05 14:10:17 -0800104 <!-- Activity that displays UI for managing blocked numbers. -->
105 <activity android:name=".settings.BlockedNumbersActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700106 android:label="@string/blocked_numbers"
107 android:configChanges="orientation|screenSize|keyboardHidden"
108 android:theme="@style/Theme.Telecom.BlockedNumbers"
109 android:process=":ui"
110 android:exported="true">
Abhijith Shastryb1308ec2016-02-29 16:26:09 -0800111 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700112 <action android:name="android.telecom.action.MANAGE_BLOCKED_NUMBERS"/>
113 <category android:name="android.intent.category.DEFAULT"/>
Abhijith Shastryb1308ec2016-02-29 16:26:09 -0800114 </intent-filter>
115 </activity>
Ruijie Bai20e49952017-12-25 10:55:48 +0800116
117 <activity android:name=".settings.CallBlockDisabledActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700118 android:configChanges="keyboardHidden|orientation|screenSize"
119 android:excludeFromRecents="true"
120 android:launchMode="singleInstance"
121 android:theme="@style/Theme.Telecomm.Transparent"
122 android:process=":ui">
Ruijie Bai20e49952017-12-25 10:55:48 +0800123 </activity>
124
Santos Cordon10e68322013-12-12 16:06:56 -0800125 <!-- Activity that starts the outgoing call process by listening to CALL intent which
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700126 contain contact information in the intent's data. CallActivity handles any data
127 URL with the schemes "tel", "sip", and "voicemail". It also handles URLs linked to
128 contacts provider entries. Any data not fitting the schema described is ignored. -->
Ihab Awad78a5e6b2015-02-06 10:13:05 -0800129 <activity android:name=".components.UserCallActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700130 android:label="@string/userCallActivityLabel"
131 android:theme="@style/Theme.Telecomm.Transparent"
132 android:permission="android.permission.CALL_PHONE"
133 android:excludeFromRecents="true"
134 android:process=":ui"
135 android:exported="true">
Santos Cordon10e68322013-12-12 16:06:56 -0800136 <!-- CALL action intent filters for the various ways of initiating an outgoing call. -->
137 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700138 <action android:name="android.intent.action.CALL"/>
139 <category android:name="android.intent.category.DEFAULT"/>
140 <data android:scheme="tel"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800141 </intent-filter>
142 <!-- Specify an icon for SIP calls so that quick contacts widget shows a special SIP
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700143 icon for calls to SIP addresses. -->
Santos Cordon10e68322013-12-12 16:06:56 -0800144 <intent-filter android:icon="@drawable/ic_launcher_sip_call">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700145 <action android:name="android.intent.action.CALL"/>
146 <category android:name="android.intent.category.DEFAULT"/>
147 <data android:scheme="sip"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800148 </intent-filter>
149 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700150 <action android:name="android.intent.action.CALL"/>
151 <category android:name="android.intent.category.DEFAULT"/>
152 <data android:scheme="voicemail"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800153 </intent-filter>
154 <!-- Omit default category below so that all Intents sent to this filter must be
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700155 explicit. -->
Santos Cordon10e68322013-12-12 16:06:56 -0800156 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700157 <action android:name="android.intent.action.CALL"/>
158 <data android:mimeType="vnd.android.cursor.item/phone"/>
159 <data android:mimeType="vnd.android.cursor.item/phone_v2"/>
160 <data android:mimeType="vnd.android.cursor.item/person"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800161 </intent-filter>
162 </activity>
163
164 <!-- Works like CallActivity with CALL_PRIVILEGED instead of CALL intent.
165 CALL_PRIVILEGED allows calls to emergency numbers unlike CALL which disallows it.
166 Intent-sender must have the CALL_PRIVILEGED permission or the broadcast will not be
167 processed. High priority of 1000 is used in all intent filters to prevent anything but
168 the system from processing this intent (b/8871505). -->
169 <activity-alias android:name="PrivilegedCallActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700170 android:targetActivity=".components.UserCallActivity"
171 android:permission="android.permission.CALL_PRIVILEGED"
Ashwini Orugantiee1de982020-05-29 17:44:32 -0700172 android:exported="true"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700173 android:process=":ui">
Santos Cordon10e68322013-12-12 16:06:56 -0800174 <intent-filter android:priority="1000">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700175 <action android:name="android.intent.action.CALL_PRIVILEGED"/>
176 <category android:name="android.intent.category.DEFAULT"/>
177 <data android:scheme="tel"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800178 </intent-filter>
179 <intent-filter android:priority="1000"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700180 android:icon="@drawable/ic_launcher_sip_call">
181 <action android:name="android.intent.action.CALL_PRIVILEGED"/>
182 <category android:name="android.intent.category.DEFAULT"/>
183 <data android:scheme="sip"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800184 </intent-filter>
185 <intent-filter android:priority="1000">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700186 <action android:name="android.intent.action.CALL_PRIVILEGED"/>
187 <category android:name="android.intent.category.DEFAULT"/>
188 <data android:scheme="voicemail"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800189 </intent-filter>
190 <intent-filter android:priority="1000">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700191 <action android:name="android.intent.action.CALL_PRIVILEGED"/>
192 <data android:mimeType="vnd.android.cursor.item/phone"/>
193 <data android:mimeType="vnd.android.cursor.item/phone_v2"/>
194 <data android:mimeType="vnd.android.cursor.item/person"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800195 </intent-filter>
196 </activity-alias>
197
198 <!-- Works like CallActivity with CALL_EMERGENCY instead of CALL intent.
199 CALL_EMERGENCY allows calls *only* to emergency numbers. Intent-sender must have the
200 CALL_PRIVILEGED permission or the broadcast will not be processed. High priority of
201 1000 is used in all intent filters to prevent anything but the system from processing
202 this intent (b/8871505). -->
Santos Cordondf399862014-08-06 04:39:15 -0700203 <!-- TODO: Is there really a notion of an emergency SIP number? If not, can
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700204 that scheme be removed from this activity? -->
Santos Cordon10e68322013-12-12 16:06:56 -0800205 <activity-alias android:name="EmergencyCallActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700206 android:targetActivity=".components.UserCallActivity"
207 android:permission="android.permission.CALL_PRIVILEGED"
Ashwini Orugantiee1de982020-05-29 17:44:32 -0700208 android:exported="true"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700209 android:process=":ui">
Santos Cordon10e68322013-12-12 16:06:56 -0800210 <intent-filter android:priority="1000">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700211 <action android:name="android.intent.action.CALL_EMERGENCY"/>
212 <category android:name="android.intent.category.DEFAULT"/>
213 <data android:scheme="tel"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800214 </intent-filter>
215 <intent-filter android:priority="1000"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700216 android:icon="@drawable/ic_launcher_sip_call">
217 <action android:name="android.intent.action.CALL_EMERGENCY"/>
218 <category android:name="android.intent.category.DEFAULT"/>
219 <data android:scheme="sip"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800220 </intent-filter>
221 <intent-filter android:priority="1000">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700222 <action android:name="android.intent.action.CALL_EMERGENCY"/>
223 <category android:name="android.intent.category.DEFAULT"/>
224 <data android:scheme="voicemail"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800225 </intent-filter>
226 <intent-filter android:priority="1000">
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700227 <action android:name="android.intent.action.CALL_EMERGENCY"/>
228 <data android:mimeType="vnd.android.cursor.item/phone"/>
229 <data android:mimeType="vnd.android.cursor.item/phone_v2"/>
230 <data android:mimeType="vnd.android.cursor.item/person"/>
Santos Cordon10e68322013-12-12 16:06:56 -0800231 </intent-filter>
232 </activity-alias>
233
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700234 <receiver android:name=".components.TelecomBroadcastReceiver"
235 android:exported="false"
236 android:process="system">
Nancy Chen6f5c08d2014-09-23 16:54:05 -0700237 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700238 <action android:name="com.android.server.telecom.ACTION_CLEAR_MISSED_CALLS"/>
239 <action android:name="com.android.server.telecom.ACTION_CALL_BACK_FROM_NOTIFICATION"/>
240 <action android:name="com.android.server.telecom.ACTION_SEND_SMS_FROM_NOTIFICATION"/>
241 <action android:name="com.android.server.telecom.ACTION_ANSWER_FROM_NOTIFICATION"/>
242 <action android:name="com.android.server.telecom.ACTION_REJECT_FROM_NOTIFICATION"/>
243 <action android:name="com.android.server.telecom.PROCEED_WITH_CALL"/>
244 <action android:name="com.android.server.telecom.CANCEL_CALL"/>
245 <action android:name="com.android.server.telecom.PROCEED_WITH_REDIRECTED_CALL"/>
246 <action android:name="com.android.server.telecom.CANCEL_REDIRECTED_CALL"/>
Nancy Chen6f5c08d2014-09-23 16:54:05 -0700247 </intent-filter>
248 </receiver>
249
tonyzhu8ba94c52018-10-23 15:37:04 +0800250 <receiver android:name=".components.AppUninstallBroadcastReceiver"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700251 android:process="system"
252 android:exported="true">
Nancy Chen6f5c08d2014-09-23 16:54:05 -0700253 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700254 <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED"/>
255 <data android:scheme="package"/>
Nancy Chen6f5c08d2014-09-23 16:54:05 -0700256 </intent-filter>
257 </receiver>
Tyler Gunnd900ce62014-08-13 11:40:59 -0700258
Andrew Leeaf22dd12015-02-25 17:40:11 -0800259 <activity android:name=".RespondViaSmsSettings"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700260 android:label="@string/respond_via_sms_setting_title"
261 android:configChanges="orientation|screenSize|keyboardHidden"
262 android:theme="@style/Theme.Telecom.DialerSettings"
263 android:process=":ui"
264 android:exported="true">
Ihab Awadff7493a2014-06-10 13:47:44 -0700265 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700266 <action android:name="android.intent.action.MAIN"/>
267 <action android:name="android.telecom.action.SHOW_RESPOND_VIA_SMS_SETTINGS"/>
268 <category android:name="android.intent.category.DEFAULT"/>
Ihab Awadff7493a2014-06-10 13:47:44 -0700269 </intent-filter>
270 </activity>
Ihab Awad104f8062014-07-17 11:29:35 -0700271
Santos Cordon55344342015-05-04 13:05:30 -0700272 <activity android:name=".settings.EnableAccountPreferenceActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700273 android:label="@string/enable_account_preference_title"
274 android:configChanges="orientation|screenSize|keyboardHidden"
275 android:theme="@style/Theme.Telecom.DialerSettings"
276 android:process=":ui"
277 android:exported="true">
Santos Cordon55344342015-05-04 13:05:30 -0700278 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700279 <action android:name="android.intent.action.MAIN"/>
280 <category android:name="android.intent.category.DEFAULT"/>
Santos Cordon55344342015-05-04 13:05:30 -0700281 </intent-filter>
282 </activity>
283
Ihab Awad78a5e6b2015-02-06 10:13:05 -0800284 <activity android:name=".components.ErrorDialogActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700285 android:configChanges="orientation|screenSize|keyboardHidden"
286 android:excludeFromRecents="true"
287 android:launchMode="singleInstance"
288 android:theme="@style/Theme.Telecomm.Transparent"
289 android:process=":ui">
Yorke Leed7255872014-08-25 15:03:51 -0700290 </activity>
291
Tyler Gunnbbd78a72017-04-30 14:16:07 -0700292 <activity android:name=".ui.ConfirmCallDialogActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700293 android:configChanges="orientation|screenSize|keyboardHidden"
294 android:excludeFromRecents="true"
295 android:launchMode="singleInstance"
296 android:theme="@style/Theme.Telecomm.Transparent"
297 android:process=":ui">
Tyler Gunnbbd78a72017-04-30 14:16:07 -0700298 </activity>
299
sqiane976e682018-10-05 18:51:40 -0700300 <activity android:name=".ui.CallRedirectionTimeoutDialogActivity"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700301 android:configChanges="orientation|screenSize|keyboardHidden"
302 android:excludeFromRecents="true"
303 android:launchMode="singleInstance"
304 android:theme="@style/Theme.Telecomm.Transparent"
305 android:process=":ui">
sqiane976e682018-10-05 18:51:40 -0700306 </activity>
307
Tyler Gunn47eb3fe2018-03-12 14:38:47 -0700308 <activity android:name=".ui.TelecomDeveloperMenu"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700309 android:label="@string/developer_title"
310 android:exported="false"
311 android:process=":ui"/>
Yorke Leeb5c5d442015-04-27 15:21:53 -0700312
Ihab Awad78a5e6b2015-02-06 10:13:05 -0800313 <service android:name=".components.BluetoothPhoneService"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700314 android:singleUser="true"
315 android:process="system"
316 android:exported="true">
Santos Cordonfddf12e2014-09-25 15:08:57 -0700317 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700318 <action android:name="android.bluetooth.IBluetoothHeadsetPhone"/>
Santos Cordonfddf12e2014-09-25 15:08:57 -0700319 </intent-filter>
Mariusz Skamrac6db1292020-01-08 14:12:25 +0000320 <intent-filter>
321 <action android:name="android.bluetooth.IBluetoothLeCallControlCallback" />
322 </intent-filter>
Santos Cordonfddf12e2014-09-25 15:08:57 -0700323 </service>
324
Ihab Awad78a5e6b2015-02-06 10:13:05 -0800325 <service android:name=".components.TelecomService"
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700326 android:singleUser="true"
327 android:process="system"
328 android:exported="true">
Santos Cordonf987d1a2014-12-02 03:37:03 -0800329 <intent-filter>
Ashwini Orugantic51ebdf2020-03-23 16:54:51 -0700330 <action android:name="android.telecom.ITelecomService"/>
Santos Cordonf987d1a2014-12-02 03:37:03 -0800331 </intent-filter>
332 </service>
333
Ben Gilad4937ff92013-12-12 12:05:37 -0800334 </application>
335</manifest>