Language

AnrTypes.AnrTypeApplicationStart Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.

The app took too long to start up.

[Android.Runtime.Register("ANR_TYPE_APPLICATION_START", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.", true)]
public const Android.App.AnrType AnrTypeApplicationStart = 10;
[<Android.Runtime.Register("ANR_TYPE_APPLICATION_START", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.", true)>]
val mutable AnrTypeApplicationStart : Android.App.AnrType

Field Value

Value = 10
Attributes

Remarks

The app took too long to start up.

Android reference for android.app.AnrTypes.ANR_TYPE_APPLICATION_START.

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