public static interface TvContract.BaseTvColumns extends BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_PACKAGE_NAME
The name of the package that owns the current row.
|
_COUNT, _ID
static final String COLUMN_PACKAGE_NAME
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