Android.Content.Intent.ActionAppError Field
Activity Action: The user pressed the "Report" button in the crash/ANR dialog.

Syntax

[Android.Runtime.Register("ACTION_APP_ERROR")]
public const string ActionAppError

See Also

Intent.ExtraBugReport

Remarks

Activity Action: The user pressed the "Report" button in the crash/ANR dialog. This intent is delivered to the package which installed the application, usually Google Play.

Input: No data is specified. The bug report is passed in using an Intent.ExtraBugReport field.

Output: Nothing.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14