requestPermissions

Request android permissions in runtime.

Since

Added 1.4.0.

Parameters

context

A Context of the application package implementing this class.

permissions

The name of the permissions that are needed.

callback

The callback.

See also