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
↧