Intent.ActionAppError 字段

定义

活动操作:用户在崩溃/ANR 对话框中按下了“报告”按钮。

[Android.Runtime.Register("ACTION_APP_ERROR")]
public const string ActionAppError;
[<Android.Runtime.Register("ACTION_APP_ERROR")>]
val mutable ActionAppError : string

字段值

实现

属性

注解

活动操作:用户在崩溃/ANR 对话框中按下了“报告”按钮。 此意向将传送到安装应用程序的包,通常是 Google Play。

输入:未指定任何数据。 bug 报告是使用 #EXTRA_BUG_REPORT 字段传入的。

输出:无。

适用于 . 的 android.content.Intent.ACTION_APP_ERRORJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅