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
b058f5fb
Commit
b058f5fb
authored
Jul 24, 2024
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改id 和 类型转换异常的崩溃
parent
cf105dd8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
build.gradle
app/build.gradle
+1
-1
ConfigBean.kt
...ain/java/com/test/easy/easycleanerjunk/bean/ConfigBean.kt
+1
-1
NotificationUtil.java
...a/com/test/easy/easycleanerjunk/fcm/NotificationUtil.java
+1
-1
ConfigHelper.kt
.../java/com/test/easy/easycleanerjunk/helps/ConfigHelper.kt
+3
-3
No files found.
app/build.gradle
View file @
b058f5fb
...
...
@@ -12,7 +12,7 @@ android {
compileSdk
34
defaultConfig
{
applicationId
"com.
test.easy.easycleanerjunk
"
applicationId
"com.
kk.cleanmaster.file.cleanmaster.master
"
minSdk
24
//noinspection EditedTargetSdkVersion
targetSdk
34
...
...
app/src/main/java/com/test/easy/easycleanerjunk/bean/ConfigBean.kt
View file @
b058f5fb
...
...
@@ -22,7 +22,7 @@ class ConfigBean() {
var
outcomeReturnCount
:
Int
=
0
//每次从结果页面关闭到首页时
var
outcomeReturnHomeCount
:
Int
=
0
//返回主页弹几次
var
dayoutcomeHomePage
:
Int
=
0
//第二次打开到首页开关
var
maxShowNotificationCount
:
String
=
""
var
maxShowNotificationCount
:
Int
=
0
var
admobTrueMaxFlase
:
Int
=
0
}
app/src/main/java/com/test/easy/easycleanerjunk/fcm/NotificationUtil.java
View file @
b058f5fb
...
...
@@ -91,7 +91,7 @@ public class NotificationUtil {
public
static
void
sendNotification
(
Context
context
,
String
type
)
{
int
currentNum
=
SPUtils
.
getInstance
().
getInt
(
"showNotificationCount_"
+
AdDisplayUtils
.
getInstance
().
getCurrentDate
(),
0
);
int
maxNum
=
Integer
.
parseInt
(
SPUtils
.
getInstance
().
getString
(
"maxShowNotificationCount"
,
"156"
)
);
int
maxNum
=
SPUtils
.
getInstance
().
getInt
(
"maxShowNotificationCount"
,
156
);
if
(
currentNum
>=
maxNum
)
{
// LogEx.logDebug("glc","currentNum >= maxNum");
return
;
...
...
app/src/main/java/com/test/easy/easycleanerjunk/helps/ConfigHelper.kt
View file @
b058f5fb
...
...
@@ -22,9 +22,9 @@ object ConfigHelper {
const
val
openAdmobId
=
"/6499/example/app-open"
//max广告id
const
val
interMaxId
=
"
636e57ec33ac5698
"
const
val
nativeMaxId
=
"
63d874bafb4c484
1"
const
val
openMaxId
=
"
1fce760852e47224
"
const
val
interMaxId
=
"
b31e7f6d11ee659e
"
const
val
nativeMaxId
=
"
96e8fe78b0efc5d
1"
const
val
openMaxId
=
"
d1d943cdd3127c90
"
// 正式包名
const
val
packageName
=
"com.kk.junkcleaner.easy.zxkk"
...
...
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