beeware / briefcase-android-gradle-template

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

Add permissions callback hook. #83

Closed freakboy3742 closed 5 months ago

freakboy3742 commented 5 months ago

In order to resolve permissions requests, we need a callback hook on the Java side of an Android app.

Also bumps the appcompat version to ensure availability of the CurrentContext helper, needed to evaluate permissions.

PR Checklist:

freakboy3742 commented 5 months ago

Queuing for re-review, as I've added the file provider declaration to this PR.

freakboy3742 commented 5 months ago

I've merged this with the changes from #82 that landed. As a result, this PR should be mergable without any risk to main usage of briefcase; and when it has been merged, beeware/toga#2353 should pass.