CCIPTV PRO v3.0.9.1版本的 MD5 值为:e78d4d980447be4a9f823314f45bbf03

以下内容为反编译后的 a.java 源代码,内容仅作参考


package f.j.a.e.b;

import android.content.Context;
import android.content.SharedPreferences;
public class a {
    public static int a(Context context) {
        return context.getSharedPreferences("sharedPreference", 0).getInt("client_id", -1);
    }

    public static String b(Context context) {
        return context.getSharedPreferences("sharedPreference", 0).getString("email", "abc@gmail.com");
    }

    public static String c(Context context) {
        return context.getSharedPreferences("sharedPreference", 0).getString("prefix", "$");
    }

    public static String d(Context context) {
        return context.getSharedPreferences("sharedPreference", 0).getString("Suffix", "USD");
    }

    public static void e(String str, Context context) {
        SharedPreferences.Editor edit = context.getSharedPreferences("sharedPreference", 0).edit();
        edit.putString("isfreetrial", str);
        edit.apply();
    }
}