コード例 #1
0
 @Override
 protected void onDestroy() {
   Logger.d(TAG, "onDestroy");
   super.onDestroy();
   // TL-369
   if (findViewById(R.id.RootView) != null) {
     unbindDrawables(findViewById(R.id.RootView));
     System.gc();
   }
 }