Reputation: 151
I need to programatically add a number into my contact list in iPhone or Android phone. I'm writing my code in Java and I also use javascript and HTML5. So far, whatever solution I found is for a native app. Does anyone has any solution which can be use in a non native app?
Thanks.
Upvotes: 0
Views: 163
Reputation: 3300
The iPhone and Android browsers do not have access to their respective contacts list. You will have to use a native application to accomplish this.
Upvotes: 1