public void onDestroy() {
   super.onDestroy();
   db.close();
 }
 @Override
 protected void onDestroy() {
   // TODO Auto-generated method stub
   super.onDestroy();
   if (messageDB != null) messageDB.close();
 }