showRequiredPermissionIsFullyDeniedDialog

fun showRequiredPermissionIsFullyDeniedDialog(activity: Activity, title: String = activity.getString( R.string.title_permission_declined ), explanation: String = activity.getString(R.string.message_permission_fully_declined))

Shows an alert dialog to accept permissions that have been declined with "never ask again" checked

Parameters

activity

: the activity used for the permissions request

title

: the string resource for the title to display on the dialog

explanation

: the string resource for the message to display on the dialog