示例#1
0
 protected void onDestroy() {
   if (maxTime != 0) timer.cancel();
   sounds.unloadAll();
   super.onDestroy();
 }