The checkCallingPermission() method is used when:
A.
the app needs to determine what permission is required for it to make a call.
B.
the app needs to determine if it should allow an incoming call from another app.
C.
the app needs to determine whether it has permission to make a call.
D.
the app needs to determine what permissions are required to call a specific API.
Explanation: