Ben Gilad | 4937ff9 | 2013-12-12 12:05:37 -0800 | [diff] [blame] | 1 | <?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 Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 18 | 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 Cordon | 3e3b541 | 2013-12-16 17:33:45 -0800 | [diff] [blame] | 22 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 23 | <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION"/> |
| 24 | <protected-broadcast android:name="com.android.server.telecom.MESSAGE_SENT"/> |
Hall Liu | af74a5c | 2018-09-19 18:05:51 -0700 | [diff] [blame] | 25 | |
Tyler Gunn | a7d57ac | 2022-09-27 15:19:05 -0700 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Bryce Lee | 41045b4 | 2015-08-05 13:10:39 -0700 | [diff] [blame] | 27 | |
Ben Gilad | 4937ff9 | 2013-12-12 12:05:37 -0800 | [diff] [blame] | 28 | <!-- Prevents the activity manager from delaying any activity-start |
| 29 | requests by this package, including requests immediately after |
| 30 | the user presses "home". --> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 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 Sabnis | 5225f20 | 2021-12-23 17:31:31 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED"/> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 35 | <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 Gunn | 5d66e1d | 2018-01-25 20:22:49 -0800 | [diff] [blame] | 45 | <!-- Required to determine source of ongoing audio recordings. --> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING"/> |
| 47 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE"/> |
Grant Menke | cc4f8bb | 2024-07-02 16:06:55 -0700 | [diff] [blame^] | 48 | <!-- Required to query the audio framework to determine if a notification sound should play. --> |
| 49 | <uses-permission android:name="android.permission.QUERY_AUDIO_STATE"/> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.READ_CALL_LOG"/> |
Tyler Gunn | 798e961 | 2022-02-03 13:09:14 -0800 | [diff] [blame] | 51 | <!-- Required to check for direct to voicemail, to load custom ringtones for incoming calls |
| 52 | which are specified on a per contact basis, and also to determine user preferred |
| 53 | PhoneAccountHandles for outgoing calls. --> |
| 54 | <uses-permission android:name="android.permission.READ_CONTACTS"/> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.READ_DEVICE_CONFIG"/> |
| 56 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> |
Kurt Dresner | 933add5 | 2020-10-01 17:53:32 -0700 | [diff] [blame] | 57 | <uses-permission android:name="android.permission.READ_PROJECTION_STATE"/> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.SEND_SMS"/> |
| 59 | <uses-permission android:name="android.permission.STOP_APP_SWITCHES"/> |
| 60 | <uses-permission android:name="android.permission.VIBRATE"/> |
| 61 | <uses-permission android:name="android.permission.WRITE_CALL_LOG"/> |
| 62 | <uses-permission android:name="android.permission.WAKE_LOCK"/> |
| 63 | <uses-permission android:name="android.permission.READ_BLOCKED_NUMBERS"/> |
| 64 | <uses-permission android:name="android.permission.WRITE_BLOCKED_NUMBERS"/> |
| 65 | <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> |
Steve Elliott | 23f1083 | 2021-12-03 16:39:00 -0500 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> |
Tyler Gunn | 33bd8c4 | 2023-05-07 23:58:48 +0000 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.USE_COLORIZED_NOTIFICATIONS"/> |
| 68 | <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/> |
Pranav Madapurmath | ee9fbfb | 2024-01-19 12:07:18 -0800 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.ACCESS_LAST_KNOWN_CELL_ID"/> |
Grace Jia | 383126c | 2022-11-30 15:27:20 -0800 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.STATUS_BAR_SERVICE" /> |
Tyler Gunn | d160768 | 2014-08-15 11:29:12 -0700 | [diff] [blame] | 71 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 72 | <permission android:name="android.permission.BROADCAST_CALLLOG_INFO" |
| 73 | android:label="Broadcast the call type/duration information" |
| 74 | android:protectionLevel="signature|system"/> |
Yong Jiang | 271b9ae | 2014-10-09 12:08:54 -0500 | [diff] [blame] | 75 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 76 | <permission android:name="android.permission.PROCESS_CALLLOG_INFO" |
| 77 | android:label="Register to handle the broadcasted call type/duration information" |
| 78 | android:protectionLevel="signature|system"/> |
Yong Jiang | 271b9ae | 2014-10-09 12:08:54 -0500 | [diff] [blame] | 79 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 80 | <permission android:name="android.permission.BROADCAST_PHONE_ACCOUNT_REGISTRATION" |
| 81 | android:label="Broadcast phone account registration" |
| 82 | android:protectionLevel="signature|system"/> |
Santos Cordon | 4c77849 | 2015-02-27 15:13:35 -0800 | [diff] [blame] | 83 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 84 | <permission android:name="android.permission.PROCESS_PHONE_ACCOUNT_REGISTRATION" |
| 85 | android:label="Process phone account registration" |
| 86 | android:protectionLevel="signature|system"/> |
Santos Cordon | 4c77849 | 2015-02-27 15:13:35 -0800 | [diff] [blame] | 87 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 88 | <permission android:name="android.permission.HANDLE_CALL_INTENT" |
| 89 | android:label="Protects handling the call intent via the TelecomManager API." |
| 90 | android:protectionLevel="signature|system"/> |
Tyler Gunn | efe2699 | 2018-10-26 09:24:13 -0700 | [diff] [blame] | 91 | |
Santos Cordon | 581ec4a | 2014-12-15 09:59:26 -0800 | [diff] [blame] | 92 | <application android:label="@string/telecommAppLabel" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 93 | android:icon="@mipmap/ic_launcher_phone" |
| 94 | android:allowBackup="false" |
| 95 | android:supportsRtl="true" |
| 96 | android:process="system" |
| 97 | android:usesCleartextTraffic="false" |
| 98 | android:defaultToDeviceProtectedStorage="true" |
| 99 | android:directBootAware="true"> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 100 | |
| 101 | <!-- CALL vs CALL_PRIVILEGED vs CALL_EMERGENCY |
| 102 | We have three different intents through which a call can be initiated each with its |
| 103 | own behavior. |
| 104 | 1) CALL - Expected from any third party app with CALL_PHONE permission. Through this |
| 105 | intent, an app can call any number except emergency numbers. |
| 106 | 2) CALL_PRIVILEGED - Expected from the dialer app and requires CALL_PRIVILEGED |
| 107 | permission, which is only held by the system dialer and the emergency dialer at the |
| 108 | time of this writing. Through this intent, an app can call any number including |
| 109 | emergency numbers. |
| 110 | 3) CALL_EMERGENCY - Expected from the emergency dialer app and requires CALL_PRIVILEGED |
| 111 | permission. Through this intent, an app can call *only* emergency numbers. --> |
| 112 | |
Mohamed | c926185 | 2016-02-05 14:10:17 -0800 | [diff] [blame] | 113 | <!-- Activity that displays UI for managing blocked numbers. --> |
| 114 | <activity android:name=".settings.BlockedNumbersActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 115 | android:label="@string/blocked_numbers" |
| 116 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 117 | android:theme="@style/Theme.Telecom.BlockedNumbers" |
| 118 | android:process=":ui" |
| 119 | android:exported="true"> |
Abhijith Shastry | b1308ec | 2016-02-29 16:26:09 -0800 | [diff] [blame] | 120 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 121 | <action android:name="android.telecom.action.MANAGE_BLOCKED_NUMBERS"/> |
| 122 | <category android:name="android.intent.category.DEFAULT"/> |
Abhijith Shastry | b1308ec | 2016-02-29 16:26:09 -0800 | [diff] [blame] | 123 | </intent-filter> |
| 124 | </activity> |
Ruijie Bai | 20e4995 | 2017-12-25 10:55:48 +0800 | [diff] [blame] | 125 | |
| 126 | <activity android:name=".settings.CallBlockDisabledActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 127 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 128 | android:excludeFromRecents="true" |
| 129 | android:launchMode="singleInstance" |
| 130 | android:theme="@style/Theme.Telecomm.Transparent" |
| 131 | android:process=":ui"> |
Ruijie Bai | 20e4995 | 2017-12-25 10:55:48 +0800 | [diff] [blame] | 132 | </activity> |
| 133 | |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 134 | <!-- Activity that starts the outgoing call process by listening to CALL intent which |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 135 | contain contact information in the intent's data. CallActivity handles any data |
| 136 | URL with the schemes "tel", "sip", and "voicemail". It also handles URLs linked to |
| 137 | contacts provider entries. Any data not fitting the schema described is ignored. --> |
Ihab Awad | 78a5e6b | 2015-02-06 10:13:05 -0800 | [diff] [blame] | 138 | <activity android:name=".components.UserCallActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 139 | android:label="@string/userCallActivityLabel" |
| 140 | android:theme="@style/Theme.Telecomm.Transparent" |
| 141 | android:permission="android.permission.CALL_PHONE" |
| 142 | android:excludeFromRecents="true" |
| 143 | android:process=":ui" |
Chinmay Dhodapkar | 27fa8b0 | 2022-07-18 12:26:30 -0700 | [diff] [blame] | 144 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|density|fontScale|keyboard|layoutDirection|locale|navigation|smallestScreenSize|touchscreen|uiMode" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 145 | android:exported="true"> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 146 | <!-- CALL action intent filters for the various ways of initiating an outgoing call. --> |
| 147 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 148 | <action android:name="android.intent.action.CALL"/> |
| 149 | <category android:name="android.intent.category.DEFAULT"/> |
| 150 | <data android:scheme="tel"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 151 | </intent-filter> |
| 152 | <!-- Specify an icon for SIP calls so that quick contacts widget shows a special SIP |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 153 | icon for calls to SIP addresses. --> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 154 | <intent-filter android:icon="@drawable/ic_launcher_sip_call"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 155 | <action android:name="android.intent.action.CALL"/> |
| 156 | <category android:name="android.intent.category.DEFAULT"/> |
| 157 | <data android:scheme="sip"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 158 | </intent-filter> |
| 159 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 160 | <action android:name="android.intent.action.CALL"/> |
| 161 | <category android:name="android.intent.category.DEFAULT"/> |
| 162 | <data android:scheme="voicemail"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 163 | </intent-filter> |
| 164 | <!-- Omit default category below so that all Intents sent to this filter must be |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 165 | explicit. --> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 166 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 167 | <action android:name="android.intent.action.CALL"/> |
| 168 | <data android:mimeType="vnd.android.cursor.item/phone"/> |
| 169 | <data android:mimeType="vnd.android.cursor.item/phone_v2"/> |
| 170 | <data android:mimeType="vnd.android.cursor.item/person"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 171 | </intent-filter> |
| 172 | </activity> |
| 173 | |
| 174 | <!-- Works like CallActivity with CALL_PRIVILEGED instead of CALL intent. |
| 175 | CALL_PRIVILEGED allows calls to emergency numbers unlike CALL which disallows it. |
| 176 | Intent-sender must have the CALL_PRIVILEGED permission or the broadcast will not be |
| 177 | processed. High priority of 1000 is used in all intent filters to prevent anything but |
| 178 | the system from processing this intent (b/8871505). --> |
| 179 | <activity-alias android:name="PrivilegedCallActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 180 | android:targetActivity=".components.UserCallActivity" |
| 181 | android:permission="android.permission.CALL_PRIVILEGED" |
Ashwini Oruganti | ee1de98 | 2020-05-29 17:44:32 -0700 | [diff] [blame] | 182 | android:exported="true" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 183 | android:process=":ui"> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 184 | <intent-filter android:priority="1000"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 185 | <action android:name="android.intent.action.CALL_PRIVILEGED"/> |
| 186 | <category android:name="android.intent.category.DEFAULT"/> |
| 187 | <data android:scheme="tel"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 188 | </intent-filter> |
| 189 | <intent-filter android:priority="1000" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 190 | android:icon="@drawable/ic_launcher_sip_call"> |
| 191 | <action android:name="android.intent.action.CALL_PRIVILEGED"/> |
| 192 | <category android:name="android.intent.category.DEFAULT"/> |
| 193 | <data android:scheme="sip"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 194 | </intent-filter> |
| 195 | <intent-filter android:priority="1000"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 196 | <action android:name="android.intent.action.CALL_PRIVILEGED"/> |
| 197 | <category android:name="android.intent.category.DEFAULT"/> |
| 198 | <data android:scheme="voicemail"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 199 | </intent-filter> |
| 200 | <intent-filter android:priority="1000"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 201 | <action android:name="android.intent.action.CALL_PRIVILEGED"/> |
| 202 | <data android:mimeType="vnd.android.cursor.item/phone"/> |
| 203 | <data android:mimeType="vnd.android.cursor.item/phone_v2"/> |
| 204 | <data android:mimeType="vnd.android.cursor.item/person"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 205 | </intent-filter> |
| 206 | </activity-alias> |
| 207 | |
| 208 | <!-- Works like CallActivity with CALL_EMERGENCY instead of CALL intent. |
| 209 | CALL_EMERGENCY allows calls *only* to emergency numbers. Intent-sender must have the |
| 210 | CALL_PRIVILEGED permission or the broadcast will not be processed. High priority of |
| 211 | 1000 is used in all intent filters to prevent anything but the system from processing |
| 212 | this intent (b/8871505). --> |
Santos Cordon | df39986 | 2014-08-06 04:39:15 -0700 | [diff] [blame] | 213 | <!-- TODO: Is there really a notion of an emergency SIP number? If not, can |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 214 | that scheme be removed from this activity? --> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 215 | <activity-alias android:name="EmergencyCallActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 216 | android:targetActivity=".components.UserCallActivity" |
| 217 | android:permission="android.permission.CALL_PRIVILEGED" |
Ashwini Oruganti | ee1de98 | 2020-05-29 17:44:32 -0700 | [diff] [blame] | 218 | android:exported="true" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 219 | android:process=":ui"> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 220 | <intent-filter android:priority="1000"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 221 | <action android:name="android.intent.action.CALL_EMERGENCY"/> |
| 222 | <category android:name="android.intent.category.DEFAULT"/> |
| 223 | <data android:scheme="tel"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 224 | </intent-filter> |
| 225 | <intent-filter android:priority="1000" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 226 | android:icon="@drawable/ic_launcher_sip_call"> |
| 227 | <action android:name="android.intent.action.CALL_EMERGENCY"/> |
| 228 | <category android:name="android.intent.category.DEFAULT"/> |
| 229 | <data android:scheme="sip"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 230 | </intent-filter> |
| 231 | <intent-filter android:priority="1000"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 232 | <action android:name="android.intent.action.CALL_EMERGENCY"/> |
| 233 | <category android:name="android.intent.category.DEFAULT"/> |
| 234 | <data android:scheme="voicemail"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 235 | </intent-filter> |
| 236 | <intent-filter android:priority="1000"> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 237 | <action android:name="android.intent.action.CALL_EMERGENCY"/> |
| 238 | <data android:mimeType="vnd.android.cursor.item/phone"/> |
| 239 | <data android:mimeType="vnd.android.cursor.item/phone_v2"/> |
| 240 | <data android:mimeType="vnd.android.cursor.item/person"/> |
Santos Cordon | 10e6832 | 2013-12-12 16:06:56 -0800 | [diff] [blame] | 241 | </intent-filter> |
| 242 | </activity-alias> |
| 243 | |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 244 | <receiver android:name=".components.TelecomBroadcastReceiver" |
| 245 | android:exported="false" |
| 246 | android:process="system"> |
Nancy Chen | 6f5c08d | 2014-09-23 16:54:05 -0700 | [diff] [blame] | 247 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 248 | <action android:name="com.android.server.telecom.ACTION_CLEAR_MISSED_CALLS"/> |
| 249 | <action android:name="com.android.server.telecom.ACTION_CALL_BACK_FROM_NOTIFICATION"/> |
| 250 | <action android:name="com.android.server.telecom.ACTION_SEND_SMS_FROM_NOTIFICATION"/> |
| 251 | <action android:name="com.android.server.telecom.ACTION_ANSWER_FROM_NOTIFICATION"/> |
| 252 | <action android:name="com.android.server.telecom.ACTION_REJECT_FROM_NOTIFICATION"/> |
| 253 | <action android:name="com.android.server.telecom.PROCEED_WITH_CALL"/> |
| 254 | <action android:name="com.android.server.telecom.CANCEL_CALL"/> |
| 255 | <action android:name="com.android.server.telecom.PROCEED_WITH_REDIRECTED_CALL"/> |
| 256 | <action android:name="com.android.server.telecom.CANCEL_REDIRECTED_CALL"/> |
Nancy Chen | 6f5c08d | 2014-09-23 16:54:05 -0700 | [diff] [blame] | 257 | </intent-filter> |
| 258 | </receiver> |
| 259 | |
tonyzhu | 8ba94c5 | 2018-10-23 15:37:04 +0800 | [diff] [blame] | 260 | <receiver android:name=".components.AppUninstallBroadcastReceiver" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 261 | android:process="system" |
| 262 | android:exported="true"> |
Nancy Chen | 6f5c08d | 2014-09-23 16:54:05 -0700 | [diff] [blame] | 263 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 264 | <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED"/> |
| 265 | <data android:scheme="package"/> |
Nancy Chen | 6f5c08d | 2014-09-23 16:54:05 -0700 | [diff] [blame] | 266 | </intent-filter> |
| 267 | </receiver> |
Tyler Gunn | d900ce6 | 2014-08-13 11:40:59 -0700 | [diff] [blame] | 268 | |
Andrew Lee | af22dd1 | 2015-02-25 17:40:11 -0800 | [diff] [blame] | 269 | <activity android:name=".RespondViaSmsSettings" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 270 | android:label="@string/respond_via_sms_setting_title" |
| 271 | android:configChanges="orientation|screenSize|keyboardHidden" |
Thomas Stuart | f84dd7e | 2022-04-04 12:37:46 -0700 | [diff] [blame] | 272 | android:theme="@style/CallSettingsWithoutDividerTheme" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 273 | android:process=":ui" |
| 274 | android:exported="true"> |
Ihab Awad | ff7493a | 2014-06-10 13:47:44 -0700 | [diff] [blame] | 275 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 276 | <action android:name="android.intent.action.MAIN"/> |
| 277 | <action android:name="android.telecom.action.SHOW_RESPOND_VIA_SMS_SETTINGS"/> |
| 278 | <category android:name="android.intent.category.DEFAULT"/> |
Ihab Awad | ff7493a | 2014-06-10 13:47:44 -0700 | [diff] [blame] | 279 | </intent-filter> |
| 280 | </activity> |
Ihab Awad | 104f806 | 2014-07-17 11:29:35 -0700 | [diff] [blame] | 281 | |
Santos Cordon | 5534434 | 2015-05-04 13:05:30 -0700 | [diff] [blame] | 282 | <activity android:name=".settings.EnableAccountPreferenceActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 283 | android:label="@string/enable_account_preference_title" |
| 284 | android:configChanges="orientation|screenSize|keyboardHidden" |
Shen Lin | e34d713 | 2022-10-12 16:11:24 +0800 | [diff] [blame] | 285 | android:theme="@style/Theme.Telecom.EnableAccount" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 286 | android:process=":ui" |
| 287 | android:exported="true"> |
Santos Cordon | 5534434 | 2015-05-04 13:05:30 -0700 | [diff] [blame] | 288 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 289 | <action android:name="android.intent.action.MAIN"/> |
| 290 | <category android:name="android.intent.category.DEFAULT"/> |
Santos Cordon | 5534434 | 2015-05-04 13:05:30 -0700 | [diff] [blame] | 291 | </intent-filter> |
| 292 | </activity> |
| 293 | |
Ihab Awad | 78a5e6b | 2015-02-06 10:13:05 -0800 | [diff] [blame] | 294 | <activity android:name=".components.ErrorDialogActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 295 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 296 | android:excludeFromRecents="true" |
| 297 | android:launchMode="singleInstance" |
| 298 | android:theme="@style/Theme.Telecomm.Transparent" |
| 299 | android:process=":ui"> |
Yorke Lee | d725587 | 2014-08-25 15:03:51 -0700 | [diff] [blame] | 300 | </activity> |
| 301 | |
Tyler Gunn | bbd78a7 | 2017-04-30 14:16:07 -0700 | [diff] [blame] | 302 | <activity android:name=".ui.ConfirmCallDialogActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 303 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 304 | android:excludeFromRecents="true" |
| 305 | android:launchMode="singleInstance" |
| 306 | android:theme="@style/Theme.Telecomm.Transparent" |
| 307 | android:process=":ui"> |
Tyler Gunn | bbd78a7 | 2017-04-30 14:16:07 -0700 | [diff] [blame] | 308 | </activity> |
| 309 | |
sqian | e976e68 | 2018-10-05 18:51:40 -0700 | [diff] [blame] | 310 | <activity android:name=".ui.CallRedirectionTimeoutDialogActivity" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 311 | android:configChanges="orientation|screenSize|keyboardHidden" |
| 312 | android:excludeFromRecents="true" |
| 313 | android:launchMode="singleInstance" |
| 314 | android:theme="@style/Theme.Telecomm.Transparent" |
| 315 | android:process=":ui"> |
sqian | e976e68 | 2018-10-05 18:51:40 -0700 | [diff] [blame] | 316 | </activity> |
| 317 | |
Tyler Gunn | 47eb3fe | 2018-03-12 14:38:47 -0700 | [diff] [blame] | 318 | <activity android:name=".ui.TelecomDeveloperMenu" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 319 | android:label="@string/developer_title" |
| 320 | android:exported="false" |
| 321 | android:process=":ui"/> |
Yorke Lee | b5c5d44 | 2015-04-27 15:21:53 -0700 | [diff] [blame] | 322 | |
Ihab Awad | 78a5e6b | 2015-02-06 10:13:05 -0800 | [diff] [blame] | 323 | <service android:name=".components.TelecomService" |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 324 | android:singleUser="true" |
| 325 | android:process="system" |
| 326 | android:exported="true"> |
Santos Cordon | f987d1a | 2014-12-02 03:37:03 -0800 | [diff] [blame] | 327 | <intent-filter> |
Ashwini Oruganti | c51ebdf | 2020-03-23 16:54:51 -0700 | [diff] [blame] | 328 | <action android:name="android.telecom.ITelecomService"/> |
Santos Cordon | f987d1a | 2014-12-02 03:37:03 -0800 | [diff] [blame] | 329 | </intent-filter> |
| 330 | </service> |
| 331 | |
Ben Gilad | 4937ff9 | 2013-12-12 12:05:37 -0800 | [diff] [blame] | 332 | </application> |
| 333 | </manifest> |