public interface

TvContractCompat.BaseTvColumns

 androidx.tvprovider.media.tv.TvContractCompat.BaseTvColumns

Subclasses:

TvContractCompat.Channels, TvContractCompat.Programs, TvContractCompat.RecordedPrograms, TvContractCompat.PreviewPrograms, TvContractCompat.WatchNextPrograms

Overview

Common base for the tables of TV channels/programs.

Summary

Fields
public static final java.lang.StringCOLUMN_PACKAGE_NAME

The name of the package that owns the current row.

Fields

public static final java.lang.String COLUMN_PACKAGE_NAME

The name of the package that owns the current row.

The TV provider fills in this column with the name of the package that provides the initial data of the row. If the package is later uninstalled, the rows it owns are automatically removed from the tables.

Type: TEXT