Ejemplo n.º 1
0
 public static long GetLong(string key)
 {
     return(ObscuredPrefs.GetLong(key, 0L));
 }