ActivityInfo.UiOptions Property

Definition

The desired extra UI options for this activity and its main window.

[Android.Runtime.Register("uiOptions")]
public Android.Content.PM.UiOptions UiOptions { get; set; }
[<Android.Runtime.Register("uiOptions")>]
member this.UiOptions : Android.Content.PM.UiOptions with get, set

Property Value

UiOptions
Attributes

Remarks

Java documentation for android.content.pm.ActivityInfo.uiOptions.

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