Start service always this way:
context.startService(new Intent(MusicService.ACTION_PAUSE, null, context, MusicService.class));
Start service always this way:
context.startService(new Intent(MusicService.ACTION_PAUSE, null, context, MusicService.class));