user2236420
user2236420

Reputation: 21

Reading Android Contacts in Flex?

Android is storing his contacts here:

data/data/com.android.providers.contacts/databases/contacts.db

Anyone have code to access the Android Contacts.db with Adobe Flex?

Thanks!

Upvotes: 2

Views: 422

Answers (1)

Adrian Pirvulescu
Adrian Pirvulescu

Reputation: 4340

  1. You may not have "rights" to read this file directly from Flex/AIR
  2. You need to enable rights access into your air app descriptor
  3. You should create / use existing ANE (native extension) for reading contacts list

Upvotes: 1

Related Questions