Tiny wrong mistake in documentation
clankill3r opened this issue · 2 comments
clankill3r commented
https://android.processing.org/reference/permissions/query.html
This:
println("No permission to read location", width/2, height/2);
should be:
text("No permission to read location", width/2, height/2);
rupeshkumar22 commented
This should be on processing-android-website
reopening it there.
ranaaditya commented
Closing it, issue raised at processing-website repo.
Thanks @clankill3r for reporting it !
Thanks,
Aditya