Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a require_permissions decorator to use on android methods #629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2021

  1. Add a require_permissions decorator to use on android methods

    adding the decorator with permissions on a method or function will automatically require the permissions when the method is called.
    
    tested on the gps example, but as it worked, added on the other android implementations using the permissions requested in the buildozer.spec of their example.
    tshirtman committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    f36a546 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    d690755 View commit details
    Browse the repository at this point in the history