Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeigenChou/DCTimer-Android
/ closeDb
Method
closeDb
app/src/main/java/com/dctimer/APP.java:124–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
public
void
closeDb() {
125
result.close();
126
db.close();
127
db = null;
128
}
129
130
public
void
readPref(SharedPreferences sp) {
//读取配置 TODO
131
int
idx = sp.getInt(
"sel"
, 1);
Callers
3
onBackPressed
Method · 0.80
onOptionsItemSelected
Method · 0.80
importDatabase
Method · 0.80
Calls
1
close
Method · 0.45
Tested by
no test coverage detected