Untitled

From Chunky Finch, 12 Years ago, written in Plain Text, viewed 4 times.
URL https://paste.blessuren.de/view/65fdc685 Embed
Download Paste or View Raw
  1. Uri uri = Uri.parse("http://www.example.com/file.mp3");
  2. Intent intent = new Intent(Intent.ACTION_VIEW, uri);
  3. startActivity(intent);

Reply to "Untitled"

Here you can reply to the paste above