MCPcopy 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

9public 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

createMethod · 0.95
getStringMethod · 0.95
getIntMethod · 0.95
getLongMethod · 0.95
getFloatMethod · 0.95
getBooleanMethod · 0.95
putMethod · 0.95
removeMethod · 0.95

Calls 1

contextMethod · 0.95

Tested by

no test coverage detected