2011年4月27日
摘要: TelephonyManager的隐藏API调用方式:使用反射:调用TelephonyManager的隐藏API是先参考Framework的\base\telephony\java\com\android\internal\telephony\ITelephony.aidl,然后自己实现一个ITelephony.aidl,最后在TelephonyManager中通过反射机制实例化自定义的ITelephony,实例化之后就可以调用ITelephony里面的函数了。ethod getITelephonyMethod = telMgr.getClass().getDeclaredMethod(&qu 阅读全文
posted @ 2011-04-27 19:01 清水湾 阅读(1515) 评论(0) 推荐(0)