ApplicationInfo.UiOptions Property

Definition

The default extra UI options for activities in this application.

[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 default extra UI options for activities in this application. Set from the android.R.attr#uiOptions attribute in the activity's manifest.

Java documentation for android.content.pm.ApplicationInfo.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