Android - 以编程方式访问 PROCESS_INCOMING_CALLS 权限

Android - Access PROCESS_INCOMING_CALLS permission programmatically

Manifest class 中没有 android.permission.PROCESS_INCOMING_CALLS 权限。我需要它来运行时请求权限。

There's no permission in Manifest class for the android.permission.PROCESS_INCOMING_CALLS permission.

那是因为 Android 没有这样的权限,你可以通过查看 Android's own manifest 和查看各种 <permission> 元素来判断。