PhoneFactory.getDefaultphone in android
I am trying to call PhoneFactory.getDefaultPhone from a new application so that I can access its invokeOemRilRaw* functions. But it gives me a "java.lang.RuntimeException: PhoneFactory.getDefaultPhone must be called from Looper thread" error.
I开发者_Python百科s this possible ? Or is this function dedicated for the PhoneApp only ?
Regards,
vinila
It's an internal API and you can't access it from your process.
精彩评论