Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
Easy Cleaner Junk
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
Easy Cleaner Junk
Commits
025e1004
Commit
025e1004
authored
Jul 10, 2024
by
leichao.gao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改默认值
parent
d7d24562
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ConfigBean.kt
...ain/java/com/test/easy/easycleanerjunk/bean/ConfigBean.kt
+1
-1
ConfigHelper.kt
.../java/com/test/easy/easycleanerjunk/helps/ConfigHelper.kt
+1
-1
No files found.
app/src/main/java/com/test/easy/easycleanerjunk/bean/ConfigBean.kt
View file @
025e1004
...
@@ -15,5 +15,5 @@ class ConfigBean() {
...
@@ -15,5 +15,5 @@ class ConfigBean() {
var
timerDelay
:
Int
=
1
var
timerDelay
:
Int
=
1
var
timerInterval
:
Int
=
5
var
timerInterval
:
Int
=
5
var
maxMultiClick
:
Int
=
4
var
maxMultiClick
:
Int
=
4
var
naAdS
:
Int
=
1
var
naAdS
:
Int
=
0
}
}
app/src/main/java/com/test/easy/easycleanerjunk/helps/ConfigHelper.kt
View file @
025e1004
...
@@ -26,7 +26,7 @@ object ConfigHelper {
...
@@ -26,7 +26,7 @@ object ConfigHelper {
const
val
packageName
=
"com.kk.junkcleaner.easy.zxkk"
const
val
packageName
=
"com.kk.junkcleaner.easy.zxkk"
//一定展示大图广告
//一定展示大图广告
var
mustShowNativeAd
:
Boolean
=
tru
e
var
mustShowNativeAd
:
Boolean
=
fals
e
val
noLoadingActivities
=
listOf
(
val
noLoadingActivities
=
listOf
(
"full"
,
// 过滤全屏广告
"full"
,
// 过滤全屏广告
...
...
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