Commit 09eb907b authored by wanglei's avatar wanglei

...

parent 61b7edd6
......@@ -6,6 +6,7 @@ import android.graphics.Color
import android.net.Uri
import androidx.activity.addCallback
import androidx.core.view.updatePadding
import com.base.locationsharewhite.GlobalConfig
import com.base.locationsharewhite.R
import com.base.locationsharewhite.databinding.ActivitySettingBinding
import com.base.locationsharewhite.helper.BaseActivity
......@@ -51,7 +52,7 @@ class SettingActivity : BaseActivity<ActivitySettingBinding>() {
binding.llPrivacyPolicy.setOnClickListener {
val intent = Intent(
Intent.ACTION_VIEW,
Uri.parse(AppConfig.privacyPolicy)
Uri.parse(GlobalConfig.URL_PRIVACY)
)
startActivity(intent)
}
......
......@@ -13,7 +13,7 @@ import org.json.JSONObject
object SolarEngineUtils {
private val TAG = "SolarEngineUtils"
private val solarkey = GlobalConfig.KEY_AES
val solarkey = GlobalConfig.KEY_AES
fun Context.initSolarEngine(gdprDeny: Boolean = false) {
......
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