hch
2022-04-13 a196f4fc356c31cf855659e9dd56045328ff1823
SdkProject/library/src/main/java/com/secondworld/sdk/utils/SPUtils.java
@@ -3,7 +3,7 @@
import android.content.Context;
import android.content.SharedPreferences;
import com.secondworld.sdk.GameApp;
import com.secondworld.sdk.GameAppProxy;
public class SPUtils {
@@ -11,7 +11,7 @@
    public static SharedPreferences get() {
        if (data == null)
            data = GameApp.I.getSharedPreferences("data", Context.MODE_PRIVATE);
            data = GameAppProxy.app.getSharedPreferences("data", Context.MODE_PRIVATE);
        return data;
    }