()
| 80 | } |
| 81 | |
| 82 | @Override |
| 83 | public void onDestroy() { |
| 84 | Log.i("Service TTS destroy"); |
| 85 | stopForeground(true); |
| 86 | super.onDestroy(); |
| 87 | CoalMine.watch(this, this.getClass().getName() + "#onDestroy"); |
| 88 | } |
| 89 | |
| 90 | @Override |
| 91 | public int onStartCommand(Intent intent, int flags, int startId) { |