Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getPrefers
Method
getPrefers
catvod/src/main/java/com/github/catvod/utils/Prefers.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
public
class
Prefers {
10
11
public
static
SharedPreferences getPrefers() {
12
return
PreferenceManager.getDefaultSharedPreferences(Init.context());
13
}
14
15
public
static
String getString(String key) {
16
return
getString(key,
""
);
Callers
8
create
Method · 0.95
getString
Method · 0.95
getInt
Method · 0.95
getLong
Method · 0.95
getFloat
Method · 0.95
getBoolean
Method · 0.95
put
Method · 0.95
remove
Method · 0.95
Calls
1
context
Method · 0.95
Tested by
no test coverage detected