I have a mobile application that links to Soundcloud track. On Android, clicking on those links brings up a dialog asking the user to \"Complete action using\" their browser
The same works with users:
String id = "123395690"; //Userid Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("soundcloud://users:" + id)); startActivity(intent);