Skip to main content
paulleon
Known Participant
June 25, 2013
Question

Is it possible to access user account in an air android app ?

  • June 25, 2013
  • 1 reply
  • 646 views

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.

This topic has been closed for replies.

1 reply

paulleon
paulleonAuthor
Known Participant
June 26, 2013

I would really appreciate any help...

paulleon
paulleonAuthor
Known Participant
June 26, 2013

allo ?

Is this forum dead ?

Adobe Employee
June 27, 2013

There is no API in the AIR runtime to get user's accounts.

But you may write an ANE to get the same.