()
| 77 | } |
| 78 | |
| 79 | @Override |
| 80 | public void onDestroy() { |
| 81 | Log.i("Service UI destroy"); |
| 82 | super.onDestroy(); |
| 83 | CoalMine.watch(this, this.getClass().getName() + "#onDestroy"); |
| 84 | } |
| 85 | |
| 86 | @Override |
| 87 | protected void onHandleIntent(@Nullable Intent intent) { |