Naveen
Naveen

Reputation: 141

Get SIM Number programmatically in flex

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

Answers (1)

Brian Genisio
Brian Genisio

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

Related Questions