MCPcopy 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

initViewMethod · 0.95
checkUaMethod · 0.95
getDefaultUserAgentMethod · 0.95
initSettingsMethod · 0.95
initViewMethod · 0.95

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected