diff options
| author | 2019-04-05 19:25:36 +0000 | |
|---|---|---|
| committer | 2019-04-05 19:25:36 +0000 | |
| commit | 831bb5f47f19fb8f77b6ff128fd4ecb9d59b68c1 (patch) | |
| tree | 607607e9cdc1ffb1cfdcc75c0cf138a918366dfe | |
| parent | 6656c163943171fc4b49888ad550a5d772920de5 (diff) | |
| parent | 87833ee8679873b55654939eebcc3dbd3b6ebc11 (diff) | |
Merge "Fix documentation of CallRedirectionService" into qt-dev
| -rw-r--r-- | telecomm/java/android/telecom/CallRedirectionService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/telecomm/java/android/telecom/CallRedirectionService.java b/telecomm/java/android/telecom/CallRedirectionService.java index d01c889864f2..37fab09cd745 100644 --- a/telecomm/java/android/telecom/CallRedirectionService.java +++ b/telecomm/java/android/telecom/CallRedirectionService.java @@ -121,8 +121,6 @@ public abstract class CallRedirectionService extends Service { * * @param handle the new phone number to dial * @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 * if the confirmFirst is true, and if the redirection request of this * response was sent with a true flag of allowInteractiveResponse via |