TvContract.BaseTvColumns.ColumnPackageName Field

Definition

Caution

Use 'Android.Media.TV.TvContract.IBaseTvColumns.ColumnPackageName'. This class will be removed in a future release.

The name of the package that owns the current row.

[Android.Runtime.Register("COLUMN_PACKAGE_NAME")]
[System.Obsolete("Use 'Android.Media.TV.TvContract.IBaseTvColumns.ColumnPackageName'. This class will be removed in a future release.")]
public const string ColumnPackageName;
[<Android.Runtime.Register("COLUMN_PACKAGE_NAME")>]
[<System.Obsolete("Use 'Android.Media.TV.TvContract.IBaseTvColumns.ColumnPackageName'. This class will be removed in a future release.")>]
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.

Applies to