hch
2023-08-29 d285f7c9ac65d58f1cf2a6e59d716f9c4869bbc8
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;
    }