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

Commit 4cd780f3 authored by Shubang Lu's avatar Shubang Lu Committed by Android (Google) Code Review
Browse files

Merge "TIAF API review: add JavaDoc" into tm-dev

parents 1f854ad7 ba451f6c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -131,6 +131,10 @@ public final class TvInteractiveAppInfo implements Parcelable {
        dest.writeInt(mTypes);
    }

    /**
     * Returns a unique ID for this TV interactive app service. The ID is generated from the package
     * and class name implementing the TV interactive app service.
     */
    @NonNull
    public String getId() {
        return mId;