@Override protected void onDestroy() { super.onDestroy(); unregisterReceiver(nmReceiver); unregisterReceiver(amReceiver); unregisterReceiver(niReceiver); }
@Override protected void onDestroy() { super.onDestroy(); if (deviceProvider != null) { deviceProvider.unregisterReceiver(); deviceProvider = null; } if (SettingsElements.LOGGING.getSummary() != null) { saveLogcatToFile(getApplicationContext()); } }
@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(); }
public void onDestroy() { super.onDestroy(); unregisterReceiver(haveMessageReceiver); }