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

Attributes

Remarks

The desired extra UI options for this activity and its main window. Set from the android.R.attr#uiOptions attribute in the activity's manifest.

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