i am creating an APP in Android in which i send my details like phone #,email ,Facebook Address to other person via bluetooth in a text File.I want that whenever the 2nd person receive my text file ,It should prompt the other User that Whether he want to save my details as a Contact.My question is ,is there any built in function that can serve the purpose,as in QR-Reader after reading it asks for saving.
Anyone who can help me with this
Thanks
i am creating an APP in Android in which i send my details like
Share
You should send the info inside the Text file and then use Android Contact Provide to save it in your contacts.You can use the Gesture interface to detect the tap and use Dialog box for YES/No (User Permission).