-
Notifications
You must be signed in to change notification settings - Fork 44
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
Problem with Android permissions -- they are never asked at least on my device #444
Comments
Am I correct in thinking the only change is one line has been uncommented? |
For every results (sresult, iresult) variable int-type is changed to UInt or ResultType[]. Also result variable's type is changed to UInt or ResultType[]. |
Cool bananas, thank you, wonder why I commented out that line though!?! |
Hmm, weird that you can't |
I'm sorry, If I've done something wrong.. |
Not at all, it looks like a completely unrelated monkey2 bug to me. |
Fixed with 963222e. Can be closed. |
I made following slight changes to /modules/std/permissions/permissions.monkey2 and the asking of Android permissions at run-time seems to work:
`
`
The text was updated successfully, but these errors were encountered: