TvContract.Channels.InterfaceConsts.ColumnPackageName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the package that owns the current row.
[Android.Runtime.Register("COLUMN_PACKAGE_NAME")]
public const string ColumnPackageName;
[<Android.Runtime.Register("COLUMN_PACKAGE_NAME")>]
val mutable ColumnPackageName : string
Field Value
- Attributes
Remarks
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
Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.