Sprache

TvContract.Programs.ColumnSearchable Field

Definition

The flag indicating whether this TV program is searchable or not.

[Android.Runtime.Register("COLUMN_SEARCHABLE", ApiSince=23)]
public const string ColumnSearchable;
[<Android.Runtime.Register("COLUMN_SEARCHABLE", ApiSince=23)>]
val mutable ColumnSearchable : string

Field Value

Attributes

Remarks

The flag indicating whether this TV program is searchable or not.

The columns of searchable programs can be read by other applications that have proper permission. Care must be taken not to open sensitive data.

A value of 1 indicates that the program is searchable and its columns can be read by other applications, a value of 0 indicates that the program is hidden and its columns can be read only by the package that owns the program and the system. If not specified, this value is set to 1 (searchable) by default.

Type: INTEGER (boolean)

Android reference for android.media.tv.TvContract.Programs.COLUMN_SEARCHABLE.

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