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