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

Commit 7c5c7257 authored by Jae Seo's avatar Jae Seo Committed by android-build-merger
Browse files

TIF: Fix the unresolved link to #stopRecording() am: cd502cf7

am: 89d5e3ae

* commit '89d5e3ae':
  TIF: Fix the unresolved link to #stopRecording()
parents 10a1fbbb 89d5e3ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1704,7 +1704,7 @@ public abstract class TvInputService extends Service {
         * A non-null {@code programHint} implies the started recording should be of that specific
         * program, whereas null {@code programHint} does not impose such a requirement and the
         * recording can span across multiple TV programs. In either case, the application must call
         * {@link #stopRecording()} to stop the recording.
         * {@link TvRecordingClient#stopRecording()} to stop the recording.
         *
         * <p>The session must call either {@link #notifyRecordingStarted()} or
         * {@link #notifyError(int)}.