ControlsProviderService.ExtraControlsSurface 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.
Integer extra whose value specifies the surface which controls are being displayed on.
[Android.Runtime.Register("EXTRA_CONTROLS_SURFACE", ApiSince=35)]
public const string ExtraControlsSurface;
[<Android.Runtime.Register("EXTRA_CONTROLS_SURFACE", ApiSince=35)>]
val mutable ExtraControlsSurface : string
Field Value
- Attributes
Remarks
Integer extra whose value specifies the surface which controls are being displayed on.
The possible values are: <ul> <li>#CONTROLS_SURFACE_ACTIVITY_PANEL
<li>#CONTROLS_SURFACE_DREAM
</ul>
This is passed with the intent when the panel specified by #META_DATA_PANEL_ACTIVITY
is launched.
Java documentation for android.service.controls.ControlsProviderService.EXTRA_CONTROLS_SURFACE
.
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.