TvContract.Channels.ColumnSearchable 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 flag indicating whether this TV channel is searchable or not.
[Android.Runtime.Register("COLUMN_SEARCHABLE")]
public const string ColumnSearchable;
[<Android.Runtime.Register("COLUMN_SEARCHABLE")>]
val mutable ColumnSearchable : string
Field Value
- Attributes
Remarks
The flag indicating whether this TV channel is searchable or not.
The columns of searchable channels 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 channel is searchable and its columns can be read by other applications, a value of 0 indicates that the channel is hidden and its columns can be read only by the package that owns the channel and the system. If not specified, this value is set to 1 (searchable) by default.
Type: INTEGER (boolean)
Java documentation for android.media.tv.TvContract.Channels.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.