Accessing Contacts and Calendar Database
I'm developing an application with Flex Adobe Builder, AS3 that will add contacts in the user contacts and may retrieve some and add events and get from the user calendar.
F开发者_如何学运维lex didn't provide and API to do such a thing yet. So, can I access the contacts database by it's URI and select and insert into it directly?
If possible, I'd like an example.
Flex didn't provide and API to do such a thing yet, so, can I access the contacts data base by it's uri and select and insert into it directly ?!!?
Since you tagged this question as Android, is it safe to assume you want to access the contacts on the Android device?
Access to the contact database is not currently exposed via Flex/AIR APIs; so there is no way to get access to that data.
There is this workaround to extend AIR for Android; but it is complicated and I have heard of people who could not get it to work.
精彩评论