ApplicationErrorReport.TypeRunningService Field

Definition

Caution

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

A report from a user to a developer about a running service that the user doesn't think should be running.

[Android.Runtime.Register("TYPE_RUNNING_SERVICE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)]
public const Android.App.ApplicationErrorReportType TypeRunningService = 5;
[<Android.Runtime.Register("TYPE_RUNNING_SERVICE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)>]
val mutable TypeRunningService : Android.App.ApplicationErrorReportType

Field Value

ApplicationErrorReportType

Implements

Attributes

Remarks

Java documentation for android.app.ApplicationErrorReport.TYPE_RUNNING_SERVICE.

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