Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
D
Data Recovery White
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
Data Recovery White
Commits
9bcf67ee
Commit
9bcf67ee
authored
Jul 18, 2024
by
leichao.gao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 文案
parent
e97bf6ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
NotificationUtil.kt
...c/main/java/com/base/datarecovery/fcm/NotificationUtil.kt
+6
-6
No files found.
app/src/main/java/com/base/datarecovery/fcm/NotificationUtil.kt
View file @
9bcf67ee
...
@@ -62,37 +62,37 @@ object NotificationUtil {
...
@@ -62,37 +62,37 @@ object NotificationUtil {
ID_SIMILAR_IMAGE
->
{
ID_SIMILAR_IMAGE
->
{
icon
=
R
.
mipmap
.
h_similar
icon
=
R
.
mipmap
.
h_similar
desc
=
DuplicatePhotoStringResourceManager
.
getNextCopy
()
desc
=
DuplicatePhotoStringResourceManager
.
getNextCopy
()
btn
=
"Clean
up
"
btn
=
"Clean
Up Space
"
}
}
ID_SCREENSHOT_CLEAN
->
{
ID_SCREENSHOT_CLEAN
->
{
icon
=
R
.
mipmap
.
repeatedphotos
icon
=
R
.
mipmap
.
repeatedphotos
desc
=
ScreenshotCleanupStringManager
.
getNextCleanupCopy
()
desc
=
ScreenshotCleanupStringManager
.
getNextCleanupCopy
()
btn
=
"
Remove Screenshots
"
btn
=
"
Clean Up Space
"
}
}
ID_RECOVERY_PHOTOS
->
{
ID_RECOVERY_PHOTOS
->
{
icon
=
R
.
mipmap
.
photos_ss
icon
=
R
.
mipmap
.
photos_ss
desc
=
PhotoRecoveryStringManager
.
getNextRecoveryCopy
()
desc
=
PhotoRecoveryStringManager
.
getNextRecoveryCopy
()
btn
=
"Re
trieve Photo
"
btn
=
"Re
covery
"
}
}
ID_RECOVERY_VIDEOS
->
{
ID_RECOVERY_VIDEOS
->
{
icon
=
R
.
mipmap
.
videos_ss
icon
=
R
.
mipmap
.
videos_ss
desc
=
VideoRecoveryStringManager
.
getNextRecoveryCopy
()
desc
=
VideoRecoveryStringManager
.
getNextRecoveryCopy
()
btn
=
"Recover
Video
"
btn
=
"Recover
y
"
}
}
ID_RECOVERY_DOCUMENTS
->
{
ID_RECOVERY_DOCUMENTS
->
{
icon
=
R
.
mipmap
.
documents_ss
icon
=
R
.
mipmap
.
documents_ss
desc
=
DocumentRecoveryStringManager
.
getNextRecoveryCopy
()
desc
=
DocumentRecoveryStringManager
.
getNextRecoveryCopy
()
btn
=
"Re
store Document
"
btn
=
"Re
covery
"
}
}
ID_PRIVACY_SPACE
->
{
ID_PRIVACY_SPACE
->
{
icon
=
R
.
mipmap
.
space
icon
=
R
.
mipmap
.
space
desc
=
PrivacySpaceStringManager
.
getNextPrivacySpaceCopy
()
desc
=
PrivacySpaceStringManager
.
getNextPrivacySpaceCopy
()
btn
=
"Hide
Content
"
btn
=
"Hide"
}
}
}
}
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
icon
)
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_icon
,
icon
)
...
...
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