ACTION_PENDING_INCIDENT_REPORTS_CHANGED constant

String const ACTION_PENDING_INCIDENT_REPORTS_CHANGED

An incident or bug report has been taken, and a system app has requested it to be shared, so trigger the confirmation screen.

This will be sent directly to the registered receiver with the android.permission.APPROVE_INCIDENT_REPORTS permission. @hide

Implementation

static const String ACTION_PENDING_INCIDENT_REPORTS_CHANGED =
    "android.intent.action.PENDING_INCIDENT_REPORTS_CHANGED";