Match #1: /osmand/OsmAnd/src/com/bidforfix/andorid/BidForFixActivity.java: line 92-94 /android/8352208-8352289-1: line 4-6 // Android: Sending an Intent to Browser to open specific URL. Try returning true and firing a new intent to handle the url. < Intent i = new Intent(Intent.ACTION_VIEW); < i.setData(Uri.parse(url)); < startActivity(i); --- >Intent i = new Intent(Intent.ACTION_VIEW); >i.setData(Uri.parse(url)); >startActivity(i);