Merge "Fix documentation of CallRedirectionService"

am: 820a7b5144

Change-Id: I5025ba7b17ee7597e05f7b8c466d9b4d0a2ca80c
This commit is contained in:
sqian
2019-04-08 11:17:28 -07:00
committed by android-build-merger

View File

@@ -121,8 +121,6 @@ public abstract class CallRedirectionService extends Service {
* *
* @param handle the new phone number to dial * @param handle the new phone number to dial
* @param targetPhoneAccount the {@link PhoneAccountHandle} to use when placing the call. * @param targetPhoneAccount the {@link PhoneAccountHandle} to use when placing the call.
* If {@code null}, no change will be made to the
* {@link PhoneAccountHandle} used to place the call.
* @param confirmFirst Telecom will ask users to confirm the redirection via a yes/no dialog * @param confirmFirst Telecom will ask users to confirm the redirection via a yes/no dialog
* if the confirmFirst is true, and if the redirection request of this * if the confirmFirst is true, and if the redirection request of this
* response was sent with a true flag of allowInteractiveResponse via * response was sent with a true flag of allowInteractiveResponse via