TvInputManager.ActionSetupInputs 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.
Activity action to set up channel sources i.
[Android.Runtime.Register("ACTION_SETUP_INPUTS", ApiSince=24)]
public const string ActionSetupInputs;
[<Android.Runtime.Register("ACTION_SETUP_INPUTS", ApiSince=24)>]
val mutable ActionSetupInputs : string
Field Value
- Attributes
Remarks
Activity action to set up channel sources i.e. TV inputs of type TvInputInfo#TYPE_TUNER
. When invoked, the system will display an appropriate UI for the user to initiate the individual setup flow provided by android.R.attr#setupActivity
of each TV input service.
Java documentation for android.media.tv.TvInputManager.ACTION_SETUP_INPUTS
.
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.