public void onResume() {
   super.onResume();
   continueBGMusic = false;
   MusicManager.start(this, R.raw.synth);
 }