Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getUa
Method
getUa
app/src/main/java/com/fongmi/android/tv/setting/Setting.java:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
public
static
String getUa() {
31
return
Prefers.getString(
"ua"
);
32
}
33
34
public
static
void
putUa(String ua) {
35
Prefers.put(
"ua"
, ua);
Callers
5
initView
Method · 0.95
checkUa
Method · 0.95
getDefaultUserAgent
Method · 0.95
initSettings
Method · 0.95
initView
Method · 0.95
Calls
1
getString
Method · 0.95
Tested by
no test coverage detected