我有一个应用程序使用以下代码来阻止调用:TelephonyManagertelephonyManager=(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);try{ClasstelephonyManagerClass=Class.forName(telephonyManager.getClass().getName());MethodgetITelephonyMethod=telephonyManagerClass.getDeclaredMethod("getITelephony");getITelephonyM