permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.21k stars 1.44k forks source link

[KTX] Combine location permissions with other permissions #744

Closed TurKurT656 closed 2 years ago

TurKurT656 commented 2 years ago

Overview

Expected

Actual

Environment

hotchemi commented 2 years ago

Hi, you can use constructPermissionsRequest along with location permission if you want to. constructLocationPermissionRequest is just a helper function to address with https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/646 without any additional effort.

TurKurT656 commented 2 years ago

Thanks