Wish Add 'ANSWER_PHONE_CALLS' in Runtime Permissions ( like rp.PERMISSION_ANSWER_PHONE_CALLS )

palmzac

Active Member
Licensed User
Longtime User
Hi Erel,

For Android 8+ device, I just insert the permission "android.permission.ANSWER_PHONE_CALLS" in Manifest file . Is it right ? ( no need Runtime Permission )



You can use this value: "android.permission.ANSWER_PHONE_CALLS"

Note that this permission is only available in Android 8+.
 

Attachments

  • answer_phone_calls.png
    answer_phone_calls.png
    22.2 KB · Views: 276

palmzac

Active Member
Licensed User
Longtime User
Thanks Erel !
Waiting for next version.

You do need to call rp.CheckAndRequest. It is a dangerous permission. It currently doesn't appear as a dangerous permission in the IDE. It will be added.
 
Top