'ANSWER_PHONE_CALLS permission granted Issue
Android devs. I have a critical issue to grant the permissions. I am developing an app to use so many permissions, but my customer doesn't like the permission dialogs for each permission. So I decrease the target SDK version to 22 to avoid the disturbing permission dialog. But I noticed a critical issue with ANSWER_PHONE_CALLS permission. I have googled and got that when the SDK version is lower than 23, there is no need to consider the permission on runtime, but just add the permission in the AndroidManifest file. But actually, when I get the return value of checkSelfPermission for ANDROID_PHONE_CALLS permission, it returns -1(denied). And some features using this permission are all failed with not permitted. Is there anyone who has experienced this, and let me know how to control this issue? Thanks! (I really hope to find the solution.) :(
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
