Is it possible to detect the device model and make information from a flex 4.5 sdk application, like Samsung Galaxy Tab 2.0 or Apple iPad 4 etc.,
Thanks
Fayaz
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
flash.system.Capabilities is the only way of obtaining certain info about your device Capabilities: i.e. os – Operating System. However, I don’t think that it fits your requirements.
Another possibility is using ANEs. They allows you to extend your applications with native code (Android, iOS, Win, OSX, etc). You have to implement your solution in native code and package it as an ANE (or be lucky and search the web looking for already existing ANE that does what you want).
More info: http://www.adobe.com/devnet/air/native-extensions-for-air.html