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