Revoked permission android.permission.CALL_PHONE
问题 I'm trying to programmatically call to a number with following code: String number = ("tel:" + numTxt.getText()); Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse(number)); startActivity(intent); I've set the permission in the Manifest: <uses-permission android:name="android.permission.CALL_PHONE"/> I'm working with real device for testing and debugging, it is Nexus 5 with Android M, my compileSdkVersion is 23. I'm getting the following Security Exception: error: