Question by
jigneshcredencys · Oct 12, 2017 at 12:14 PM ·
c#scripting problemnative pluginexperience
how to open Add To Contact with unity?
i checked some post where there is some trick to open dial pad directly with
Application.Openurl(tel:[555555555]);
to send sms:
Application.Openurl(string.Format("sms:{0}?body={1}",mobile_num,message));
same way how to do for AddContact if i pass name and number it should open Add To contact page of android that have name and number filled in it
Comment
Your answer
Follow this Question
Related Questions
Problem with Score/Highscore script 0 Answers
Why object's doesn't stop on collision enter? 0 Answers
Unity Crashes When Clicking Play: Script Error? 1 Answer
RPG instantiate problem 3 Answers
Can someone please help me find out what wrong with my code. 0 Answers