runtime property

bool runtime
final

Whether this permission requires runtime requests (dangerous permissions).

NOTE: it's also used for some special permissions that need to be enabled manually in the system settings, even though they are not classified as dangerous.

Implementation

final bool runtime;