Android Studio
(Android Studio) Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
SAFE
2017. 1. 2. 15:02
Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
출처 : http://www.androidside.com/plugin/mobile/board.php?bo_table=B49&wr_id=104213
try{
커서이용~~~~~
}catch(Excetion~~ ~~~){
}finally{
커서.close();
}
-----
추가로
db.close() 도 해준다.