ACTION_REVIEW_ONGOING_PERMISSION_USAGE constant
String
const ACTION_REVIEW_ONGOING_PERMISSION_USAGE
Activity action: Launch UI to review ongoing app uses of permissions.
Input: {@link #EXTRA_DURATION_MILLIS} specifies the minimum number of milliseconds of recent activity to show (optional). Must be non-negative.
Output: Nothing.
This requires {@link android.Manifest.permission#GRANT_RUNTIME_PERMISSIONS} permission.
@see #EXTRA_DURATION_MILLIS
@hide
Implementation
static const String ACTION_REVIEW_ONGOING_PERMISSION_USAGE =
"android.intent.action.REVIEW_ONGOING_PERMISSION_USAGE";