no activity found to handle intent

  1. A

    Android Question No Activity found to handle Intent

    Hi all. In my app user can make a phone call to the office. Here is a code If Phone.ToLowerCase.Contains("ext.") Then Phone=Phone.ToLowerCase.Replace("ext.",",") End If Phone=Phone.Replace("(","") Phone=Phone.Replace(")","")...
Top