Beispiel #1
0
 protected override void OnDestroy()
 {
     StopService(playIntent);
     musicSrv = null;
     base.OnDestroy();
 }
Beispiel #2
0
 public MusicBinder(MusicService service)
 {
     this.service = service;
 }
		protected override void OnDestroy() 
		{
			StopService(playIntent);
			musicSrv = null;
			base.OnDestroy();
		}
		public MusicBinder (MusicService service)
		{
			this.service = service;
		}