Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Intent i = new Intent(this, DownloadService.class);
- i.putExtra("url", "http://www.example.com");
- i.putExtra("receiver", new DownloadReceiver(new Handler()));
- startService(i);
Advertisement
Add Comment
Please, Sign In to add comment