diff options
author | Evan Charlton <evanc@google.com> | 2014-06-05 17:31:11 -0700 |
---|---|---|
committer | Evan Charlton <evanc@google.com> | 2014-06-05 17:31:11 -0700 |
commit | 7960fd917a9c104dba0624699fb4f681d8bf7451 (patch) | |
tree | bc5512711e1e313275a69970cf018121a156b966 /telecomm | |
parent | abfaf964a59a90f666d913ca7b5db1da31649246 (diff) | |
download | frameworks_base-7960fd917a9c104dba0624699fb4f681d8bf7451.zip frameworks_base-7960fd917a9c104dba0624699fb4f681d8bf7451.tar.gz frameworks_base-7960fd917a9c104dba0624699fb4f681d8bf7451.tar.bz2 |
Fix the build breakage (update API & javadocs)
Update API and Javadocs to fix the build.
Change-Id: I108e4d824eabb68f8edd864bf67a16188672b01b
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecomm/InCallService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecomm/InCallService.java b/telecomm/java/android/telecomm/InCallService.java index 3a63077..c7dd23a 100644 --- a/telecomm/java/android/telecomm/InCallService.java +++ b/telecomm/java/android/telecomm/InCallService.java @@ -203,7 +203,7 @@ public abstract class InCallService extends Service { * {@link #setPostDial(String,String)} state but is now waiting for user confirmation before the * remaining digits can be sent. Normal transitions are to {@link #setPostDial(String,String)} * when the user asks Telecomm to proceed with the post-dial sequence and the in-call app - * informs Telecomm of this by invoking {@link InCallAdapter#postDialContinue(String)}. + * informs Telecomm of this by invoking {@link InCallAdapter#postDialContinue(String,boolean)}. * * @param callId The identifier of the call changing state. * @param remaining The remaining postdial string to be dialed. |