我打算编写与Phone和Direct SIM写相关的测试.
如果所需的API未在TelephonyManager中公开但作为私有API存在PhoneBase.java,PhoneFactory.java或者CommandInterface.java?
具体来说,我的问题是:
PhoneFactory.getDefaultPhone()?CommandsInterface(例如:) 的替代方案是什么CommandsInterface mCmdIf = ((PhoneBase)mPhone).mCM?提前谢谢,
Micha