I am using the following code and it is not opening the yelp app:
String uriString = "yelp://biz/" + "some name";
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(uriString)));
Instead it says
Could not execute method of the activity !
Any pointers?