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