Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3bf7e2b authored by Pengquan Meng's avatar Pengquan Meng
Browse files

Update ConnectionService API comment

Bug: 73750116
Test: current telecom test
Change-Id: I74e9636c305b164bf01c3136c53e9a432101945b
parent 15881d7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2041,6 +2041,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() {