Описание тега runtime-permissions

This tag refers to Android runtime permissions introduced with Android 6.0 Marshmallow (API level 23). Previously permissions were granted on installation of an app. As of API level 23 permissions need to be requested at runtime.

Runtime permissions for Android were introduced in version 6.0 Marshmallow (API level 23).

The permissions are categorized into different protection levels and groups. For the dangerous level the permission must be requested at runtime, in contrast to normal permissions that are granted at install time. The user can revoke a previously granted permission anytime.

See also:

android android-6.0-marshmallow android-permissions