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

Commit bd21c9a0 authored by David Zhao's avatar David Zhao
Browse files

API Review: Update requestStartRecording javadoc

Bug: 259142037
Test: mmm
Change-Id: I7eb81f1f063de278a2778cf5a720670e74db98f7
parent b9437c3a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import android.media.tv.AdResponse;
import android.media.tv.BroadcastInfoRequest;
import android.media.tv.BroadcastInfoResponse;
import android.media.tv.TvContentRating;
import android.media.tv.TvContract;
import android.media.tv.TvInputInfo;
import android.media.tv.TvInputManager;
import android.media.tv.TvRecordingInfo;
@@ -1346,7 +1347,8 @@ public abstract class TvInteractiveAppService extends Service {
         *                  {@link TvInteractiveAppService} and can be any string.
         *                  Should this API be called with the same requestId twice, both 
         *                  requests should be handled regardless by the TV application.
         * @param programUri The URI for the TV program to record.
         * @param programUri The URI for the TV program to record, built by
         *            {@link TvContract#buildProgramUri(long)}. Can be {@code null}.
         * @see android.media.tv.TvRecordingClient#startRecording(Uri)
         */
        @CallSuper