document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     //Service Binder to connect the Service with the UI
  2.     public class ServiceBinder extends Binder {
  3.         public MusicService getService() {
  4.             return MusicService.this;
  5.         }  
  6.     }
');