Commit ddb0e294 authored by wanglei's avatar wanglei

隐私政策

parent 840cfbed
...@@ -29,7 +29,7 @@ class PrivacyWebActivity : BaseActivity<ActivityLayoutWebPrivacyBinding>() { ...@@ -29,7 +29,7 @@ class PrivacyWebActivity : BaseActivity<ActivityLayoutWebPrivacyBinding>() {
return true return true
} }
} }
binding.idWeb.loadUrl("https://sites.google.com/view/cleanmastermax/home") binding.idWeb.loadUrl("https://sites.google.com/view/smartcleanerjunkcleaner/smart-cleaner-junk-cleaner")
binding.idBack.setOnClickListener { binding.idBack.setOnClickListener {
finishToMain() finishToMain()
} }
......
...@@ -44,7 +44,7 @@ class PrivacyAgreementManager { ...@@ -44,7 +44,7 @@ class PrivacyAgreementManager {
binding.idTvPrivacyPolicy.setOnClickListener { binding.idTvPrivacyPolicy.setOnClickListener {
val intent = Intent( val intent = Intent(
Intent.ACTION_VIEW, Intent.ACTION_VIEW,
Uri.parse("https://sites.google.com/view/super-cleaner-max/super-cleaner-max") Uri.parse("https://sites.google.com/view/smartcleanerjunkcleaner/smart-cleaner-junk-cleaner")
) )
context.startActivity(intent) context.startActivity(intent)
} }
......
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