Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
Smart Cleaner-Junk Cleaner
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Smart Cleaner-Junk Cleaner
Commits
ddb0e294
Commit
ddb0e294
authored
Jun 04, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐私政策
parent
840cfbed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PrivacyWebActivity.kt
...test/basd/smartjunkcleaner/activity/PrivacyWebActivity.kt
+1
-1
PrivacyAgreementManager.kt
...artjunkcleaner/activity/splash/PrivacyAgreementManager.kt
+1
-1
No files found.
app/src/main/java/com/test/basd/smartjunkcleaner/activity/PrivacyWebActivity.kt
View file @
ddb0e294
...
...
@@ -29,7 +29,7 @@ class PrivacyWebActivity : BaseActivity<ActivityLayoutWebPrivacyBinding>() {
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
{
finishToMain
()
}
...
...
app/src/main/java/com/test/basd/smartjunkcleaner/activity/splash/PrivacyAgreementManager.kt
View file @
ddb0e294
...
...
@@ -44,7 +44,7 @@ class PrivacyAgreementManager {
binding
.
idTvPrivacyPolicy
.
setOnClickListener
{
val
intent
=
Intent
(
Intent
.
ACTION_VIEW
,
Uri
.
parse
(
"https://sites.google.com/view/s
uper-cleaner-max/super-cleaner-max
"
)
Uri
.
parse
(
"https://sites.google.com/view/s
martcleanerjunkcleaner/smart-cleaner-junk-cleaner
"
)
)
context
.
startActivity
(
intent
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment