diff options
Diffstat (limited to 'telecomm/java/android/telecom/ConnectionService.java')
-rw-r--r-- | telecomm/java/android/telecom/ConnectionService.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/ConnectionService.java b/telecomm/java/android/telecom/ConnectionService.java index 6e6d61567e86..4d5f5e140a87 100644 --- a/telecomm/java/android/telecom/ConnectionService.java +++ b/telecomm/java/android/telecom/ConnectionService.java @@ -2054,6 +2054,10 @@ public abstract class ConnectionService extends Service { * Call to inform Telecom that your {@link ConnectionService} has released call resources (e.g * microphone, camera). * + * <p> + * The {@link ConnectionService} will be disconnected when it failed to call this method within + * 5 seconds after {@link #onConnectionServiceFocusLost()} is called. + * * @see ConnectionService#onConnectionServiceFocusLost() */ public final void connectionServiceFocusReleased() { |