We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, there is an important to fix Typo in
python-for-android/pythonforandroid/recipes/android/src/android/permissions.py
Line 14 in e494c25
it should be changed to: android.permission.ACCESS_FINE_LOCATION (delete one s in permisssion)
android.permission.ACCESS_FINE_LOCATION
You can use Pull Request #1880.
Greetings
The text was updated successfully, but these errors were encountered:
Thanks, fixed via 1bf002d
Sorry, something went wrong.
No branches or pull requests
Hi,
there is an important to fix Typo in
python-for-android/pythonforandroid/recipes/android/src/android/permissions.py
Line 14 in e494c25
it should be changed to:
android.permission.ACCESS_FINE_LOCATION
(delete one s in permisssion)You can use Pull Request #1880.
Greetings
The text was updated successfully, but these errors were encountered: