i want to get the SIM number programmatically开发者_如何转开发.Is it possible in flex?In android developer guide i saw telephony manager class,likewise do we have anything in flex??
Thanks in advance..
Check this out... a hack for sure, but a way for you to call into the Java APIs (Android) from Flex Mobile:
http://www.jamesward.com/2011/05/11/extending-air-for-android/
精彩评论