Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
swiftcleanerphonehelper
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
swiftcleanerphonehelper
Commits
470a639f
Commit
470a639f
authored
Dec 20, 2024
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
aad8bace
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
NotificationUtils.kt
app/src/main/java/com/zxdemo/notity/NotificationUtils.kt
+7
-7
No files found.
app/src/main/java/com/zxdemo/notity/NotificationUtils.kt
View file @
470a639f
...
...
@@ -157,7 +157,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
APP_MANAGER
}
FUNCTION_BATTERY
->
{
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
R
.
mipmap
.
h_batteryinfo
)
...
...
@@ -166,7 +166,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
BATTERY
}
FUNCTION_LARGE_FILE
->
{
...
...
@@ -176,7 +176,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
LARGE_FILE
}
FUNCTION_WHATS_APP
->
{
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
R
.
mipmap
.
h_whatsapp
)
...
...
@@ -185,7 +185,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
WHATS_APP
}
FUNCTION_APP_PROCESS
->
{
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
R
.
mipmap
.
jg__appprocss
)
...
...
@@ -194,7 +194,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
APP_PROCESS
}
FUNCTION_SIMILAR_PHOTOS
->
{
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
R
.
mipmap
.
h_simiar
)
...
...
@@ -203,7 +203,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
SIMILAR_PHOTOS
}
FUNCTION_SCREENSHOT
->
{
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
R
.
mipmap
.
h_screenshot
)
...
...
@@ -212,7 +212,7 @@ object NotificationUtils {
val
desc
=
"Clean out junk files to free up space on your phone!"
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
desc
)
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_desc
,
descsmall
)
intentAction
=
Global
.
FUNCTION_
CLEAN
intentAction
=
Global
.
FUNCTION_
SCREENSHOT
}
else
->
{
...
...
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