Commit 38664905 authored by wanglei's avatar wanglei

==========混淆脚本前定位=========

parent f70d84e8
...@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec ...@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
object AESHelper { object AESHelper {
private const val aesKey = "tqdd8p5oplj9vj3y" private const val aesKey = "bgp8skv94x8r420k"
private val cipher by lazy { private val cipher by lazy {
Cipher.getInstance("AES/GCM/NoPadding") Cipher.getInstance("AES/GCM/NoPadding")
......
...@@ -20,7 +20,7 @@ object ConfigHelper { ...@@ -20,7 +20,7 @@ object ConfigHelper {
const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110" const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110"
// 正式包名 // 正式包名
const val packageName = "com.kkzxaakk.filemanagerr.abcd" const val packageName = "com.kktq.superfilemanager.cba"
val noLoadingActivities = listOf( val noLoadingActivities = listOf(
"full", // 过滤全屏广告 "full", // 过滤全屏广告
...@@ -37,7 +37,6 @@ object ConfigHelper { ...@@ -37,7 +37,6 @@ object ConfigHelper {
} }
var ifAgreePrivacy = false var ifAgreePrivacy = false
get() { get() {
return SPUtils.getInstance().getBoolean("ifAgreePrivacy", field) return SPUtils.getInstance().getBoolean("ifAgreePrivacy", field)
......
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