Exemplo n.º 1
0
 @Override
 public void onDestroy() {
   if (db != null) db.close();
   super.onDestroy();
 }
Exemplo n.º 2
0
 public void doPositiveClick(Bundle bundle) {
   Database db = new Database(getBaseContext());
   db.resetAllData();
   finish();
 }