Is it possible to access user account in an air android app in as3 ?
The only thing I've found on internet is that one has to add to its manifest permissions to acccess account :
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
and this documentation for native android coding :
http://developer.android.com/training/id-auth/identify.html
thanks for any help.