Commit af98239b authored by guest's avatar guest

1

parent f433d037
package com.test.easy.easycleanerjunk.helps
import android.os.Build
import android.util.Log
import androidx.annotation.RequiresApi
import com.google.gson.Gson
import com.test.easy.easycleanerjunk.BuildConfig
......@@ -62,7 +61,6 @@ object ComUtils {
if (i.toString() != "null") {
i!!.groupValues[1].let {
val str = AESHelper.decrypt(it)
Log.e("MXL", "onResponse: "+str )
val gson = Gson()
val bean = gson.fromJson(str, ConfigBean::class.java)
SPUtils.getInstance().put("actionS", bean.actionS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment