Esempio n. 1
0
 @Override
 public void onDestroy() {
   super.onDestroy();
   DM.unregister(this);
 }
Esempio n. 2
0
 @Override
 public void onCreate() {
   super.onCreate();
   DM.register(this);
 }