Commit 38664905 authored by wanglei's avatar wanglei

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

parent f70d84e8
......@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
object AESHelper {
private const val aesKey = "tqdd8p5oplj9vj3y"
private const val aesKey = "bgp8skv94x8r420k"
private val cipher by lazy {
Cipher.getInstance("AES/GCM/NoPadding")
......
......@@ -20,7 +20,7 @@ object ConfigHelper {
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(
"full", // 过滤全屏广告
......@@ -37,7 +37,6 @@ object ConfigHelper {
}
var ifAgreePrivacy = false
get() {
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