@Override
 protected void onDestroy() {
   super.onDestroy();
   unregisterReceiver(nmReceiver);
   unregisterReceiver(amReceiver);
   unregisterReceiver(niReceiver);
 }
Example #2
0
 @Override
 protected void onDestroy() {
   super.onDestroy();
   if (deviceProvider != null) {
     deviceProvider.unregisterReceiver();
     deviceProvider = null;
   }
   if (SettingsElements.LOGGING.getSummary() != null) {
     saveLogcatToFile(getApplicationContext());
   }
 }
Example #3
0
 @Override
 protected void onDestroy() {
   super.onDestroy();
   firstGame_textview = null;
   weibokong_textview = null;
   gamevideo_textview = null;
   news_imageview = null;
   videos_imageview = null;
   collects_imageview = null;
   pictures_imageview = null;
   Video_data = null;
   System.gc();
 }
 @Override
 protected void onDestroy() {
   MobicartCommonData.isFromStart = "NotSplash";
   backButton.setVisibility(View.GONE);
   super.onDestroy();
 }
 @Override
 protected void onDestroy() {
   EUtil.loge("App onDestroy");
   super.onDestroy();
   reflectionPluginMethod("onActivityDestroy");
 }
 /** 做销毁工作 */
 @Override
 protected void onDestroy() {
   activitys.remove(this);
   super.onDestroy();
 }
Example #7
0
 public void onDestroy() {
   super.onDestroy();
   unregisterReceiver(haveMessageReceiver);
 }