document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. // Bind Service
  2.         i = new Intent(getActivity(), MusicService.class);
  3.         bindService(i, sc, BIND_AUTO_CREATE | BIND_ABOVE_CLIENT );
');