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
744453eb
Commit
744453eb
authored
Jul 12, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
a1d52ef0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
NotificationUtil.kt
...c/main/java/com/base/datarecovery/fcm/NotificationUtil.kt
+3
-3
HomeFragment.kt
.../main/java/com/base/datarecovery/fragment/HomeFragment.kt
+2
-2
No files found.
app/src/main/java/com/base/datarecovery/fcm/NotificationUtil.kt
View file @
744453eb
...
...
@@ -55,13 +55,13 @@ object NotificationUtil {
}
ID_SCREENSHOT_CLEAN
->
{
// icon = R.mipmap.similar
icon
=
R
.
mipmap
.
repeatedphotos
desc
=
"Streamline your photo album! Remove old and unnecessary screenshots."
btn
=
"Remove Screenshots"
}
ID_RECOVERY_PHOTOS
->
{
// icon = R.mipmap.
h_simila
r
// icon = R.mipmap.r
desc
=
"Has a photo gone missing? Try our recovery tool to get it back."
btn
=
"Retrieve Photo"
}
...
...
@@ -79,7 +79,7 @@ object NotificationUtil {
}
ID_PRIVACY_SPACE
->
{
// icon = R.mipmap.h_similar
icon
=
R
.
mipmap
.
space
desc
=
"Secure your private content. Tuck away photos and videos in your hidden space."
btn
=
"Hide Content"
}
...
...
app/src/main/java/com/base/datarecovery/fragment/HomeFragment.kt
View file @
744453eb
...
...
@@ -37,8 +37,8 @@ class HomeFragment : BaseFragment<FragmentHomeBinding>() {
override
fun
setListener
()
{
binding
.
flScan
.
setOnClickListener
{
startActivity
(
Intent
(
requireContext
(),
ScanJunkActivity
::
class
.
java
))
// sendNotification(requireContext(), ConstObject.ID_JUNK_CLEAN_PUSH
)
//
startActivity(Intent(requireContext(), ScanJunkActivity::class.java))
sendNotification
(
requireContext
(),
ConstObject
.
ID_SCREENSHOT_CLEAN
)
}
binding
.
flRyPhoto
.
setOnClickListener
{
startActivity
(
Intent
(
requireContext
(),
FileScanResultActivity
::
class
.
java
).
apply
{
...
...
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