blob: b0993b73091b9a319638dfc60e6aaf544a4f8398 [file] [log] [blame]
Yorke Leeb4ce1432014-06-09 13:53:23 -07001/*
2 * Copyright (C) 2014 The Android Open Source Project
3 *
Santos Cordon9eb45932014-06-27 12:28:43 -07004 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5 * in compliance with the License. You may obtain a copy of the License at
Yorke Leeb4ce1432014-06-09 13:53:23 -07006 *
Santos Cordon9eb45932014-06-27 12:28:43 -07007 * http://www.apache.org/licenses/LICENSE-2.0
Yorke Leeb4ce1432014-06-09 13:53:23 -07008 *
Santos Cordon9eb45932014-06-27 12:28:43 -07009 * Unless required by applicable law or agreed to in writing, software distributed under the License
10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11 * or implied. See the License for the specific language governing permissions and limitations under
12 * the License.
Yorke Leeb4ce1432014-06-09 13:53:23 -070013 */
14
Tyler Gunnef9f6f92014-09-12 22:16:17 -070015package android.telecom;
Yorke Leeb4ce1432014-06-09 13:53:23 -070016
Hall Liu0464b9b2016-01-12 15:32:58 -080017import android.Manifest;
Tyler Gunn6e3ecc42018-11-12 11:30:56 -080018import android.annotation.IntDef;
tonyzhuff60f5e2018-10-01 19:14:59 +080019import android.annotation.NonNull;
Yorke Leec61d1362015-09-21 17:25:25 -070020import android.annotation.RequiresPermission;
Jeff Sharkey910e0812017-04-21 16:29:27 -060021import android.annotation.SuppressAutoDoc;
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -060022import android.annotation.SuppressLint;
Santos Cordon6c7a3882014-06-25 15:30:08 -070023import android.annotation.SystemApi;
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -060024import android.annotation.SystemService;
Tyler Gunn6c14a6992019-02-04 15:12:06 -080025import android.annotation.TestApi;
Mathew Inwood42346d12018-08-01 11:33:05 +010026import android.annotation.UnsupportedAppUsage;
Tyler Gunn7e45b722018-12-04 12:56:45 -080027import android.app.role.RoleManagerCallback;
Santos Cordon6c7a3882014-06-25 15:30:08 -070028import android.content.ComponentName;
Yorke Leeb4ce1432014-06-09 13:53:23 -070029import android.content.Context;
Yorke Lee3e56ba12015-04-23 12:32:36 -070030import android.content.Intent;
Nancy Chenb2299c12014-10-29 18:22:11 -070031import android.net.Uri;
Sanket Padawef6a9e5b2018-01-05 14:26:16 -080032import android.os.Build;
Santos Cordon96efb482014-07-19 14:57:05 -070033import android.os.Bundle;
Santos Cordon6c7a3882014-06-25 15:30:08 -070034import android.os.RemoteException;
35import android.os.ServiceManager;
Tyler Gunn7e45b722018-12-04 12:56:45 -080036import android.os.UserHandle;
Yorke Lee2ae312e2014-09-12 17:58:48 -070037import android.telephony.TelephonyManager;
Anthony Lee67279262014-10-27 11:28:40 -070038import android.text.TextUtils;
Santos Cordon6c7a3882014-06-25 15:30:08 -070039import android.util.Log;
Yorke Leeb4ce1432014-06-09 13:53:23 -070040
Tyler Gunnef9f6f92014-09-12 22:16:17 -070041import com.android.internal.telecom.ITelecomService;
Yorke Leeb4ce1432014-06-09 13:53:23 -070042
Tyler Gunn6e3ecc42018-11-12 11:30:56 -080043import java.lang.annotation.Retention;
44import java.lang.annotation.RetentionPolicy;
Jay Shrauner7746a942014-08-26 12:15:15 -070045import java.util.ArrayList;
Tyler Gunna1ed7d12014-09-08 09:52:22 -070046import java.util.Collections;
Ihab Awad807fe0a2014-07-09 12:30:52 -070047import java.util.List;
Tyler Gunn7e45b722018-12-04 12:56:45 -080048import java.util.concurrent.Executor;
Ihab Awad807fe0a2014-07-09 12:30:52 -070049
Yorke Leeb4ce1432014-06-09 13:53:23 -070050/**
Santos Cordond9e614f2014-10-28 13:10:36 -070051 * Provides access to information about active calls and registration/call-management functionality.
Evan Charlton0e094d92014-11-08 15:49:16 -080052 * Apps can use methods in this class to determine the current call state.
Santos Cordond9e614f2014-10-28 13:10:36 -070053 * <p>
54 * Apps do not instantiate this class directly; instead, they retrieve a reference to an instance
55 * through {@link Context#getSystemService Context.getSystemService(Context.TELECOM_SERVICE)}.
56 * <p>
57 * Note that access to some telecom information is permission-protected. Your app cannot access the
58 * protected information or gain access to protected functionality unless it has the appropriate
59 * permissions declared in its manifest file. Where permissions apply, they are noted in the method
60 * descriptions.
Yorke Leeb4ce1432014-06-09 13:53:23 -070061 */
Jeff Sharkey910e0812017-04-21 16:29:27 -060062@SuppressAutoDoc
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -060063@SystemService(Context.TELECOM_SERVICE)
Tyler Gunnef9f6f92014-09-12 22:16:17 -070064public class TelecomManager {
Ihab Awad807fe0a2014-07-09 12:30:52 -070065
Evan Charlton10197192014-07-19 15:00:29 -070066 /**
Santos Cordon96efb482014-07-19 14:57:05 -070067 * Activity action: Starts the UI for handing an incoming call. This intent starts the in-call
Tyler Gunnef9f6f92014-09-12 22:16:17 -070068 * UI by notifying the Telecom system that an incoming call exists for a specific call service
69 * (see {@link android.telecom.ConnectionService}). Telecom reads the Intent extras to find
70 * and bind to the appropriate {@link android.telecom.ConnectionService} which Telecom will
Santos Cordon96efb482014-07-19 14:57:05 -070071 * ultimately use to control and get information about the call.
72 * <p>
73 * Input: get*Extra field {@link #EXTRA_PHONE_ACCOUNT_HANDLE} contains the component name of the
Tyler Gunnef9f6f92014-09-12 22:16:17 -070074 * {@link android.telecom.ConnectionService} that Telecom should bind to. Telecom will then
Evan Charlton10197192014-07-19 15:00:29 -070075 * ask the connection service for more information about the call prior to showing any UI.
Brad Ebinger23b1c6d2017-01-12 13:10:40 -080076 *
77 * @deprecated Use {@link #addNewIncomingCall} instead.
Evan Charlton10197192014-07-19 15:00:29 -070078 */
Tyler Gunnef9f6f92014-09-12 22:16:17 -070079 public static final String ACTION_INCOMING_CALL = "android.telecom.action.INCOMING_CALL";
Evan Charlton10197192014-07-19 15:00:29 -070080
81 /**
Yorke Leec3cf9822014-10-02 09:38:39 -070082 * Similar to {@link #ACTION_INCOMING_CALL}, but is used only by Telephony to add a new
83 * sim-initiated MO call for carrier testing.
Brad Ebinger23b1c6d2017-01-12 13:10:40 -080084 * @deprecated Use {@link #addNewUnknownCall} instead.
Yorke Leec3cf9822014-10-02 09:38:39 -070085 * @hide
86 */
87 public static final String ACTION_NEW_UNKNOWN_CALL = "android.telecom.action.NEW_UNKNOWN_CALL";
88
89 /**
Santos Cordon895d4b82015-06-25 16:41:48 -070090 * An {@link android.content.Intent} action sent by the telecom framework to start a
91 * configuration dialog for a registered {@link PhoneAccount}. There is no default dialog
92 * and each app that registers a {@link PhoneAccount} should provide one if desired.
93 * <p>
94 * A user can access the list of enabled {@link android.telecom.PhoneAccount}s through the Phone
95 * app's settings menu. For each entry, the settings app will add a click action. When
96 * triggered, the click-action will start this intent along with the extra
97 * {@link #EXTRA_PHONE_ACCOUNT_HANDLE} to indicate the {@link PhoneAccount} to configure. If the
98 * {@link PhoneAccount} package does not register an {@link android.app.Activity} for this
99 * intent, then it will not be sent.
Evan Charlton10197192014-07-19 15:00:29 -0700100 */
Santos Cordon895d4b82015-06-25 16:41:48 -0700101 public static final String ACTION_CONFIGURE_PHONE_ACCOUNT =
102 "android.telecom.action.CONFIGURE_PHONE_ACCOUNT";
Evan Charlton10197192014-07-19 15:00:29 -0700103
104 /**
Andrew Lee873cfbf2015-02-26 15:22:00 -0800105 * The {@link android.content.Intent} action used to show the call accessibility settings page.
106 */
107 public static final String ACTION_SHOW_CALL_ACCESSIBILITY_SETTINGS =
108 "android.telecom.action.SHOW_CALL_ACCESSIBILITY_SETTINGS";
109
110 /**
Yorke Lee3818a892014-07-21 15:57:17 -0700111 * The {@link android.content.Intent} action used to show the call settings page.
112 */
113 public static final String ACTION_SHOW_CALL_SETTINGS =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700114 "android.telecom.action.SHOW_CALL_SETTINGS";
Yorke Lee3818a892014-07-21 15:57:17 -0700115
116 /**
Andrew Lee866080f2015-02-19 12:05:33 -0800117 * The {@link android.content.Intent} action used to show the respond via SMS settings page.
118 */
119 public static final String ACTION_SHOW_RESPOND_VIA_SMS_SETTINGS =
120 "android.telecom.action.SHOW_RESPOND_VIA_SMS_SETTINGS";
121
122 /**
Evan Charlton6d8604f2014-09-04 12:38:17 -0700123 * The {@link android.content.Intent} action used to show the settings page used to configure
124 * {@link PhoneAccount} preferences.
125 */
126 public static final String ACTION_CHANGE_PHONE_ACCOUNTS =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700127 "android.telecom.action.CHANGE_PHONE_ACCOUNTS";
Evan Charlton6d8604f2014-09-04 12:38:17 -0700128
129 /**
Tyler Gunnd9da6ce2017-04-14 13:43:30 -0700130 * {@link android.content.Intent} action used indicate that a new phone account was just
131 * registered.
132 * <p>
133 * The Intent {@link Intent#getExtras() extras} will contain {@link #EXTRA_PHONE_ACCOUNT_HANDLE}
134 * to indicate which {@link PhoneAccount} was registered.
135 * <p>
136 * Will only be sent to the default dialer app (see {@link #getDefaultDialerPackage()}).
Santos Cordonc66f3ba2015-02-27 15:22:07 -0800137 */
Santos Cordonc66f3ba2015-02-27 15:22:07 -0800138 public static final String ACTION_PHONE_ACCOUNT_REGISTERED =
139 "android.telecom.action.PHONE_ACCOUNT_REGISTERED";
140
141 /**
Tyler Gunnd9da6ce2017-04-14 13:43:30 -0700142 * {@link android.content.Intent} action used indicate that a phone account was just
143 * unregistered.
144 * <p>
145 * The Intent {@link Intent#getExtras() extras} will contain {@link #EXTRA_PHONE_ACCOUNT_HANDLE}
146 * to indicate which {@link PhoneAccount} was unregistered.
147 * <p>
148 * Will only be sent to the default dialer app (see {@link #getDefaultDialerPackage()}).
Bryce Lee30b0aa02015-09-23 21:53:53 -0700149 */
Bryce Lee30b0aa02015-09-23 21:53:53 -0700150 public static final String ACTION_PHONE_ACCOUNT_UNREGISTERED =
151 "android.telecom.action.PHONE_ACCOUNT_UNREGISTERED";
152
153 /**
Yorke Lee1011f482015-04-23 15:58:27 -0700154 * Activity action: Shows a dialog asking the user whether or not they want to replace the
155 * current default Dialer with the one specified in
156 * {@link #EXTRA_CHANGE_DEFAULT_DIALER_PACKAGE_NAME}.
157 *
158 * Usage example:
159 * <pre>
160 * Intent intent = new Intent(TelecomManager.ACTION_CHANGE_DEFAULT_DIALER);
161 * intent.putExtra(TelecomManager.EXTRA_CHANGE_DEFAULT_DIALER_PACKAGE_NAME,
162 * getActivity().getPackageName());
163 * startActivity(intent);
164 * </pre>
165 */
166 public static final String ACTION_CHANGE_DEFAULT_DIALER =
167 "android.telecom.action.CHANGE_DEFAULT_DIALER";
168
169 /**
Yorke Lee107c4ce2015-06-15 12:08:24 -0700170 * Broadcast intent action indicating that the current default dialer has changed.
171 * The string extra {@link #EXTRA_CHANGE_DEFAULT_DIALER_PACKAGE_NAME} will contain the
172 * name of the package that the default dialer was changed to.
173 *
174 * @see #EXTRA_CHANGE_DEFAULT_DIALER_PACKAGE_NAME
175 */
176 public static final String ACTION_DEFAULT_DIALER_CHANGED =
177 "android.telecom.action.DEFAULT_DIALER_CHANGED";
178
179 /**
Yorke Lee1011f482015-04-23 15:58:27 -0700180 * Extra value used to provide the package name for {@link #ACTION_CHANGE_DEFAULT_DIALER}.
181 */
182 public static final String EXTRA_CHANGE_DEFAULT_DIALER_PACKAGE_NAME =
183 "android.telecom.extra.CHANGE_DEFAULT_DIALER_PACKAGE_NAME";
184
185 /**
tonyzhuff60f5e2018-10-01 19:14:59 +0800186 * Broadcast intent action indicating that the current default call screening app has changed.
187 *
188 * The string extra {@link #EXTRA_DEFAULT_CALL_SCREENING_APP_COMPONENT_NAME} will contain the
189 * name of the Component of the previous or the new call screening app.
190 *
191 * The boolean extra {@link #EXTRA_IS_DEFAULT_CALL_SCREENING_APP} will indicate the component
192 * name in the String extra {@link #EXTRA_DEFAULT_CALL_SCREENING_APP_COMPONENT_NAME} is default
193 * call screening app or not.
194 */
195 public static final String ACTION_DEFAULT_CALL_SCREENING_APP_CHANGED =
196 "android.telecom.action.DEFAULT_CALL_SCREENING_APP_CHANGED";
197
198 /**
199 * Extra value used with {@link #ACTION_DEFAULT_CALL_SCREENING_APP_CHANGED} broadcast to
200 * indicate the ComponentName of the call screening app which has changed.
201 */
202 public static final String EXTRA_DEFAULT_CALL_SCREENING_APP_COMPONENT_NAME =
203 "android.telecom.extra.DEFAULT_CALL_SCREENING_APP_COMPONENT_NAME";
204
205 /**
206 * Extra value used with {@link #ACTION_DEFAULT_CALL_SCREENING_APP_CHANGED} broadcast to
207 * indicate whether an app is the default call screening app.
208 */
209 public static final String EXTRA_IS_DEFAULT_CALL_SCREENING_APP =
210 "android.telecom.extra.IS_DEFAULT_CALL_SCREENING_APP";
211
212 /**
Evan Charlton6eb262c2014-07-19 18:18:19 -0700213 * Optional extra for {@link android.content.Intent#ACTION_CALL} containing a boolean that
214 * determines whether the speakerphone should be automatically turned on for an outgoing call.
Evan Charlton10197192014-07-19 15:00:29 -0700215 */
216 public static final String EXTRA_START_CALL_WITH_SPEAKERPHONE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700217 "android.telecom.extra.START_CALL_WITH_SPEAKERPHONE";
Evan Charlton10197192014-07-19 15:00:29 -0700218
219 /**
Evan Charlton6eb262c2014-07-19 18:18:19 -0700220 * Optional extra for {@link android.content.Intent#ACTION_CALL} containing an integer that
221 * determines the desired video state for an outgoing call.
Santos Cordon96efb482014-07-19 14:57:05 -0700222 * Valid options:
Yorke Lee32f24732015-05-12 16:18:03 -0700223 * {@link VideoProfile#STATE_AUDIO_ONLY},
224 * {@link VideoProfile#STATE_BIDIRECTIONAL},
225 * {@link VideoProfile#STATE_RX_ENABLED},
226 * {@link VideoProfile#STATE_TX_ENABLED}.
Evan Charlton10197192014-07-19 15:00:29 -0700227 */
228 public static final String EXTRA_START_CALL_WITH_VIDEO_STATE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700229 "android.telecom.extra.START_CALL_WITH_VIDEO_STATE";
Evan Charlton10197192014-07-19 15:00:29 -0700230
231 /**
Tyler Gunn37653562017-03-13 18:15:15 -0700232 * Optional extra for {@link #addNewIncomingCall(PhoneAccountHandle, Bundle)} containing an
233 * integer that determines the requested video state for an incoming call.
234 * Valid options:
235 * {@link VideoProfile#STATE_AUDIO_ONLY},
236 * {@link VideoProfile#STATE_BIDIRECTIONAL},
237 * {@link VideoProfile#STATE_RX_ENABLED},
238 * {@link VideoProfile#STATE_TX_ENABLED}.
239 */
240 public static final String EXTRA_INCOMING_VIDEO_STATE =
241 "android.telecom.extra.INCOMING_VIDEO_STATE";
242
243 /**
Santos Cordon96efb482014-07-19 14:57:05 -0700244 * The extra used with an {@link android.content.Intent#ACTION_CALL} and
245 * {@link android.content.Intent#ACTION_DIAL} {@code Intent} to specify a
246 * {@link PhoneAccountHandle} to use when making the call.
Evan Charlton10197192014-07-19 15:00:29 -0700247 * <p class="note">
Santos Cordon96efb482014-07-19 14:57:05 -0700248 * Retrieve with {@link android.content.Intent#getParcelableExtra(String)}.
Evan Charlton10197192014-07-19 15:00:29 -0700249 */
Evan Charlton6eb262c2014-07-19 18:18:19 -0700250 public static final String EXTRA_PHONE_ACCOUNT_HANDLE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700251 "android.telecom.extra.PHONE_ACCOUNT_HANDLE";
Evan Charlton10197192014-07-19 15:00:29 -0700252
253 /**
Tyler Gunn335ff2e2015-07-30 14:18:33 -0700254 * Optional extra for {@link android.content.Intent#ACTION_CALL} containing a string call
255 * subject which will be associated with an outgoing call. Should only be specified if the
256 * {@link PhoneAccount} supports the capability {@link PhoneAccount#CAPABILITY_CALL_SUBJECT}.
257 */
258 public static final String EXTRA_CALL_SUBJECT = "android.telecom.extra.CALL_SUBJECT";
259
260 /**
Yorke Lee04ea7d32015-06-05 15:59:18 -0700261 * The extra used by a {@link ConnectionService} to provide the handle of the caller that
262 * has initiated a new incoming call.
263 */
Yorke Lee02fb5bc2015-06-09 12:27:36 -0700264 public static final String EXTRA_INCOMING_CALL_ADDRESS =
265 "android.telecom.extra.INCOMING_CALL_ADDRESS";
Yorke Lee04ea7d32015-06-05 15:59:18 -0700266
267 /**
Santos Cordon96efb482014-07-19 14:57:05 -0700268 * Optional extra for {@link #ACTION_INCOMING_CALL} containing a {@link Bundle} which contains
269 * metadata about the call. This {@link Bundle} will be returned to the
270 * {@link ConnectionService}.
Evan Charlton10197192014-07-19 15:00:29 -0700271 */
272 public static final String EXTRA_INCOMING_CALL_EXTRAS =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700273 "android.telecom.extra.INCOMING_CALL_EXTRAS";
Evan Charlton10197192014-07-19 15:00:29 -0700274
275 /**
Joseph Pirozzo40ea5ee2018-01-02 16:15:23 -0800276 * Optional extra for {@link #ACTION_INCOMING_CALL} containing a boolean to indicate that the
277 * call has an externally generated ringer. Used by the HfpClientConnectionService when In Band
278 * Ringtone is enabled to prevent two ringers from being generated.
279 * @hide
280 */
281 public static final String EXTRA_CALL_EXTERNAL_RINGER =
282 "android.telecom.extra.CALL_EXTERNAL_RINGER";
283
284 /**
Nancy Chen10798dc2014-08-08 14:00:25 -0700285 * Optional extra for {@link android.content.Intent#ACTION_CALL} and
286 * {@link android.content.Intent#ACTION_DIAL} {@code Intent} containing a {@link Bundle}
287 * which contains metadata about the call. This {@link Bundle} will be saved into
Santos Cordon7a060d52015-06-19 14:52:04 -0700288 * {@code Call.Details} and passed to the {@link ConnectionService} when placing the call.
Nancy Chen10798dc2014-08-08 14:00:25 -0700289 */
290 public static final String EXTRA_OUTGOING_CALL_EXTRAS =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700291 "android.telecom.extra.OUTGOING_CALL_EXTRAS";
Nancy Chen10798dc2014-08-08 14:00:25 -0700292
293 /**
Yorke Leec3cf9822014-10-02 09:38:39 -0700294 * @hide
295 */
296 public static final String EXTRA_UNKNOWN_CALL_HANDLE =
297 "android.telecom.extra.UNKNOWN_CALL_HANDLE";
298
299 /**
Sailesh Nepalda6bb382016-04-14 19:51:46 -0700300 * Optional extra for incoming and outgoing calls containing a long which specifies the time the
301 * call was created. This value is in milliseconds since boot.
302 * @hide
303 */
304 public static final String EXTRA_CALL_CREATED_TIME_MILLIS =
305 "android.telecom.extra.CALL_CREATED_TIME_MILLIS";
306
307 /**
308 * Optional extra for incoming and outgoing calls containing a long which specifies the time
309 * telecom began routing the call. This value is in milliseconds since boot.
310 * @hide
311 */
312 public static final String EXTRA_CALL_TELECOM_ROUTING_START_TIME_MILLIS =
313 "android.telecom.extra.CALL_TELECOM_ROUTING_START_TIME_MILLIS";
314
315 /**
316 * Optional extra for incoming and outgoing calls containing a long which specifies the time
317 * telecom finished routing the call. This value is in milliseconds since boot.
318 * @hide
319 */
320 public static final String EXTRA_CALL_TELECOM_ROUTING_END_TIME_MILLIS =
321 "android.telecom.extra.CALL_TELECOM_ROUTING_END_TIME_MILLIS";
322
323 /**
Evan Charlton6eb262c2014-07-19 18:18:19 -0700324 * Optional extra for {@link android.telephony.TelephonyManager#ACTION_PHONE_STATE_CHANGED}
325 * containing the disconnect code.
Evan Charlton10197192014-07-19 15:00:29 -0700326 */
327 public static final String EXTRA_CALL_DISCONNECT_CAUSE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700328 "android.telecom.extra.CALL_DISCONNECT_CAUSE";
Evan Charlton10197192014-07-19 15:00:29 -0700329
330 /**
Evan Charlton6eb262c2014-07-19 18:18:19 -0700331 * Optional extra for {@link android.telephony.TelephonyManager#ACTION_PHONE_STATE_CHANGED}
332 * containing the disconnect message.
Evan Charlton10197192014-07-19 15:00:29 -0700333 */
334 public static final String EXTRA_CALL_DISCONNECT_MESSAGE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700335 "android.telecom.extra.CALL_DISCONNECT_MESSAGE";
Evan Charlton10197192014-07-19 15:00:29 -0700336
337 /**
Evan Charlton6eb262c2014-07-19 18:18:19 -0700338 * Optional extra for {@link android.telephony.TelephonyManager#ACTION_PHONE_STATE_CHANGED}
339 * containing the component name of the associated connection service.
Evan Charlton0e094d92014-11-08 15:49:16 -0800340 * @hide
Evan Charlton10197192014-07-19 15:00:29 -0700341 */
Evan Charlton0e094d92014-11-08 15:49:16 -0800342 @SystemApi
Evan Charlton10197192014-07-19 15:00:29 -0700343 public static final String EXTRA_CONNECTION_SERVICE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700344 "android.telecom.extra.CONNECTION_SERVICE";
Evan Charlton10197192014-07-19 15:00:29 -0700345
346 /**
Hall Liu90f62902015-11-19 16:19:24 -0800347 * Optional extra for communicating the call technology used by a
348 * {@link com.android.internal.telephony.Connection} to Telecom
349 * @hide
350 */
351 public static final String EXTRA_CALL_TECHNOLOGY_TYPE =
352 "android.telecom.extra.CALL_TECHNOLOGY_TYPE";
353
354 /**
Wei Huang7f7f72e2018-05-30 19:21:36 +0800355 * Optional extra for communicating the call network technology used by a
356 * {@link android.telecom.Connection} to Telecom and InCallUI.
357 *
358 * @see {@code NETWORK_TYPE_*} in {@link android.telephony.TelephonyManager}.
359 */
360 public static final String EXTRA_CALL_NETWORK_TYPE =
361 "android.telecom.extra.CALL_NETWORK_TYPE";
362
363 /**
Nancy Chen7ab1dc42014-09-09 18:18:26 -0700364 * An optional {@link android.content.Intent#ACTION_CALL} intent extra denoting the
365 * package name of the app specifying an alternative gateway for the call.
366 * The value is a string.
367 *
368 * (The following comment corresponds to the all GATEWAY_* extras)
369 * An app which sends the {@link android.content.Intent#ACTION_CALL} intent can specify an
370 * alternative address to dial which is different from the one specified and displayed to
371 * the user. This alternative address is referred to as the gateway address.
372 */
373 public static final String GATEWAY_PROVIDER_PACKAGE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700374 "android.telecom.extra.GATEWAY_PROVIDER_PACKAGE";
Nancy Chen7ab1dc42014-09-09 18:18:26 -0700375
376 /**
377 * An optional {@link android.content.Intent#ACTION_CALL} intent extra corresponding to the
378 * original address to dial for the call. This is used when an alternative gateway address is
379 * provided to recall the original address.
380 * The value is a {@link android.net.Uri}.
381 *
382 * (See {@link #GATEWAY_PROVIDER_PACKAGE} for details)
383 */
384 public static final String GATEWAY_ORIGINAL_ADDRESS =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700385 "android.telecom.extra.GATEWAY_ORIGINAL_ADDRESS";
Nancy Chen7ab1dc42014-09-09 18:18:26 -0700386
387 /**
Evan Charlton10197192014-07-19 15:00:29 -0700388 * The number which the party on the other side of the line will see (and use to return the
389 * call).
390 * <p>
Santos Cordon96efb482014-07-19 14:57:05 -0700391 * {@link ConnectionService}s which interact with {@link RemoteConnection}s should only populate
392 * this if the {@link android.telephony.TelephonyManager#getLine1Number()} value, as that is the
393 * user's expected caller ID.
Evan Charlton10197192014-07-19 15:00:29 -0700394 */
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700395 public static final String EXTRA_CALL_BACK_NUMBER = "android.telecom.extra.CALL_BACK_NUMBER";
Evan Charlton10197192014-07-19 15:00:29 -0700396
397 /**
Hall Liu8f613fb2017-02-14 18:11:11 -0800398 * The number of milliseconds that Telecom should wait after disconnecting a call via the
399 * ACTION_NEW_OUTGOING_CALL broadcast, in order to wait for the app which cancelled the call
400 * to make a new one.
401 * @hide
402 */
403 public static final String EXTRA_NEW_OUTGOING_CALL_CANCEL_TIMEOUT =
404 "android.telecom.extra.NEW_OUTGOING_CALL_CANCEL_TIMEOUT";
405
406 /**
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700407 * Boolean extra specified to indicate that the intention of adding a call is to handover an
Tyler Gunn8bf76572017-04-06 15:30:08 -0700408 * existing call from the user's device to a different {@link PhoneAccount}.
409 * <p>
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700410 * Used when calling {@link #addNewIncomingCall(PhoneAccountHandle, Bundle)}
411 * to indicate to Telecom that the purpose of adding a new incoming call is to handover an
412 * existing call from the user's device to a different {@link PhoneAccount}. This occurs on
413 * the receiving side of a handover.
414 * <p>
415 * Used when Telecom calls
416 * {@link ConnectionService#onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}
417 * to indicate that the purpose of Telecom requesting a new outgoing connection it to request
418 * a handover to this {@link ConnectionService} from an ongoing call on the user's device. This
419 * occurs on the initiating side of a handover.
420 * <p>
Tyler Gunn727c6bd2017-04-11 09:51:40 -0700421 * The phone number of the call used by Telecom to determine which call should be handed over.
Tyler Gunn8bf76572017-04-06 15:30:08 -0700422 * @hide
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800423 * @deprecated Use the public handover APIs. See
424 * {@link Call#handoverTo(PhoneAccountHandle, int, Bundle)} for more information.
Tyler Gunn8bf76572017-04-06 15:30:08 -0700425 */
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800426 @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 119305590)
Tyler Gunn8bf76572017-04-06 15:30:08 -0700427 public static final String EXTRA_IS_HANDOVER = "android.telecom.extra.IS_HANDOVER";
428
429 /**
Tyler Gunn79bc1ec2018-01-22 15:17:54 -0800430 * When {@code true} indicates that a request to create a new connection is for the purpose of
431 * a handover. Note: This is used with the
432 * {@link android.telecom.Call#handoverTo(PhoneAccountHandle, int, Bundle)} API as part of the
433 * internal communication mechanism with the {@link android.telecom.ConnectionService}. It is
434 * not the same as the legacy {@link #EXTRA_IS_HANDOVER} extra.
435 * @hide
436 */
437 public static final String EXTRA_IS_HANDOVER_CONNECTION =
438 "android.telecom.extra.IS_HANDOVER_CONNECTION";
439
440 /**
Tyler Gunn3af38692017-05-26 13:30:09 -0700441 * Parcelable extra used with {@link #EXTRA_IS_HANDOVER} to indicate the source
442 * {@link PhoneAccountHandle} when initiating a handover which {@link ConnectionService}
443 * the handover is from.
444 * @hide
445 */
446 public static final String EXTRA_HANDOVER_FROM_PHONE_ACCOUNT =
447 "android.telecom.extra.HANDOVER_FROM_PHONE_ACCOUNT";
448
449 /**
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700450 * Extra key specified in the {@link ConnectionRequest#getExtras()} when Telecom calls
451 * {@link ConnectionService#onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}
452 * to inform the {@link ConnectionService} what the initial {@link CallAudioState} of the
453 * {@link Connection} will be.
454 * @hide
455 */
456 public static final String EXTRA_CALL_AUDIO_STATE = "android.telecom.extra.CALL_AUDIO_STATE";
457
458 /**
Hall Liu95d55872017-01-25 17:12:49 -0800459 * A boolean extra, which when set on the {@link Intent#ACTION_CALL} intent or on the bundle
460 * passed into {@link #placeCall(Uri, Bundle)}, indicates that the call should be initiated with
461 * an RTT session open. See {@link android.telecom.Call.RttCall} for more information on RTT.
462 */
463 public static final String EXTRA_START_CALL_WITH_RTT =
464 "android.telecom.extra.START_CALL_WITH_RTT";
465
466 /**
Youming Ye8ded93a2018-10-02 13:24:43 -0700467 * A boolean extra set to indicate whether an app is eligible to be bound to when there are
468 * ongoing calls on the device.
469 */
470 public static final String EXTRA_IS_ENABLED = "android.telecom.extra.IS_ENABLED";
471
472 /**
Santos Cordonf2600eb2015-06-22 15:02:20 -0700473 * A boolean meta-data value indicating whether an {@link InCallService} implements an
474 * in-call user interface. Dialer implementations (see {@link #getDefaultDialerPackage()}) which
475 * would also like to replace the in-call interface should set this meta-data to {@code true} in
476 * the manifest registration of their {@link InCallService}.
477 */
478 public static final String METADATA_IN_CALL_SERVICE_UI = "android.telecom.IN_CALL_SERVICE_UI";
479
480 /**
Santos Cordon88881552015-12-10 17:29:54 -0800481 * A boolean meta-data value indicating whether an {@link InCallService} implements an
482 * in-call user interface to be used while the device is in car-mode (see
Hector Dearman923382c2018-12-13 16:42:33 +0000483 * {@link android.content.res.Configuration#UI_MODE_TYPE_CAR}).
Santos Cordon88881552015-12-10 17:29:54 -0800484 */
485 public static final String METADATA_IN_CALL_SERVICE_CAR_MODE_UI =
486 "android.telecom.IN_CALL_SERVICE_CAR_MODE_UI";
487
488 /**
Sailesh Nepal9c2618b2016-01-23 16:28:22 -0800489 * A boolean meta-data value indicating whether an {@link InCallService} implements ringing.
490 * Dialer implementations (see {@link #getDefaultDialerPackage()}) which would also like to
491 * override the system provided ringing should set this meta-data to {@code true} in the
492 * manifest registration of their {@link InCallService}.
493 */
494 public static final String METADATA_IN_CALL_SERVICE_RINGING =
495 "android.telecom.IN_CALL_SERVICE_RINGING";
496
497 /**
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700498 * A boolean meta-data value indicating whether an {@link InCallService} wants to be informed of
499 * calls which have the {@link Call.Details#PROPERTY_IS_EXTERNAL_CALL} property. An external
500 * call is one which a {@link ConnectionService} knows about, but is not connected to directly.
501 * Dialer implementations (see {@link #getDefaultDialerPackage()}) which would like to be
502 * informed of external calls should set this meta-data to {@code true} in the manifest
503 * registration of their {@link InCallService}. By default, the {@link InCallService} will NOT
504 * be informed of external calls.
505 */
506 public static final String METADATA_INCLUDE_EXTERNAL_CALLS =
507 "android.telecom.INCLUDE_EXTERNAL_CALLS";
508
509 /**
Tyler Gunn24e18332017-02-10 09:42:49 -0800510 * A boolean meta-data value indicating whether an {@link InCallService} wants to be informed of
511 * calls which have the {@link Call.Details#PROPERTY_SELF_MANAGED} property. A self-managed
512 * call is one which originates from a self-managed {@link ConnectionService} which has chosen
513 * to implement its own call user interface. An {@link InCallService} implementation which
514 * would like to be informed of external calls should set this meta-data to {@code true} in the
515 * manifest registration of their {@link InCallService}. By default, the {@link InCallService}
516 * will NOT be informed about self-managed calls.
517 * <p>
518 * An {@link InCallService} which receives self-managed calls is free to view and control the
519 * state of calls in the self-managed {@link ConnectionService}. An example use-case is
Tyler Gunn37653562017-03-13 18:15:15 -0700520 * exposing these calls to an automotive device via its companion app.
521 * <p>
522 * This meta-data can only be set for an {@link InCallService} which also sets
523 * {@link #METADATA_IN_CALL_SERVICE_UI}. Only the default phone/dialer app, or a car-mode
524 * {@link InCallService} can see self-managed calls.
Tyler Gunn24e18332017-02-10 09:42:49 -0800525 * <p>
526 * See also {@link Connection#PROPERTY_SELF_MANAGED}.
527 */
528 public static final String METADATA_INCLUDE_SELF_MANAGED_CALLS =
529 "android.telecom.INCLUDE_SELF_MANAGED_CALLS";
530
531 /**
Evan Charlton10197192014-07-19 15:00:29 -0700532 * The dual tone multi-frequency signaling character sent to indicate the dialing system should
533 * pause for a predefined period.
534 */
535 public static final char DTMF_CHARACTER_PAUSE = ',';
536
537 /**
538 * The dual-tone multi-frequency signaling character sent to indicate the dialing system should
539 * wait for user confirmation before proceeding.
540 */
541 public static final char DTMF_CHARACTER_WAIT = ';';
542
543 /**
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800544 * @hide
545 */
546 @IntDef(prefix = { "TTY_MODE_" },
547 value = {TTY_MODE_OFF, TTY_MODE_FULL, TTY_MODE_HCO, TTY_MODE_VCO})
548 @Retention(RetentionPolicy.SOURCE)
549 public @interface TtyMode {}
550
551 /**
Evan Charlton10197192014-07-19 15:00:29 -0700552 * TTY (teletypewriter) mode is off.
553 *
554 * @hide
555 */
Tyler Gunn6c14a6992019-02-04 15:12:06 -0800556 @TestApi
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800557 @SystemApi
Evan Charlton10197192014-07-19 15:00:29 -0700558 public static final int TTY_MODE_OFF = 0;
559
560 /**
561 * TTY (teletypewriter) mode is on. The speaker is off and the microphone is muted. The user
562 * will communicate with the remote party by sending and receiving text messages.
563 *
564 * @hide
565 */
Tyler Gunn6c14a6992019-02-04 15:12:06 -0800566 @TestApi
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800567 @SystemApi
Evan Charlton10197192014-07-19 15:00:29 -0700568 public static final int TTY_MODE_FULL = 1;
569
570 /**
571 * TTY (teletypewriter) mode is in hearing carryover mode (HCO). The microphone is muted but the
572 * speaker is on. The user will communicate with the remote party by sending text messages and
573 * hearing an audible reply.
574 *
575 * @hide
576 */
Tyler Gunn6c14a6992019-02-04 15:12:06 -0800577 @TestApi
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800578 @SystemApi
Evan Charlton10197192014-07-19 15:00:29 -0700579 public static final int TTY_MODE_HCO = 2;
580
581 /**
582 * TTY (teletypewriter) mode is in voice carryover mode (VCO). The speaker is off but the
583 * microphone is still on. User will communicate with the remote party by speaking and receiving
584 * text message replies.
585 *
586 * @hide
587 */
Tyler Gunn6c14a6992019-02-04 15:12:06 -0800588 @TestApi
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800589 @SystemApi
Evan Charlton10197192014-07-19 15:00:29 -0700590 public static final int TTY_MODE_VCO = 3;
591
592 /**
593 * Broadcast intent action indicating that the current TTY mode has changed. An intent extra
594 * provides this state as an int.
Evan Charlton10197192014-07-19 15:00:29 -0700595 *
Santos Cordon96efb482014-07-19 14:57:05 -0700596 * @see #EXTRA_CURRENT_TTY_MODE
Evan Charlton10197192014-07-19 15:00:29 -0700597 * @hide
598 */
599 public static final String ACTION_CURRENT_TTY_MODE_CHANGED =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700600 "android.telecom.action.CURRENT_TTY_MODE_CHANGED";
Evan Charlton10197192014-07-19 15:00:29 -0700601
602 /**
603 * The lookup key for an int that indicates the current TTY mode.
604 * Valid modes are:
605 * - {@link #TTY_MODE_OFF}
606 * - {@link #TTY_MODE_FULL}
607 * - {@link #TTY_MODE_HCO}
608 * - {@link #TTY_MODE_VCO}
609 *
610 * @hide
611 */
612 public static final String EXTRA_CURRENT_TTY_MODE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700613 "android.telecom.intent.extra.CURRENT_TTY_MODE";
Evan Charlton10197192014-07-19 15:00:29 -0700614
615 /**
Santos Cordon96efb482014-07-19 14:57:05 -0700616 * Broadcast intent action indicating that the TTY preferred operating mode has changed. An
617 * intent extra provides the new mode as an int.
Evan Charlton10197192014-07-19 15:00:29 -0700618 *
Santos Cordon96efb482014-07-19 14:57:05 -0700619 * @see #EXTRA_TTY_PREFERRED_MODE
Evan Charlton10197192014-07-19 15:00:29 -0700620 * @hide
621 */
622 public static final String ACTION_TTY_PREFERRED_MODE_CHANGED =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700623 "android.telecom.action.TTY_PREFERRED_MODE_CHANGED";
Evan Charlton10197192014-07-19 15:00:29 -0700624
625 /**
Santos Cordon96efb482014-07-19 14:57:05 -0700626 * The lookup key for an int that indicates preferred TTY mode. Valid modes are: -
627 * {@link #TTY_MODE_OFF} - {@link #TTY_MODE_FULL} - {@link #TTY_MODE_HCO} -
628 * {@link #TTY_MODE_VCO}
Evan Charlton10197192014-07-19 15:00:29 -0700629 *
630 * @hide
631 */
632 public static final String EXTRA_TTY_PREFERRED_MODE =
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700633 "android.telecom.intent.extra.TTY_PREFERRED";
Evan Charlton10197192014-07-19 15:00:29 -0700634
Nancy Chen9d568c02014-09-08 14:17:59 -0700635 /**
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700636 * Broadcast intent action for letting custom component know to show the missed call
Sailesh Nepalbe15ad92016-01-21 19:26:20 -0800637 * notification. If no custom component exists then this is sent to the default dialer which
638 * should post a missed-call notification.
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700639 */
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700640 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION =
641 "android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION";
642
643 /**
Sailesh Nepalbe15ad92016-01-21 19:26:20 -0800644 * The number of calls associated with the notification. If the number is zero then the missed
645 * call notification should be dismissed.
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700646 */
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700647 public static final String EXTRA_NOTIFICATION_COUNT =
648 "android.telecom.extra.NOTIFICATION_COUNT";
649
650 /**
651 * The number associated with the missed calls. This number is only relevant
652 * when EXTRA_NOTIFICATION_COUNT is 1.
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700653 */
Bryce Lee5e4dd3e2015-08-03 16:59:10 -0700654 public static final String EXTRA_NOTIFICATION_PHONE_NUMBER =
655 "android.telecom.extra.NOTIFICATION_PHONE_NUMBER";
656
657 /**
Bryce Lee8d41d1d2015-08-10 07:40:42 -0700658 * The intent to clear missed calls.
659 * @hide
660 */
661 @SystemApi
662 public static final String EXTRA_CLEAR_MISSED_CALLS_INTENT =
663 "android.telecom.extra.CLEAR_MISSED_CALLS_INTENT";
664
665 /**
666 * The intent to call back a missed call.
667 * @hide
668 */
669 @SystemApi
670 public static final String EXTRA_CALL_BACK_INTENT =
671 "android.telecom.extra.CALL_BACK_INTENT";
672
673 /**
Charles He858f1322017-11-27 17:11:04 -0800674 * The dialer activity responsible for placing emergency calls from, for example, a locked
675 * keyguard.
676 * @hide
677 */
678 public static final ComponentName EMERGENCY_DIALER_COMPONENT =
679 ComponentName.createRelative("com.android.phone", ".EmergencyDialer");
680
681 /**
Eric Erfanian62706c52017-12-06 16:27:53 -0800682 * The boolean indicated by this extra controls whether or not a call is eligible to undergo
683 * assisted dialing. This extra is stored under {@link #EXTRA_OUTGOING_CALL_EXTRAS}.
Eric Erfaniandd2db2f2018-02-21 19:27:53 +0000684 * @hide
Eric Erfanian62706c52017-12-06 16:27:53 -0800685 */
686 public static final String EXTRA_USE_ASSISTED_DIALING =
687 "android.telecom.extra.USE_ASSISTED_DIALING";
688
689 /**
Shaotang Li8cec25c2018-07-19 17:29:39 +0800690 * Optional extra for {@link #placeCall(Uri, Bundle)} containing an integer that specifies
691 * the source where user initiated this call. This data is used in metrics.
692 * Valid source are:
693 * {@link ParcelableCallAnalytics#CALL_SOURCE_UNSPECIFIED},
694 * {@link ParcelableCallAnalytics#CALL_SOURCE_EMERGENCY_DIALPAD},
695 * {@link ParcelableCallAnalytics#CALL_SOURCE_EMERGENCY_SHORTCUT}.
696 *
697 * @hide
698 */
699 public static final String EXTRA_CALL_SOURCE = "android.telecom.extra.CALL_SOURCE";
700
701 /**
Nancy Chen9d568c02014-09-08 14:17:59 -0700702 * The following 4 constants define how properties such as phone numbers and names are
703 * displayed to the user.
704 */
705
Santos Cordoned769ae2015-05-13 18:47:38 -0700706 /**
707 * Indicates that the address or number of a call is allowed to be displayed for caller ID.
Charles He858f1322017-11-27 17:11:04 -0800708 */
Nancy Chen9d568c02014-09-08 14:17:59 -0700709 public static final int PRESENTATION_ALLOWED = 1;
710
Santos Cordoned769ae2015-05-13 18:47:38 -0700711 /**
712 * Indicates that the address or number of a call is blocked by the other party.
713 */
Nancy Chen9d568c02014-09-08 14:17:59 -0700714 public static final int PRESENTATION_RESTRICTED = 2;
715
Santos Cordoned769ae2015-05-13 18:47:38 -0700716 /**
717 * Indicates that the address or number of a call is not specified or known by the carrier.
718 */
Nancy Chen9d568c02014-09-08 14:17:59 -0700719 public static final int PRESENTATION_UNKNOWN = 3;
720
Santos Cordoned769ae2015-05-13 18:47:38 -0700721 /**
722 * Indicates that the address or number of a call belongs to a pay phone.
723 */
Nancy Chen9d568c02014-09-08 14:17:59 -0700724 public static final int PRESENTATION_PAYPHONE = 4;
725
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700726 private static final String TAG = "TelecomManager";
Yorke Leeb4ce1432014-06-09 13:53:23 -0700727
728 private final Context mContext;
Yorke Leeb4ce1432014-06-09 13:53:23 -0700729
Hall Liue1bc2ec2015-10-09 15:58:37 -0700730 private final ITelecomService mTelecomServiceOverride;
731
Santos Cordon6c7a3882014-06-25 15:30:08 -0700732 /**
733 * @hide
734 */
Chen Xu4c0b06d2018-10-22 16:54:39 +0000735 @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700736 public static TelecomManager from(Context context) {
737 return (TelecomManager) context.getSystemService(Context.TELECOM_SERVICE);
Yorke Leeb4ce1432014-06-09 13:53:23 -0700738 }
Santos Cordon6c7a3882014-06-25 15:30:08 -0700739
740 /**
741 * @hide
742 */
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700743 public TelecomManager(Context context) {
Hall Liue1bc2ec2015-10-09 15:58:37 -0700744 this(context, null);
745 }
746
747 /**
748 * @hide
749 */
750 public TelecomManager(Context context, ITelecomService telecomServiceImpl) {
Ihab Awad807fe0a2014-07-09 12:30:52 -0700751 Context appContext = context.getApplicationContext();
752 if (appContext != null) {
753 mContext = appContext;
754 } else {
755 mContext = context;
756 }
Hall Liue1bc2ec2015-10-09 15:58:37 -0700757 mTelecomServiceOverride = telecomServiceImpl;
Ihab Awad807fe0a2014-07-09 12:30:52 -0700758 }
759
760 /**
Santos Cordon91371dc2015-05-08 13:52:09 -0700761 * Return the {@link PhoneAccount} which will be used to place outgoing calls to addresses with
762 * the specified {@code uriScheme}. This {@link PhoneAccount} will always be a member of the
763 * list which is returned from invoking {@link #getCallCapablePhoneAccounts()}. The specific
764 * account returned depends on the following priorities:
765 * <ul>
766 * <li> If the user-selected default {@link PhoneAccount} supports the specified scheme, it will
767 * be returned.
768 * </li>
769 * <li> If there exists only one {@link PhoneAccount} that supports the specified scheme, it
770 * will be returned.
771 * </li>
772 * </ul>
Ihab Awad94cf4bf2014-07-17 11:21:19 -0700773 * <p>
Santos Cordon91371dc2015-05-08 13:52:09 -0700774 * If no {@link PhoneAccount} fits the criteria above, this method will return {@code null}.
775 *
Yorke Leec61d1362015-09-21 17:25:25 -0700776 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
777 *
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700778 * @param uriScheme The URI scheme.
Santos Cordon91371dc2015-05-08 13:52:09 -0700779 * @return The {@link PhoneAccountHandle} corresponding to the account to be used.
Ihab Awad94cf4bf2014-07-17 11:21:19 -0700780 */
Yorke Leec61d1362015-09-21 17:25:25 -0700781 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700782 public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) {
Ihab Awad94cf4bf2014-07-17 11:21:19 -0700783 try {
784 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -0700785 return getTelecomService().getDefaultOutgoingPhoneAccount(uriScheme,
786 mContext.getOpPackageName());
Ihab Awad94cf4bf2014-07-17 11:21:19 -0700787 }
788 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700789 Log.e(TAG, "Error calling ITelecomService#getDefaultOutgoingPhoneAccount", e);
Ihab Awad94cf4bf2014-07-17 11:21:19 -0700790 }
791 return null;
792 }
793
794 /**
Andrew Leed4abbfb2014-09-03 14:58:27 -0700795 * Return the {@link PhoneAccount} which is the user-chosen default for making outgoing phone
796 * calls. This {@code PhoneAccount} will always be a member of the list which is returned from
Nancy Chen210ef032014-09-15 17:58:42 -0700797 * calling {@link #getCallCapablePhoneAccounts()}
Santos Cordon91371dc2015-05-08 13:52:09 -0700798 * <p>
Andrew Leed4abbfb2014-09-03 14:58:27 -0700799 * Apps must be prepared for this method to return {@code null}, indicating that there currently
800 * exists no user-chosen default {@code PhoneAccount}.
Tyler Gunn36c50ed2018-11-15 07:29:49 -0800801 * <p>
802 * The default dialer has access to use this method.
Andrew Leed4abbfb2014-09-03 14:58:27 -0700803 *
804 * @return The user outgoing phone account selected by the user.
Andrew Leed4abbfb2014-09-03 14:58:27 -0700805 */
Tyler Gunn36c50ed2018-11-15 07:29:49 -0800806 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Andrew Leed4abbfb2014-09-03 14:58:27 -0700807 public PhoneAccountHandle getUserSelectedOutgoingPhoneAccount() {
808 try {
809 if (isServiceConnected()) {
Tyler Gunn36c50ed2018-11-15 07:29:49 -0800810 return getTelecomService().getUserSelectedOutgoingPhoneAccount(
811 mContext.getOpPackageName());
Andrew Leed4abbfb2014-09-03 14:58:27 -0700812 }
813 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700814 Log.e(TAG, "Error calling ITelecomService#getUserSelectedOutgoingPhoneAccount", e);
Andrew Leed4abbfb2014-09-03 14:58:27 -0700815 }
816 return null;
817 }
818
819 /**
Tyler Gunn36c50ed2018-11-15 07:29:49 -0800820 * Sets the user-chosen default {@link PhoneAccountHandle} for making outgoing phone calls.
821 *
822 * @param accountHandle The {@link PhoneAccountHandle} which will be used by default for making
823 * outgoing voice calls.
Andrew Lee59cac3a2014-08-28 16:50:10 -0700824 * @hide
825 */
Tyler Gunn36c50ed2018-11-15 07:29:49 -0800826 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Tyler Gunn6c14a6992019-02-04 15:12:06 -0800827 @TestApi
Tyler Gunn36c50ed2018-11-15 07:29:49 -0800828 @SystemApi
Andrew Leed4abbfb2014-09-03 14:58:27 -0700829 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) {
Andrew Lee59cac3a2014-08-28 16:50:10 -0700830 try {
831 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700832 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle);
Andrew Lee59cac3a2014-08-28 16:50:10 -0700833 }
834 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700835 Log.e(TAG, "Error calling ITelecomService#setUserSelectedOutgoingPhoneAccount");
Andrew Lee59cac3a2014-08-28 16:50:10 -0700836 }
837 }
838
839 /**
Andrew Lee59cac3a2014-08-28 16:50:10 -0700840 * Returns the current SIM call manager. Apps must be prepared for this method to return
841 * {@code null}, indicating that there currently exists no user-chosen default
842 * {@code PhoneAccount}.
Santos Cordon91371dc2015-05-08 13:52:09 -0700843 *
Andrew Lee59cac3a2014-08-28 16:50:10 -0700844 * @return The phone account handle of the current sim call manager.
Andrew Lee59cac3a2014-08-28 16:50:10 -0700845 */
846 public PhoneAccountHandle getSimCallManager() {
847 try {
848 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700849 return getTelecomService().getSimCallManager();
Andrew Lee59cac3a2014-08-28 16:50:10 -0700850 }
851 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700852 Log.e(TAG, "Error calling ITelecomService#getSimCallManager");
Andrew Lee59cac3a2014-08-28 16:50:10 -0700853 }
854 return null;
855 }
856
857 /**
Sailesh Nepalcf855622015-07-28 19:22:14 -0700858 * Returns the current SIM call manager for the specified user. Apps must be prepared for this
859 * method to return {@code null}, indicating that there currently exists no user-chosen default
860 * {@code PhoneAccount}.
861 *
862 * @return The phone account handle of the current sim call manager.
863 *
864 * @hide
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800865 * @deprecated Use {@link #getSimCallManager()}.
Sailesh Nepalcf855622015-07-28 19:22:14 -0700866 */
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800867 @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 119305590)
Sailesh Nepalcf855622015-07-28 19:22:14 -0700868 public PhoneAccountHandle getSimCallManager(int userId) {
869 try {
870 if (isServiceConnected()) {
871 return getTelecomService().getSimCallManagerForUser(userId);
872 }
873 } catch (RemoteException e) {
874 Log.e(TAG, "Error calling ITelecomService#getSimCallManagerForUser");
875 }
876 return null;
877 }
878
879 /**
Evan Charltoneb0a8d52014-09-04 12:03:34 -0700880 * Returns the current connection manager. Apps must be prepared for this method to return
881 * {@code null}, indicating that there currently exists no user-chosen default
882 * {@code PhoneAccount}.
883 *
884 * @return The phone account handle of the current connection manager.
Evan Charlton0e094d92014-11-08 15:49:16 -0800885 * @hide
Evan Charltoneb0a8d52014-09-04 12:03:34 -0700886 */
Evan Charlton0e094d92014-11-08 15:49:16 -0800887 @SystemApi
Evan Charltoneb0a8d52014-09-04 12:03:34 -0700888 public PhoneAccountHandle getConnectionManager() {
889 return getSimCallManager();
890 }
891
892 /**
Nancy Chen210ef032014-09-15 17:58:42 -0700893 * Returns a list of the {@link PhoneAccountHandle}s which can be used to make and receive phone
894 * calls which support the specified URI scheme.
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700895 * <P>
896 * For example, invoking with {@code "tel"} will find all {@link PhoneAccountHandle}s which
897 * support telephone calls (e.g. URIs such as {@code tel:555-555-1212}). Invoking with
898 * {@code "sip"} will find all {@link PhoneAccountHandle}s which support SIP calls (e.g. URIs
899 * such as {@code sip:example@sipexample.com}).
900 *
901 * @param uriScheme The URI scheme.
902 * @return A list of {@code PhoneAccountHandle} objects supporting the URI scheme.
Evan Charlton0e094d92014-11-08 15:49:16 -0800903 * @hide
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700904 */
Evan Charlton0e094d92014-11-08 15:49:16 -0800905 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -0600906 @RequiresPermission(anyOf = {
907 android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE,
908 android.Manifest.permission.READ_PHONE_STATE
909 })
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700910 public List<PhoneAccountHandle> getPhoneAccountsSupportingScheme(String uriScheme) {
911 try {
912 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -0700913 return getTelecomService().getPhoneAccountsSupportingScheme(uriScheme,
914 mContext.getOpPackageName());
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700915 }
916 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -0700917 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsSupportingScheme", e);
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700918 }
919 return new ArrayList<>();
920 }
921
Nancy Chen513c8922014-09-17 14:47:20 -0700922
923 /**
Santos Cordon91371dc2015-05-08 13:52:09 -0700924 * Returns a list of {@link PhoneAccountHandle}s which can be used to make and receive phone
925 * calls. The returned list includes only those accounts which have been explicitly enabled
926 * by the user.
Nancy Chen513c8922014-09-17 14:47:20 -0700927 *
Yorke Leec61d1362015-09-21 17:25:25 -0700928 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
929 *
Nancy Chen513c8922014-09-17 14:47:20 -0700930 * @see #EXTRA_PHONE_ACCOUNT_HANDLE
931 * @return A list of {@code PhoneAccountHandle} objects.
Nancy Chen513c8922014-09-17 14:47:20 -0700932 */
Yorke Leec61d1362015-09-21 17:25:25 -0700933 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Nancy Chen513c8922014-09-17 14:47:20 -0700934 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
Santos Cordon91371dc2015-05-08 13:52:09 -0700935 return getCallCapablePhoneAccounts(false);
936 }
937
938 /**
Tyler Gunn89317072017-04-07 14:57:37 -0700939 * Returns a list of {@link PhoneAccountHandle}s for self-managed {@link ConnectionService}s.
940 * <p>
941 * Self-Managed {@link ConnectionService}s have a {@link PhoneAccount} with
942 * {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.
943 * <p>
944 * Requires permission {@link android.Manifest.permission#READ_PHONE_STATE}, or that the caller
945 * is the default dialer app.
946 * <p>
947 * A {@link SecurityException} will be thrown if a called is not the default dialer, or lacks
948 * the {@link android.Manifest.permission#READ_PHONE_STATE} permission.
949 *
950 * @return A list of {@code PhoneAccountHandle} objects.
951 */
952 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
953 public List<PhoneAccountHandle> getSelfManagedPhoneAccounts() {
954 try {
955 if (isServiceConnected()) {
956 return getTelecomService().getSelfManagedPhoneAccounts(mContext.getOpPackageName());
957 }
958 } catch (RemoteException e) {
959 Log.e(TAG, "Error calling ITelecomService#getSelfManagedPhoneAccounts()", e);
960 }
961 return new ArrayList<>();
962 }
963
964 /**
Santos Cordon91371dc2015-05-08 13:52:09 -0700965 * Returns a list of {@link PhoneAccountHandle}s including those which have not been enabled
966 * by the user.
967 *
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800968 * @param includeDisabledAccounts When {@code true}, disabled phone accounts will be included,
969 * when {@code false}, only
Santos Cordon91371dc2015-05-08 13:52:09 -0700970 * @return A list of {@code PhoneAccountHandle} objects.
971 * @hide
972 */
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800973 @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 119305590)
Santos Cordon91371dc2015-05-08 13:52:09 -0700974 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(boolean includeDisabledAccounts) {
Nancy Chen513c8922014-09-17 14:47:20 -0700975 try {
976 if (isServiceConnected()) {
Santos Cordon91371dc2015-05-08 13:52:09 -0700977 return getTelecomService().getCallCapablePhoneAccounts(
978 includeDisabledAccounts, mContext.getOpPackageName());
Nancy Chen513c8922014-09-17 14:47:20 -0700979 }
980 } catch (RemoteException e) {
Santos Cordon91371dc2015-05-08 13:52:09 -0700981 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts(" +
982 includeDisabledAccounts + ")", e);
Nancy Chen513c8922014-09-17 14:47:20 -0700983 }
984 return new ArrayList<>();
985 }
986
Tyler Gunnf5b29dc2014-09-03 09:09:12 -0700987 /**
Nancy Chen513c8922014-09-17 14:47:20 -0700988 * Returns a list of all {@link PhoneAccount}s registered for the calling package.
989 *
990 * @return A list of {@code PhoneAccountHandle} objects.
Evan Charlton0e094d92014-11-08 15:49:16 -0800991 * @hide
Nancy Chen513c8922014-09-17 14:47:20 -0700992 */
Evan Charlton0e094d92014-11-08 15:49:16 -0800993 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -0600994 @SuppressLint("Doclava125")
Nancy Chen513c8922014-09-17 14:47:20 -0700995 public List<PhoneAccountHandle> getPhoneAccountsForPackage() {
996 try {
997 if (isServiceConnected()) {
998 return getTelecomService().getPhoneAccountsForPackage(mContext.getPackageName());
999 }
1000 } catch (RemoteException e) {
1001 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsForPackage", e);
1002 }
1003 return null;
1004 }
1005
1006 /**
Evan Charlton8c8a0622014-07-20 12:31:00 -07001007 * Return the {@link PhoneAccount} for a specified {@link PhoneAccountHandle}. Object includes
1008 * resources which can be used in a user interface.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001009 *
Evan Charlton6eb262c2014-07-19 18:18:19 -07001010 * @param account The {@link PhoneAccountHandle}.
Evan Charlton8c8a0622014-07-20 12:31:00 -07001011 * @return The {@link PhoneAccount} object.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001012 */
Evan Charlton8c8a0622014-07-20 12:31:00 -07001013 public PhoneAccount getPhoneAccount(PhoneAccountHandle account) {
Ihab Awad807fe0a2014-07-09 12:30:52 -07001014 try {
1015 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001016 return getTelecomService().getPhoneAccount(account);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001017 }
1018 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001019 Log.e(TAG, "Error calling ITelecomService#getPhoneAccount", e);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001020 }
1021 return null;
1022 }
1023
1024 /**
Nancy Chen210ef032014-09-15 17:58:42 -07001025 * Returns a count of all {@link PhoneAccount}s.
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001026 *
Nancy Chen210ef032014-09-15 17:58:42 -07001027 * @return The count of {@link PhoneAccount}s.
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001028 * @hide
1029 */
1030 @SystemApi
1031 public int getAllPhoneAccountsCount() {
1032 try {
1033 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001034 return getTelecomService().getAllPhoneAccountsCount();
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001035 }
1036 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001037 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccountsCount", e);
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001038 }
1039 return 0;
1040 }
1041
1042 /**
1043 * Returns a list of all {@link PhoneAccount}s.
1044 *
1045 * @return All {@link PhoneAccount}s.
1046 * @hide
1047 */
1048 @SystemApi
1049 public List<PhoneAccount> getAllPhoneAccounts() {
1050 try {
1051 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001052 return getTelecomService().getAllPhoneAccounts();
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001053 }
1054 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001055 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccounts", e);
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001056 }
1057 return Collections.EMPTY_LIST;
1058 }
1059
1060 /**
1061 * Returns a list of all {@link PhoneAccountHandle}s.
1062 *
1063 * @return All {@link PhoneAccountHandle}s.
1064 * @hide
1065 */
1066 @SystemApi
1067 public List<PhoneAccountHandle> getAllPhoneAccountHandles() {
1068 try {
1069 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001070 return getTelecomService().getAllPhoneAccountHandles();
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001071 }
1072 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001073 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccountHandles", e);
Tyler Gunna1ed7d12014-09-08 09:52:22 -07001074 }
1075 return Collections.EMPTY_LIST;
1076 }
1077
1078 /**
Brad Ebingerec0d3342016-01-29 15:40:43 -08001079 * Register a {@link PhoneAccount} for use by the system that will be stored in Device Encrypted
1080 * storage. When registering {@link PhoneAccount}s, existing registrations will be overwritten
1081 * if the {@link PhoneAccountHandle} matches that of a {@link PhoneAccount} which is already
Santos Cordond9e614f2014-10-28 13:10:36 -07001082 * registered. Once registered, the {@link PhoneAccount} is listed to the user as an option
1083 * when placing calls. The user may still need to enable the {@link PhoneAccount} within
1084 * the phone app settings before the account is usable.
1085 * <p>
1086 * A {@link SecurityException} will be thrown if an app tries to register a
1087 * {@link PhoneAccountHandle} where the package name specified within
1088 * {@link PhoneAccountHandle#getComponentName()} does not match the package name of the app.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001089 *
Evan Charlton8c8a0622014-07-20 12:31:00 -07001090 * @param account The complete {@link PhoneAccount}.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001091 */
Evan Charlton8c8a0622014-07-20 12:31:00 -07001092 public void registerPhoneAccount(PhoneAccount account) {
Ihab Awad807fe0a2014-07-09 12:30:52 -07001093 try {
1094 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001095 getTelecomService().registerPhoneAccount(account);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001096 }
1097 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001098 Log.e(TAG, "Error calling ITelecomService#registerPhoneAccount", e);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001099 }
1100 }
1101
1102 /**
Evan Charlton8c8a0622014-07-20 12:31:00 -07001103 * Remove a {@link PhoneAccount} registration from the system.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001104 *
Evan Charlton8c8a0622014-07-20 12:31:00 -07001105 * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001106 */
Evan Charlton8c8a0622014-07-20 12:31:00 -07001107 public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
Ihab Awad807fe0a2014-07-09 12:30:52 -07001108 try {
1109 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001110 getTelecomService().unregisterPhoneAccount(accountHandle);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001111 }
1112 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001113 Log.e(TAG, "Error calling ITelecomService#unregisterPhoneAccount", e);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001114 }
1115 }
1116
1117 /**
Nancy Chen7ab1dc42014-09-09 18:18:26 -07001118 * Remove all Accounts that belong to the calling package from the system.
Evan Charlton0e094d92014-11-08 15:49:16 -08001119 * @hide
Ihab Awad807fe0a2014-07-09 12:30:52 -07001120 */
Evan Charlton0e094d92014-11-08 15:49:16 -08001121 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -06001122 @SuppressLint("Doclava125")
Yorke Lee06044272015-04-14 15:16:59 -07001123 public void clearPhoneAccounts() {
1124 clearAccounts();
1125 }
1126 /**
1127 * Remove all Accounts that belong to the calling package from the system.
1128 * @deprecated Use {@link #clearPhoneAccounts()} instead.
1129 * @hide
1130 */
1131 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -06001132 @SuppressLint("Doclava125")
Nancy Chen7ab1dc42014-09-09 18:18:26 -07001133 public void clearAccounts() {
Ihab Awad807fe0a2014-07-09 12:30:52 -07001134 try {
1135 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001136 getTelecomService().clearAccounts(mContext.getPackageName());
Ihab Awad807fe0a2014-07-09 12:30:52 -07001137 }
1138 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001139 Log.e(TAG, "Error calling ITelecomService#clearAccounts", e);
Ihab Awad807fe0a2014-07-09 12:30:52 -07001140 }
1141 }
1142
1143 /**
Anthony Lee67279262014-10-27 11:28:40 -07001144 * Remove all Accounts that belong to the specified package from the system.
1145 * @hide
1146 */
1147 public void clearAccountsForPackage(String packageName) {
1148 try {
1149 if (isServiceConnected() && !TextUtils.isEmpty(packageName)) {
1150 getTelecomService().clearAccounts(packageName);
1151 }
1152 } catch (RemoteException e) {
Nancy Chen5cf27842015-01-24 23:30:27 -08001153 Log.e(TAG, "Error calling ITelecomService#clearAccountsForPackage", e);
Anthony Lee67279262014-10-27 11:28:40 -07001154 }
1155 }
1156
Yorke Lee1011f482015-04-23 15:58:27 -07001157
Anthony Lee67279262014-10-27 11:28:40 -07001158 /**
Yorke Lee1011f482015-04-23 15:58:27 -07001159 * @deprecated - Use {@link TelecomManager#getDefaultDialerPackage} to directly access
1160 * the default dialer's package name instead.
Ihab Awad807fe0a2014-07-09 12:30:52 -07001161 * @hide
1162 */
Santos Cordon6c7a3882014-06-25 15:30:08 -07001163 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -06001164 @SuppressLint("Doclava125")
Santos Cordon6c7a3882014-06-25 15:30:08 -07001165 public ComponentName getDefaultPhoneApp() {
1166 try {
Santos Cordon9eb45932014-06-27 12:28:43 -07001167 if (isServiceConnected()) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001168 return getTelecomService().getDefaultPhoneApp();
Santos Cordon9eb45932014-06-27 12:28:43 -07001169 }
Santos Cordon6c7a3882014-06-25 15:30:08 -07001170 } catch (RemoteException e) {
1171 Log.e(TAG, "RemoteException attempting to get the default phone app.", e);
1172 }
1173 return null;
1174 }
1175
Santos Cordon9eb45932014-06-27 12:28:43 -07001176 /**
Yorke Lee1011f482015-04-23 15:58:27 -07001177 * Used to determine the currently selected default dialer package.
1178 *
1179 * @return package name for the default dialer package or null if no package has been
1180 * selected as the default dialer.
1181 */
1182 public String getDefaultDialerPackage() {
1183 try {
1184 if (isServiceConnected()) {
1185 return getTelecomService().getDefaultDialerPackage();
1186 }
1187 } catch (RemoteException e) {
1188 Log.e(TAG, "RemoteException attempting to get the default dialer package name.", e);
1189 }
1190 return null;
1191 }
1192
1193 /**
Yorke Lee107c4ce2015-06-15 12:08:24 -07001194 * Used to set the default dialer package.
1195 *
Tyler Gunn6e3ecc42018-11-12 11:30:56 -08001196 * @param packageName to set the default dialer to.
Yorke Lee107c4ce2015-06-15 12:08:24 -07001197 *
1198 * @result {@code true} if the default dialer was successfully changed, {@code false} if
1199 * the specified package does not correspond to an installed dialer, or is already
1200 * the default dialer.
1201 *
1202 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE}
1203 * Requires permission: {@link android.Manifest.permission#WRITE_SECURE_SETTINGS}
1204 *
1205 * @hide
Tyler Gunn7e45b722018-12-04 12:56:45 -08001206 * @deprecated Use
1207 * {@link android.app.role.RoleManager#addRoleHolderAsUser(String, String, UserHandle, Executor,
1208 * RoleManagerCallback)} instead.
Yorke Lee107c4ce2015-06-15 12:08:24 -07001209 */
Tyler Gunn6e3ecc42018-11-12 11:30:56 -08001210 @SystemApi
Tyler Gunn7e45b722018-12-04 12:56:45 -08001211 @Deprecated
Tyler Gunn6e3ecc42018-11-12 11:30:56 -08001212 @RequiresPermission(allOf = {
1213 android.Manifest.permission.MODIFY_PHONE_STATE,
1214 android.Manifest.permission.WRITE_SECURE_SETTINGS})
Yorke Lee107c4ce2015-06-15 12:08:24 -07001215 public boolean setDefaultDialer(String packageName) {
1216 try {
1217 if (isServiceConnected()) {
1218 return getTelecomService().setDefaultDialer(packageName);
1219 }
1220 } catch (RemoteException e) {
1221 Log.e(TAG, "RemoteException attempting to set the default dialer.", e);
1222 }
1223 return false;
1224 }
1225
1226 /**
Tyler Gunn6e3ecc42018-11-12 11:30:56 -08001227 * Determines the package name of the system-provided default phone app.
Yorke Lee1011f482015-04-23 15:58:27 -07001228 *
1229 * @return package name for the system dialer package or null if no system dialer is preloaded.
Yorke Lee1011f482015-04-23 15:58:27 -07001230 */
1231 public String getSystemDialerPackage() {
1232 try {
1233 if (isServiceConnected()) {
1234 return getTelecomService().getSystemDialerPackage();
1235 }
1236 } catch (RemoteException e) {
1237 Log.e(TAG, "RemoteException attempting to get the system dialer package name.", e);
1238 }
1239 return null;
1240 }
1241
1242 /**
Nancy Chen443e5012014-10-15 15:48:21 -07001243 * Return whether a given phone number is the configured voicemail number for a
1244 * particular phone account.
1245 *
Yorke Leec61d1362015-09-21 17:25:25 -07001246 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
1247 *
Nancy Chen443e5012014-10-15 15:48:21 -07001248 * @param accountHandle The handle for the account to check the voicemail number against
1249 * @param number The number to look up.
Nancy Chen443e5012014-10-15 15:48:21 -07001250 */
Yorke Leec61d1362015-09-21 17:25:25 -07001251 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Nancy Chen443e5012014-10-15 15:48:21 -07001252 public boolean isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) {
1253 try {
1254 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001255 return getTelecomService().isVoiceMailNumber(accountHandle, number,
1256 mContext.getOpPackageName());
Nancy Chen443e5012014-10-15 15:48:21 -07001257 }
1258 } catch (RemoteException e) {
Nancy Chen5cf27842015-01-24 23:30:27 -08001259 Log.e(TAG, "RemoteException calling ITelecomService#isVoiceMailNumber.", e);
Nancy Chen443e5012014-10-15 15:48:21 -07001260 }
1261 return false;
1262 }
1263
1264 /**
Yorke Lee49e2d462015-04-15 16:14:22 -07001265 * Return the voicemail number for a given phone account.
Nancy Chen8c066f72014-12-03 15:18:08 -08001266 *
Yorke Leec61d1362015-09-21 17:25:25 -07001267 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
1268 *
Yorke Lee49e2d462015-04-15 16:14:22 -07001269 * @param accountHandle The handle for the phone account.
1270 * @return The voicemail number for the phone account, and {@code null} if one has not been
1271 * configured.
Nancy Chen8c066f72014-12-03 15:18:08 -08001272 */
Yorke Leec61d1362015-09-21 17:25:25 -07001273 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Yorke Lee49e2d462015-04-15 16:14:22 -07001274 public String getVoiceMailNumber(PhoneAccountHandle accountHandle) {
Nancy Chen8c066f72014-12-03 15:18:08 -08001275 try {
1276 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001277 return getTelecomService().getVoiceMailNumber(accountHandle,
1278 mContext.getOpPackageName());
Nancy Chen8c066f72014-12-03 15:18:08 -08001279 }
1280 } catch (RemoteException e) {
Nancy Chen5cf27842015-01-24 23:30:27 -08001281 Log.e(TAG, "RemoteException calling ITelecomService#hasVoiceMailNumber.", e);
Nancy Chen8c066f72014-12-03 15:18:08 -08001282 }
Yorke Lee49e2d462015-04-15 16:14:22 -07001283 return null;
Nancy Chen8c066f72014-12-03 15:18:08 -08001284 }
1285
1286 /**
Nancy Chen5cf27842015-01-24 23:30:27 -08001287 * Return the line 1 phone number for given phone account.
1288 *
Yorke Leec61d1362015-09-21 17:25:25 -07001289 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
1290 *
Nancy Chen5cf27842015-01-24 23:30:27 -08001291 * @param accountHandle The handle for the account retrieve a number for.
1292 * @return A string representation of the line 1 phone number.
Nancy Chen5cf27842015-01-24 23:30:27 -08001293 */
Yorke Leec61d1362015-09-21 17:25:25 -07001294 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Nancy Chen5cf27842015-01-24 23:30:27 -08001295 public String getLine1Number(PhoneAccountHandle accountHandle) {
1296 try {
1297 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001298 return getTelecomService().getLine1Number(accountHandle,
1299 mContext.getOpPackageName());
Nancy Chen5cf27842015-01-24 23:30:27 -08001300 }
1301 } catch (RemoteException e) {
1302 Log.e(TAG, "RemoteException calling ITelecomService#getLine1Number.", e);
1303 }
1304 return null;
1305 }
1306
1307 /**
Santos Cordon9eb45932014-06-27 12:28:43 -07001308 * Returns whether there is an ongoing phone call (can be in dialing, ringing, active or holding
Tyler Gunn24e18332017-02-10 09:42:49 -08001309 * states) originating from either a manager or self-managed {@link ConnectionService}.
Nancy Chen0eb1e402014-08-21 22:52:29 -07001310 * <p>
1311 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
Tyler Gunn24e18332017-02-10 09:42:49 -08001312 *
1313 * @return {@code true} if there is an ongoing call in either a managed or self-managed
1314 * {@link ConnectionService}, {@code false} otherwise.
Santos Cordon9eb45932014-06-27 12:28:43 -07001315 */
Yorke Leec61d1362015-09-21 17:25:25 -07001316 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Nancy Chen0eb1e402014-08-21 22:52:29 -07001317 public boolean isInCall() {
Santos Cordon9eb45932014-06-27 12:28:43 -07001318 try {
1319 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001320 return getTelecomService().isInCall(mContext.getOpPackageName());
Santos Cordon9eb45932014-06-27 12:28:43 -07001321 }
1322 } catch (RemoteException e) {
Yorke Lee2ae312e2014-09-12 17:58:48 -07001323 Log.e(TAG, "RemoteException calling isInCall().", e);
Santos Cordon9eb45932014-06-27 12:28:43 -07001324 }
1325 return false;
1326 }
1327
1328 /**
Tyler Gunn24e18332017-02-10 09:42:49 -08001329 * Returns whether there is an ongoing call originating from a managed
1330 * {@link ConnectionService}. An ongoing call can be in dialing, ringing, active or holding
1331 * states.
1332 * <p>
1333 * If you also need to know if there are ongoing self-managed calls, use {@link #isInCall()}
1334 * instead.
1335 * <p>
1336 * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE}
1337 *
1338 * @return {@code true} if there is an ongoing call in a managed {@link ConnectionService},
1339 * {@code false} otherwise.
1340 */
1341 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
1342 public boolean isInManagedCall() {
1343 try {
1344 if (isServiceConnected()) {
1345 return getTelecomService().isInManagedCall(mContext.getOpPackageName());
1346 }
1347 } catch (RemoteException e) {
1348 Log.e(TAG, "RemoteException calling isInManagedCall().", e);
1349 }
1350 return false;
1351 }
1352
1353 /**
Yorke Lee2ae312e2014-09-12 17:58:48 -07001354 * Returns one of the following constants that represents the current state of Telecom:
1355 *
1356 * {@link TelephonyManager#CALL_STATE_RINGING}
1357 * {@link TelephonyManager#CALL_STATE_OFFHOOK}
1358 * {@link TelephonyManager#CALL_STATE_IDLE}
Yorke Lee7c72c2d2014-10-28 14:12:02 -07001359 *
1360 * Note that this API does not require the
1361 * {@link android.Manifest.permission#READ_PHONE_STATE} permission. This is intentional, to
1362 * preserve the behavior of {@link TelephonyManager#getCallState()}, which also did not require
1363 * the permission.
Tyler Gunn24e18332017-02-10 09:42:49 -08001364 *
1365 * Takes into consideration both managed and self-managed calls.
1366 *
Yorke Lee2ae312e2014-09-12 17:58:48 -07001367 * @hide
1368 */
1369 @SystemApi
Tyler Gunn5f7265e2018-03-13 15:56:37 -07001370 public @TelephonyManager.CallState int getCallState() {
Yorke Lee2ae312e2014-09-12 17:58:48 -07001371 try {
1372 if (isServiceConnected()) {
1373 return getTelecomService().getCallState();
1374 }
1375 } catch (RemoteException e) {
1376 Log.d(TAG, "RemoteException calling getCallState().", e);
1377 }
1378 return TelephonyManager.CALL_STATE_IDLE;
1379 }
1380
1381 /**
Santos Cordon9eb45932014-06-27 12:28:43 -07001382 * Returns whether there currently exists is a ringing incoming-call.
1383 *
Tyler Gunn24e18332017-02-10 09:42:49 -08001384 * @return {@code true} if there is a managed or self-managed ringing call.
Santos Cordon9eb45932014-06-27 12:28:43 -07001385 * @hide
1386 */
1387 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -06001388 @RequiresPermission(anyOf = {
1389 android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE,
1390 android.Manifest.permission.READ_PHONE_STATE
1391 })
Santos Cordon9eb45932014-06-27 12:28:43 -07001392 public boolean isRinging() {
1393 try {
1394 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001395 return getTelecomService().isRinging(mContext.getOpPackageName());
Santos Cordon9eb45932014-06-27 12:28:43 -07001396 }
1397 } catch (RemoteException e) {
1398 Log.e(TAG, "RemoteException attempting to get ringing state of phone app.", e);
1399 }
1400 return false;
1401 }
1402
1403 /**
Tyler Gunne1aa26c2018-05-02 13:23:48 -07001404 * Ends the foreground call on the device.
1405 * <p>
1406 * If there is a ringing call, calling this method rejects the ringing call. Otherwise the
1407 * foreground call is ended.
1408 * <p>
1409 * Requires permission {@link android.Manifest.permission#ANSWER_PHONE_CALLS}.
1410 *
1411 * @return {@code true} if there is a call which will be rejected or terminated, {@code false}
1412 * otherwise.
Santos Cordon9eb45932014-06-27 12:28:43 -07001413 */
Tyler Gunne1aa26c2018-05-02 13:23:48 -07001414 @RequiresPermission(Manifest.permission.ANSWER_PHONE_CALLS)
Santos Cordon9eb45932014-06-27 12:28:43 -07001415 public boolean endCall() {
1416 try {
1417 if (isServiceConnected()) {
Tyler Gunnc8658812018-02-07 16:08:27 -08001418 return getTelecomService().endCall(mContext.getPackageName());
Santos Cordon9eb45932014-06-27 12:28:43 -07001419 }
1420 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001421 Log.e(TAG, "Error calling ITelecomService#endCall", e);
Santos Cordon9eb45932014-06-27 12:28:43 -07001422 }
1423 return false;
1424 }
1425
1426 /**
1427 * If there is a ringing incoming call, this method accepts the call on behalf of the user.
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001428 *
Tyler Gunn6676bb52015-10-23 14:39:49 -07001429 * If the incoming call is a video call, the call will be answered with the same video state as
1430 * the incoming call requests. This means, for example, that an incoming call requesting
1431 * {@link VideoProfile#STATE_BIDIRECTIONAL} will be answered, accepting that state.
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001432 *
1433 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE} or
1434 * {@link android.Manifest.permission#ANSWER_PHONE_CALLS}
Santos Cordon9eb45932014-06-27 12:28:43 -07001435 */
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001436 //TODO: L-release - need to convert all invocation of ITelecmmService#answerRingingCall to use
1437 // this method (clockwork & gearhead).
1438 @RequiresPermission(anyOf =
1439 {Manifest.permission.ANSWER_PHONE_CALLS, Manifest.permission.MODIFY_PHONE_STATE})
Santos Cordon9eb45932014-06-27 12:28:43 -07001440 public void acceptRingingCall() {
1441 try {
1442 if (isServiceConnected()) {
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001443 getTelecomService().acceptRingingCall(mContext.getPackageName());
Santos Cordon9eb45932014-06-27 12:28:43 -07001444 }
1445 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001446 Log.e(TAG, "Error calling ITelecomService#acceptRingingCall", e);
Santos Cordon9eb45932014-06-27 12:28:43 -07001447 }
1448 }
1449
1450 /**
Tyler Gunn6676bb52015-10-23 14:39:49 -07001451 * If there is a ringing incoming call, this method accepts the call on behalf of the user,
1452 * with the specified video state.
1453 *
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001454 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE} or
1455 * {@link android.Manifest.permission#ANSWER_PHONE_CALLS}
1456 *
Tyler Gunn6676bb52015-10-23 14:39:49 -07001457 * @param videoState The desired video state to answer the call with.
Tyler Gunn6676bb52015-10-23 14:39:49 -07001458 */
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001459 @RequiresPermission(anyOf =
1460 {Manifest.permission.ANSWER_PHONE_CALLS, Manifest.permission.MODIFY_PHONE_STATE})
Tyler Gunn6676bb52015-10-23 14:39:49 -07001461 public void acceptRingingCall(int videoState) {
1462 try {
1463 if (isServiceConnected()) {
Eugene Suslacae3d3e2017-01-31 11:08:11 -08001464 getTelecomService().acceptRingingCallWithVideoState(
1465 mContext.getPackageName(), videoState);
Tyler Gunn6676bb52015-10-23 14:39:49 -07001466 }
1467 } catch (RemoteException e) {
1468 Log.e(TAG, "Error calling ITelecomService#acceptRingingCallWithVideoState", e);
1469 }
1470 }
1471
1472 /**
Santos Cordon9eb45932014-06-27 12:28:43 -07001473 * Silences the ringer if a ringing call exists.
Yorke Leec61d1362015-09-21 17:25:25 -07001474 *
1475 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE}
Santos Cordon9eb45932014-06-27 12:28:43 -07001476 */
Yorke Leec61d1362015-09-21 17:25:25 -07001477 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Santos Cordon9eb45932014-06-27 12:28:43 -07001478 public void silenceRinger() {
1479 try {
1480 if (isServiceConnected()) {
Yorke Leef1a349b2015-04-29 16:16:50 -07001481 getTelecomService().silenceRinger(mContext.getOpPackageName());
Santos Cordon9eb45932014-06-27 12:28:43 -07001482 }
1483 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001484 Log.e(TAG, "Error calling ITelecomService#silenceRinger", e);
Santos Cordon9eb45932014-06-27 12:28:43 -07001485 }
1486 }
1487
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001488 /**
1489 * Returns whether TTY is supported on this device.
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001490 */
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -06001491 @RequiresPermission(anyOf = {
1492 android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE,
1493 android.Manifest.permission.READ_PHONE_STATE
1494 })
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001495 public boolean isTtySupported() {
1496 try {
1497 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001498 return getTelecomService().isTtySupported(mContext.getOpPackageName());
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001499 }
1500 } catch (RemoteException e) {
1501 Log.e(TAG, "RemoteException attempting to get TTY supported state.", e);
1502 }
1503 return false;
1504 }
1505
1506 /**
1507 * Returns the current TTY mode of the device. For TTY to be on the user must enable it in
Santos Cordon96efb482014-07-19 14:57:05 -07001508 * settings and have a wired headset plugged in.
1509 * Valid modes are:
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001510 * - {@link TelecomManager#TTY_MODE_OFF}
1511 * - {@link TelecomManager#TTY_MODE_FULL}
1512 * - {@link TelecomManager#TTY_MODE_HCO}
1513 * - {@link TelecomManager#TTY_MODE_VCO}
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001514 * @hide
1515 */
Tyler Gunn6e3ecc42018-11-12 11:30:56 -08001516 @SystemApi
Tyler Gunn6c14a6992019-02-04 15:12:06 -08001517 @TestApi
Tyler Gunn6e3ecc42018-11-12 11:30:56 -08001518 @RequiresPermission(android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE)
1519 public @TtyMode int getCurrentTtyMode() {
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001520 try {
1521 if (isServiceConnected()) {
Svet Ganov16a16892015-04-16 10:32:04 -07001522 return getTelecomService().getCurrentTtyMode(mContext.getOpPackageName());
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001523 }
1524 } catch (RemoteException e) {
1525 Log.e(TAG, "RemoteException attempting to get the current TTY mode.", e);
1526 }
Evan Charlton10197192014-07-19 15:00:29 -07001527 return TTY_MODE_OFF;
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001528 }
1529
Santos Cordon96efb482014-07-19 14:57:05 -07001530 /**
1531 * Registers a new incoming call. A {@link ConnectionService} should invoke this method when it
Tyler Gunnf5035432017-01-09 09:43:12 -08001532 * has an incoming call. For managed {@link ConnectionService}s, the specified
1533 * {@link PhoneAccountHandle} must have been registered with {@link #registerPhoneAccount} and
1534 * the user must have enabled the corresponding {@link PhoneAccount}. This can be checked using
1535 * {@link #getPhoneAccount}. Self-managed {@link ConnectionService}s must have
1536 * {@link android.Manifest.permission#MANAGE_OWN_CALLS} to add a new incoming call.
1537 * <p>
Tyler Gunn37653562017-03-13 18:15:15 -07001538 * The incoming call you are adding is assumed to have a video state of
1539 * {@link VideoProfile#STATE_AUDIO_ONLY}, unless the extra value
1540 * {@link #EXTRA_INCOMING_VIDEO_STATE} is specified.
1541 * <p>
Tyler Gunnf5035432017-01-09 09:43:12 -08001542 * Once invoked, this method will cause the system to bind to the {@link ConnectionService}
1543 * associated with the {@link PhoneAccountHandle} and request additional information about the
1544 * call (See {@link ConnectionService#onCreateIncomingConnection}) before starting the incoming
Brad Ebingerec0d3342016-01-29 15:40:43 -08001545 * call UI.
1546 * <p>
Tyler Gunnf5035432017-01-09 09:43:12 -08001547 * For a managed {@link ConnectionService}, a {@link SecurityException} will be thrown if either
1548 * the {@link PhoneAccountHandle} does not correspond to a registered {@link PhoneAccount} or
1549 * the associated {@link PhoneAccount} is not currently enabled by the user.
1550 * <p>
1551 * For a self-managed {@link ConnectionService}, a {@link SecurityException} will be thrown if
1552 * the {@link PhoneAccount} has {@link PhoneAccount#CAPABILITY_SELF_MANAGED} and the calling app
1553 * does not have {@link android.Manifest.permission#MANAGE_OWN_CALLS}.
1554 *
Santos Cordon96efb482014-07-19 14:57:05 -07001555 * @param phoneAccount A {@link PhoneAccountHandle} registered with
1556 * {@link #registerPhoneAccount}.
1557 * @param extras A bundle that will be passed through to
1558 * {@link ConnectionService#onCreateIncomingConnection}.
1559 */
1560 public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) {
1561 try {
1562 if (isServiceConnected()) {
Sanket Padawef6a9e5b2018-01-05 14:26:16 -08001563 if (extras != null && extras.getBoolean(EXTRA_IS_HANDOVER) &&
1564 mContext.getApplicationContext().getApplicationInfo().targetSdkVersion >
1565 Build.VERSION_CODES.O_MR1) {
1566 Log.e("TAG", "addNewIncomingCall failed. Use public api " +
1567 "acceptHandover for API > O-MR1");
1568 // TODO add "return" after DUO team adds support for new handover API
1569 }
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001570 getTelecomService().addNewIncomingCall(
Santos Cordon96efb482014-07-19 14:57:05 -07001571 phoneAccount, extras == null ? new Bundle() : extras);
1572 }
1573 } catch (RemoteException e) {
1574 Log.e(TAG, "RemoteException adding a new incoming call: " + phoneAccount, e);
1575 }
1576 }
1577
Nancy Chen0eb1e402014-08-21 22:52:29 -07001578 /**
Yorke Leec3cf9822014-10-02 09:38:39 -07001579 * Registers a new unknown call with Telecom. This can only be called by the system Telephony
1580 * service. This is invoked when Telephony detects a new unknown connection that was neither
1581 * a new incoming call, nor an user-initiated outgoing call.
1582 *
1583 * @param phoneAccount A {@link PhoneAccountHandle} registered with
1584 * {@link #registerPhoneAccount}.
1585 * @param extras A bundle that will be passed through to
1586 * {@link ConnectionService#onCreateIncomingConnection}.
1587 * @hide
1588 */
1589 @SystemApi
1590 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) {
1591 try {
1592 if (isServiceConnected()) {
1593 getTelecomService().addNewUnknownCall(
1594 phoneAccount, extras == null ? new Bundle() : extras);
1595 }
1596 } catch (RemoteException e) {
1597 Log.e(TAG, "RemoteException adding a new unknown call: " + phoneAccount, e);
1598 }
1599 }
1600
1601 /**
Nancy Chen0eb1e402014-08-21 22:52:29 -07001602 * Processes the specified dial string as an MMI code.
1603 * MMI codes are any sequence of characters entered into the dialpad that contain a "*" or "#".
1604 * Some of these sequences launch special behavior through handled by Telephony.
Nancy Chen95e8a672014-10-16 18:38:21 -07001605 * This method uses the default subscription.
Nancy Chen0eb1e402014-08-21 22:52:29 -07001606 * <p>
1607 * Requires that the method-caller be set as the system dialer app.
1608 * </p>
1609 *
Yorke Leec61d1362015-09-21 17:25:25 -07001610 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE}
1611 *
Nancy Chen0eb1e402014-08-21 22:52:29 -07001612 * @param dialString The digits to dial.
1613 * @return True if the digits were processed as an MMI code, false otherwise.
1614 */
Yorke Leec61d1362015-09-21 17:25:25 -07001615 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Nancy Chen0eb1e402014-08-21 22:52:29 -07001616 public boolean handleMmi(String dialString) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001617 ITelecomService service = getTelecomService();
Nancy Chen0eb1e402014-08-21 22:52:29 -07001618 if (service != null) {
1619 try {
Yorke Leef1a349b2015-04-29 16:16:50 -07001620 return service.handlePinMmi(dialString, mContext.getOpPackageName());
Nancy Chen0eb1e402014-08-21 22:52:29 -07001621 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001622 Log.e(TAG, "Error calling ITelecomService#handlePinMmi", e);
Nancy Chen0eb1e402014-08-21 22:52:29 -07001623 }
1624 }
1625 return false;
1626 }
1627
1628 /**
Nancy Chen95e8a672014-10-16 18:38:21 -07001629 * Processes the specified dial string as an MMI code.
1630 * MMI codes are any sequence of characters entered into the dialpad that contain a "*" or "#".
1631 * Some of these sequences launch special behavior through handled by Telephony.
1632 * <p>
1633 * Requires that the method-caller be set as the system dialer app.
1634 * </p>
1635 *
Yorke Leec61d1362015-09-21 17:25:25 -07001636 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE}
1637 *
Nancy Chen95e8a672014-10-16 18:38:21 -07001638 * @param accountHandle The handle for the account the MMI code should apply to.
1639 * @param dialString The digits to dial.
1640 * @return True if the digits were processed as an MMI code, false otherwise.
Nancy Chen95e8a672014-10-16 18:38:21 -07001641 */
Yorke Leec61d1362015-09-21 17:25:25 -07001642 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Yorke Lee06044272015-04-14 15:16:59 -07001643 public boolean handleMmi(String dialString, PhoneAccountHandle accountHandle) {
Nancy Chen95e8a672014-10-16 18:38:21 -07001644 ITelecomService service = getTelecomService();
1645 if (service != null) {
1646 try {
Yorke Leef1a349b2015-04-29 16:16:50 -07001647 return service.handlePinMmiForPhoneAccount(accountHandle, dialString,
1648 mContext.getOpPackageName());
Nancy Chen95e8a672014-10-16 18:38:21 -07001649 } catch (RemoteException e) {
1650 Log.e(TAG, "Error calling ITelecomService#handlePinMmi", e);
1651 }
1652 }
1653 return false;
1654 }
1655
1656 /**
Yorke Leec61d1362015-09-21 17:25:25 -07001657 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE}
1658 *
Nancy Chenb2299c12014-10-29 18:22:11 -07001659 * @param accountHandle The handle for the account to derive an adn query URI for or
1660 * {@code null} to return a URI which will use the default account.
1661 * @return The URI (with the content:// scheme) specific to the specified {@link PhoneAccount}
1662 * for the the content retrieve.
1663 */
Yorke Leec61d1362015-09-21 17:25:25 -07001664 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Nancy Chenb2299c12014-10-29 18:22:11 -07001665 public Uri getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) {
1666 ITelecomService service = getTelecomService();
1667 if (service != null && accountHandle != null) {
1668 try {
Yorke Leef1a349b2015-04-29 16:16:50 -07001669 return service.getAdnUriForPhoneAccount(accountHandle, mContext.getOpPackageName());
Nancy Chenb2299c12014-10-29 18:22:11 -07001670 } catch (RemoteException e) {
1671 Log.e(TAG, "Error calling ITelecomService#getAdnUriForPhoneAccount", e);
1672 }
1673 }
1674 return Uri.parse("content://icc/adn");
1675 }
1676
1677 /**
Nancy Chen0eb1e402014-08-21 22:52:29 -07001678 * Removes the missed-call notification if one is present.
1679 * <p>
1680 * Requires that the method-caller be set as the system dialer app.
1681 * </p>
Yorke Leec61d1362015-09-21 17:25:25 -07001682 *
1683 * Requires permission: {@link android.Manifest.permission#MODIFY_PHONE_STATE}
Nancy Chen0eb1e402014-08-21 22:52:29 -07001684 */
Yorke Leec61d1362015-09-21 17:25:25 -07001685 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Nancy Chen0eb1e402014-08-21 22:52:29 -07001686 public void cancelMissedCallsNotification() {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001687 ITelecomService service = getTelecomService();
Nancy Chen0eb1e402014-08-21 22:52:29 -07001688 if (service != null) {
1689 try {
Yorke Leef1a349b2015-04-29 16:16:50 -07001690 service.cancelMissedCallsNotification(mContext.getOpPackageName());
Nancy Chen0eb1e402014-08-21 22:52:29 -07001691 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001692 Log.e(TAG, "Error calling ITelecomService#cancelMissedCallsNotification", e);
Nancy Chen0eb1e402014-08-21 22:52:29 -07001693 }
1694 }
1695 }
1696
1697 /**
1698 * Brings the in-call screen to the foreground if there is an ongoing call. If there is
1699 * currently no ongoing call, then this method does nothing.
1700 * <p>
1701 * Requires that the method-caller be set as the system dialer app or have the
1702 * {@link android.Manifest.permission#READ_PHONE_STATE} permission.
1703 * </p>
1704 *
1705 * @param showDialpad Brings up the in-call dialpad as part of showing the in-call screen.
1706 */
Yorke Leec61d1362015-09-21 17:25:25 -07001707 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
Nancy Chen0eb1e402014-08-21 22:52:29 -07001708 public void showInCallScreen(boolean showDialpad) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001709 ITelecomService service = getTelecomService();
Nancy Chen0eb1e402014-08-21 22:52:29 -07001710 if (service != null) {
1711 try {
Svet Ganov16a16892015-04-16 10:32:04 -07001712 service.showInCallScreen(showDialpad, mContext.getOpPackageName());
Nancy Chen0eb1e402014-08-21 22:52:29 -07001713 } catch (RemoteException e) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07001714 Log.e(TAG, "Error calling ITelecomService#showCallScreen", e);
Nancy Chen0eb1e402014-08-21 22:52:29 -07001715 }
1716 }
1717 }
1718
Yorke Lee3e56ba12015-04-23 12:32:36 -07001719 /**
1720 * Places a new outgoing call to the provided address using the system telecom service with
1721 * the specified extras.
1722 *
1723 * This method is equivalent to placing an outgoing call using {@link Intent#ACTION_CALL},
1724 * except that the outgoing call will always be sent via the system telecom service. If
1725 * method-caller is either the user selected default dialer app or preloaded system dialer
1726 * app, then emergency calls will also be allowed.
1727 *
Tyler Gunnf5035432017-01-09 09:43:12 -08001728 * Placing a call via a managed {@link ConnectionService} requires permission:
1729 * {@link android.Manifest.permission#CALL_PHONE}
Yorke Lee3e56ba12015-04-23 12:32:36 -07001730 *
1731 * Usage example:
1732 * <pre>
1733 * Uri uri = Uri.fromParts("tel", "12345", null);
1734 * Bundle extras = new Bundle();
1735 * extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, true);
1736 * telecomManager.placeCall(uri, extras);
1737 * </pre>
1738 *
Santos Cordon7a060d52015-06-19 14:52:04 -07001739 * The following keys are supported in the supplied extras.
1740 * <ul>
1741 * <li>{@link #EXTRA_OUTGOING_CALL_EXTRAS}</li>
1742 * <li>{@link #EXTRA_PHONE_ACCOUNT_HANDLE}</li>
1743 * <li>{@link #EXTRA_START_CALL_WITH_SPEAKERPHONE}</li>
1744 * <li>{@link #EXTRA_START_CALL_WITH_VIDEO_STATE}</li>
1745 * </ul>
Tyler Gunnf5035432017-01-09 09:43:12 -08001746 * <p>
1747 * An app which implements the self-managed {@link ConnectionService} API uses
1748 * {@link #placeCall(Uri, Bundle)} to inform Telecom of a new outgoing call. A self-managed
1749 * {@link ConnectionService} must include {@link #EXTRA_PHONE_ACCOUNT_HANDLE} to specify its
1750 * associated {@link android.telecom.PhoneAccountHandle}.
1751 *
1752 * Self-managed {@link ConnectionService}s require permission
1753 * {@link android.Manifest.permission#MANAGE_OWN_CALLS}.
Santos Cordon7a060d52015-06-19 14:52:04 -07001754 *
Yorke Lee3e56ba12015-04-23 12:32:36 -07001755 * @param address The address to make the call to.
1756 * @param extras Bundle of extras to use with the call.
1757 */
Tyler Gunnf5035432017-01-09 09:43:12 -08001758 @RequiresPermission(anyOf = {android.Manifest.permission.CALL_PHONE,
1759 android.Manifest.permission.MANAGE_OWN_CALLS})
Yorke Lee3e56ba12015-04-23 12:32:36 -07001760 public void placeCall(Uri address, Bundle extras) {
1761 ITelecomService service = getTelecomService();
1762 if (service != null) {
Yorke Leea5d5c1d2015-05-05 16:25:55 -07001763 if (address == null) {
1764 Log.w(TAG, "Cannot place call to empty address.");
1765 }
Yorke Lee3e56ba12015-04-23 12:32:36 -07001766 try {
Yorke Leea5d5c1d2015-05-05 16:25:55 -07001767 service.placeCall(address, extras == null ? new Bundle() : extras,
1768 mContext.getOpPackageName());
Yorke Lee3e56ba12015-04-23 12:32:36 -07001769 } catch (RemoteException e) {
1770 Log.e(TAG, "Error calling ITelecomService#placeCall", e);
1771 }
1772 }
1773 }
1774
Santos Cordon91371dc2015-05-08 13:52:09 -07001775 /**
1776 * Enables and disables specified phone account.
1777 *
1778 * @param handle Handle to the phone account.
1779 * @param isEnabled Enable state of the phone account.
1780 * @hide
1781 */
1782 @SystemApi
Jeff Sharkeybfc4fcd2017-06-05 17:38:17 -06001783 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
Santos Cordon91371dc2015-05-08 13:52:09 -07001784 public void enablePhoneAccount(PhoneAccountHandle handle, boolean isEnabled) {
1785 ITelecomService service = getTelecomService();
1786 if (service != null) {
1787 try {
1788 service.enablePhoneAccount(handle, isEnabled);
1789 } catch (RemoteException e) {
1790 Log.e(TAG, "Error enablePhoneAbbount", e);
1791 }
1792 }
1793 }
1794
Hall Liu0464b9b2016-01-12 15:32:58 -08001795 /**
1796 * Dumps telecom analytics for uploading.
1797 *
1798 * @return
1799 * @hide
1800 */
1801 @SystemApi
1802 @RequiresPermission(Manifest.permission.DUMP)
Hall Liu057def52016-05-05 17:17:07 -07001803 public TelecomAnalytics dumpAnalytics() {
Hall Liu0464b9b2016-01-12 15:32:58 -08001804 ITelecomService service = getTelecomService();
Hall Liu057def52016-05-05 17:17:07 -07001805 TelecomAnalytics result = null;
Hall Liu0464b9b2016-01-12 15:32:58 -08001806 if (service != null) {
1807 try {
1808 result = service.dumpCallAnalytics();
1809 } catch (RemoteException e) {
1810 Log.e(TAG, "Error dumping call analytics", e);
1811 }
1812 }
1813 return result;
1814 }
1815
Abhijith Shastry1908cb842016-02-02 11:10:19 -08001816 /**
Abhijith Shastrya26fe992016-02-29 11:40:24 -08001817 * Creates the {@link Intent} which can be used with {@link Context#startActivity(Intent)} to
1818 * launch the activity to manage blocked numbers.
Abhijith Shastryec30d2f2016-03-04 16:46:08 -08001819 * <p> The activity will display the UI to manage blocked numbers only if
Abhijith Shastrya26fe992016-02-29 11:40:24 -08001820 * {@link android.provider.BlockedNumberContract#canCurrentUserBlockNumbers(Context)} returns
1821 * {@code true} for the current user.
1822 */
1823 public Intent createManageBlockedNumbersIntent() {
1824 ITelecomService service = getTelecomService();
1825 Intent result = null;
1826 if (service != null) {
1827 try {
1828 result = service.createManageBlockedNumbersIntent();
1829 } catch (RemoteException e) {
1830 Log.e(TAG, "Error calling ITelecomService#createManageBlockedNumbersIntent", e);
1831 }
1832 }
1833 return result;
1834 }
1835
Tyler Gunnf5035432017-01-09 09:43:12 -08001836 /**
1837 * Determines whether Telecom would permit an incoming call to be added via the
1838 * {@link #addNewIncomingCall(PhoneAccountHandle, Bundle)} API for the specified
1839 * {@link PhoneAccountHandle}.
1840 * <p>
1841 * A {@link ConnectionService} may not add a call for the specified {@link PhoneAccountHandle}
1842 * in the following situations:
1843 * <ul>
1844 * <li>{@link PhoneAccount} does not have property
1845 * {@link PhoneAccount#CAPABILITY_SELF_MANAGED} set (i.e. it is a managed
1846 * {@link ConnectionService}), and the active or held call limit has
1847 * been reached.</li>
1848 * <li>There is an ongoing emergency call.</li>
1849 * </ul>
1850 *
1851 * @param phoneAccountHandle The {@link PhoneAccountHandle} the call will be added for.
1852 * @return {@code true} if telecom will permit an incoming call to be added, {@code false}
1853 * otherwise.
1854 */
1855 public boolean isIncomingCallPermitted(PhoneAccountHandle phoneAccountHandle) {
Tyler Gunn44e01912017-01-31 10:49:05 -08001856 if (phoneAccountHandle == null) {
1857 return false;
1858 }
1859
Tyler Gunnf5035432017-01-09 09:43:12 -08001860 ITelecomService service = getTelecomService();
1861 if (service != null) {
1862 try {
1863 return service.isIncomingCallPermitted(phoneAccountHandle);
1864 } catch (RemoteException e) {
1865 Log.e(TAG, "Error isIncomingCallPermitted", e);
1866 }
1867 }
1868 return false;
1869 }
1870
1871 /**
1872 * Determines whether Telecom would permit an outgoing call to be placed via the
1873 * {@link #placeCall(Uri, Bundle)} API for the specified {@link PhoneAccountHandle}.
1874 * <p>
1875 * A {@link ConnectionService} may not place a call for the specified {@link PhoneAccountHandle}
1876 * in the following situations:
1877 * <ul>
1878 * <li>{@link PhoneAccount} does not have property
1879 * {@link PhoneAccount#CAPABILITY_SELF_MANAGED} set (i.e. it is a managed
1880 * {@link ConnectionService}), and the active, held or ringing call limit has
1881 * been reached.</li>
1882 * <li>{@link PhoneAccount} has property {@link PhoneAccount#CAPABILITY_SELF_MANAGED} set
1883 * (i.e. it is a self-managed {@link ConnectionService} and there is an ongoing call in
1884 * another {@link ConnectionService}.</li>
1885 * <li>There is an ongoing emergency call.</li>
1886 * </ul>
1887 *
1888 * @param phoneAccountHandle The {@link PhoneAccountHandle} the call will be added for.
1889 * @return {@code true} if telecom will permit an outgoing call to be placed, {@code false}
1890 * otherwise.
1891 */
1892 public boolean isOutgoingCallPermitted(PhoneAccountHandle phoneAccountHandle) {
1893 ITelecomService service = getTelecomService();
1894 if (service != null) {
1895 try {
1896 return service.isOutgoingCallPermitted(phoneAccountHandle);
1897 } catch (RemoteException e) {
1898 Log.e(TAG, "Error isOutgoingCallPermitted", e);
1899 }
1900 }
1901 return false;
1902 }
1903
Sanket Padawea8eddd42017-11-03 11:07:35 -07001904 /**
Tyler Gunn9d127732018-03-02 15:45:51 -08001905 * Called by an app to indicate that it wishes to accept the handover of an ongoing call to a
1906 * {@link PhoneAccountHandle} it defines.
1907 * <p>
1908 * A call handover is the process where an ongoing call is transferred from one app (i.e.
1909 * {@link ConnectionService} to another app. The user could, for example, choose to continue a
1910 * mobile network call in a video calling app. The mobile network call via the Telephony stack
1911 * is referred to as the source of the handover, and the video calling app is referred to as the
1912 * destination.
1913 * <p>
1914 * When considering a handover scenario the <em>initiating</em> device is where a user initiated
1915 * the handover process (e.g. by calling {@link android.telecom.Call#handoverTo(
1916 * PhoneAccountHandle, int, Bundle)}, and the other device is considered the <em>receiving</em>
1917 * device.
1918 * <p>
1919 * For a full discussion of the handover process and the APIs involved, see
1920 * {@link android.telecom.Call#handoverTo(PhoneAccountHandle, int, Bundle)}.
1921 * <p>
1922 * This method is called from the <em>receiving</em> side of a handover to indicate a desire to
1923 * accept the handover of an ongoing call to another {@link ConnectionService} identified by
Sanket Padawea8eddd42017-11-03 11:07:35 -07001924 * {@link PhoneAccountHandle} destAcct. For managed {@link ConnectionService}s, the specified
1925 * {@link PhoneAccountHandle} must have been registered with {@link #registerPhoneAccount} and
1926 * the user must have enabled the corresponding {@link PhoneAccount}. This can be checked using
1927 * {@link #getPhoneAccount}. Self-managed {@link ConnectionService}s must have
1928 * {@link android.Manifest.permission#MANAGE_OWN_CALLS} to handover a call to it.
1929 * <p>
1930 * Once invoked, this method will cause the system to bind to the {@link ConnectionService}
1931 * associated with the {@link PhoneAccountHandle} destAcct and call
1932 * (See {@link ConnectionService#onCreateIncomingHandoverConnection}).
1933 * <p>
1934 * For a managed {@link ConnectionService}, a {@link SecurityException} will be thrown if either
1935 * the {@link PhoneAccountHandle} destAcct does not correspond to a registered
1936 * {@link PhoneAccount} or the associated {@link PhoneAccount} is not currently enabled by the
1937 * user.
1938 * <p>
1939 * For a self-managed {@link ConnectionService}, a {@link SecurityException} will be thrown if
1940 * the calling app does not have {@link android.Manifest.permission#MANAGE_OWN_CALLS}.
1941 *
1942 * @param srcAddr The {@link android.net.Uri} of the ongoing call to handover to the caller’s
1943 * {@link ConnectionService}.
1944 * @param videoState Video state after the handover.
1945 * @param destAcct The {@link PhoneAccountHandle} registered to the calling package.
1946 */
Tyler Gunn9d127732018-03-02 15:45:51 -08001947 public void acceptHandover(Uri srcAddr, @VideoProfile.VideoState int videoState,
1948 PhoneAccountHandle destAcct) {
Sanket Padawea8eddd42017-11-03 11:07:35 -07001949 try {
1950 if (isServiceConnected()) {
1951 getTelecomService().acceptHandover(srcAddr, videoState, destAcct);
1952 }
1953 } catch (RemoteException e) {
1954 Log.e(TAG, "RemoteException acceptHandover: " + e);
1955 }
1956 }
Tyler Gunnf5035432017-01-09 09:43:12 -08001957
Tyler Gunn5bd90852018-09-21 09:37:07 -07001958 /**
1959 * Determines if there is an ongoing emergency call. This can be either an outgoing emergency
1960 * call, as identified by the dialed number, or because a call was identified by the network
1961 * as an emergency call.
1962 * @return {@code true} if there is an ongoing emergency call, {@code false} otherwise.
1963 * @hide
1964 */
1965 @SystemApi
Tyler Gunn6c14a6992019-02-04 15:12:06 -08001966 @TestApi
Tyler Gunn5bd90852018-09-21 09:37:07 -07001967 @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
1968 public boolean isInEmergencyCall() {
1969 try {
1970 if (isServiceConnected()) {
1971 return getTelecomService().isInEmergencyCall();
1972 }
1973 } catch (RemoteException e) {
1974 Log.e(TAG, "RemoteException isInEmergencyCall: " + e);
1975 return false;
1976 }
1977 return false;
1978 }
1979
Tyler Gunnc37445c2018-09-28 16:16:20 -07001980 /**
Tyler Gunn1965bb12019-01-16 10:42:14 -08001981 * Called by the default dialer to report to Telecom when the user has marked a previous
1982 * incoming call as a nuisance call or not.
1983 * <p>
1984 * Where the user has chosen a {@link CallScreeningService} to fill the call screening role,
1985 * Telecom will notify that {@link CallScreeningService} of the user's report.
1986 * <p>
1987 * Requires that the caller is the default dialer app.
1988 *
1989 * @param handle The phone number of an incoming call which the user is reporting as either a
1990 * nuisance of non-nuisance call.
1991 * @param isNuisanceCall {@code true} if the user is reporting the call as a nuisance call,
1992 * {@code false} if the user is reporting the call as a non-nuisance call.
1993 */
1994 @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE)
1995 public void reportNuisanceCallStatus(@NonNull Uri handle, boolean isNuisanceCall) {
1996 ITelecomService service = getTelecomService();
1997 if (service != null) {
1998 try {
1999 service.reportNuisanceCallStatus(handle, isNuisanceCall,
2000 mContext.getOpPackageName());
2001 } catch (RemoteException e) {
2002 Log.e(TAG, "Error calling ITelecomService#showCallScreen", e);
2003 }
2004 }
2005 }
2006
2007 /**
Tyler Gunnc37445c2018-09-28 16:16:20 -07002008 * Handles {@link Intent#ACTION_CALL} intents trampolined from UserCallActivity.
2009 * @param intent The {@link Intent#ACTION_CALL} intent to handle.
2010 * @hide
2011 */
2012 public void handleCallIntent(Intent intent) {
2013 try {
2014 if (isServiceConnected()) {
2015 getTelecomService().handleCallIntent(intent);
2016 }
2017 } catch (RemoteException e) {
2018 Log.e(TAG, "RemoteException handleCallIntent: " + e);
2019 }
Tyler Gunnc37445c2018-09-28 16:16:20 -07002020 }
2021
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002022 private ITelecomService getTelecomService() {
Hall Liue1bc2ec2015-10-09 15:58:37 -07002023 if (mTelecomServiceOverride != null) {
2024 return mTelecomServiceOverride;
2025 }
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002026 return ITelecomService.Stub.asInterface(ServiceManager.getService(Context.TELECOM_SERVICE));
Santos Cordon6c7a3882014-06-25 15:30:08 -07002027 }
Santos Cordon9eb45932014-06-27 12:28:43 -07002028
2029 private boolean isServiceConnected() {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002030 boolean isConnected = getTelecomService() != null;
Santos Cordon9eb45932014-06-27 12:28:43 -07002031 if (!isConnected) {
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002032 Log.w(TAG, "Telecom Service not found.");
Santos Cordon9eb45932014-06-27 12:28:43 -07002033 }
2034 return isConnected;
2035 }
Evan Charlton235c1592014-09-05 15:41:23 +00002036}