BaseTvColumns
interface BaseTvColumns : BaseColumns
androidx.tvprovider.media.tv.TvContractCompat.BaseTvColumns |
Common base for the tables of TV channels/programs.
Summary
Constants |
|
---|---|
static String |
The name of the package that owns the current row. |
Constants
COLUMN_PACKAGE_NAME
static val COLUMN_PACKAGE_NAME: String
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
Value: "package_name"