Reputation: 141
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..
Upvotes: 2
Views: 1576
Reputation: 48127
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/
Upvotes: 1