beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Implement ActivityCompat permission request callback. #45

Closed mansourmoufid closed 5 months ago

mansourmoufid commented 2 years ago

In order to request permissions from the user interactively, implement the OnRequestPermissionsResultCallback interface.

This follows the sample code in the android/permissions-samples repository.

PR Checklist:

mhsmith commented 5 months ago

Replaced by #83.