beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
21 stars 22 forks source link

Added onActivityResult to MainActivity.java and IPythonApp.java #25

Closed t-arn closed 3 years ago

t-arn commented 3 years ago

This PR adds the method onActivityResult() in MainActivity.java and IPythonApp.java This allows us to invoke Android Intents from Python and get the result back.

This template is used by following pull-request: https://github.com/beeware/toga/pull/1158

PR Checklist:

paulproteus commented 3 years ago

@t-arn This is really cool! I think it's great. From my perspective, it looks good to me.

I'll allow @freakboy3742 to more-officially review it.