-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
"requestPermissions" in Android Permissions is not working #1574
Comments
Regarding the first issue, the PERMISSION object was defined incorrectly. I just fixed it and it should work well in the next release. As for the second issue, the function |
Thanks a lot. When can I expect the next release? |
Have a look at ebf4028 I will publish a release soon once I review some more issues. |
|
I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
Current behavior:
1. I have the below code in my component
Throwing error: "TypeError: Cannot read proerty 'READ_SMS' of undefined".
Please see the SS below.
2. I have the below code in my component
this.androidPermissions.requestPermissions("android.permission.READ_SMS");
Throwing error: "JSON error".
Please see the SS below.
The text was updated successfully, but these errors were encountered: