Fix SDK build

Change-Id: I325f5f5b3fae7c8a27640106e8f3298c4e18388d
This commit is contained in:
Sailesh Nepal
2014-04-08 14:32:20 -07:00
parent 75c11006d2
commit c1a48ef7c3
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ public abstract class InCallService extends Service {
* Indicates to the in-call app that the specified call is active but in a "post-dial" state
* where Telecomm is now sending some dual-tone multi-frequency signaling (DTMF) tones appended
* to the dialed number. Normal transitions are to {@link #setPostDialWait(String,String)} when
* the post-dial string requires user confirmation to proceed, {@link #setActive(String)} when
* the post-dial string requires user confirmation to proceed, and {@link CallState#ACTIVE} when
* the post-dial tones are completed.
*
* @param callId The identifier of the call changing state.