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
5fe2706e
Commit
5fe2706e
authored
Aug 26, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
f3e33038
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
AppProcessStringManager.java
.../com/base/datarecovery/utils/AppProcessStringManager.java
+2
-2
DuplicatePhotoStringResourceManager.java
...tarecovery/utils/DuplicatePhotoStringResourceManager.java
+3
-3
WhatsappStringManager.java
...va/com/base/datarecovery/utils/WhatsappStringManager.java
+1
-1
No files found.
app/src/main/java/com/base/datarecovery/utils/AppProcessStringManager.java
View file @
5fe2706e
...
...
@@ -13,8 +13,8 @@ public class AppProcessStringManager {
// 初始化并添加文案到列表
appManagerCopies
.
add
(
"Keep your device running smoothly with our App Process Manager."
);
appManagerCopies
.
add
(
"Time to clean up your device's background processes."
);
appManagerCopies
.
add
(
"Discover which apps are running in the background and manage them with ease."
);
appManagerCopies
.
add
(
"Ensure your device is running efficiently by managing your app processes."
);
//
appManagerCopies.add("Discover which apps are running in the background and manage them with ease.");
//
appManagerCopies.add("Ensure your device is running efficiently by managing your app processes.");
}
public
static
String
getNextPrivacySpaceCopy
()
{
...
...
app/src/main/java/com/base/datarecovery/utils/DuplicatePhotoStringResourceManager.java
View file @
5fe2706e
...
...
@@ -11,11 +11,11 @@ public class DuplicatePhotoStringResourceManager {
static
{
// 添加推送文案到列表
duplicatePhotoCopyList
.
add
(
"Discover duplicate photos and free up space on your device."
);
duplicatePhotoCopyList
.
add
(
"Find and remove duplicate photos to instantly gain more storage."
);
//
duplicatePhotoCopyList.add("Find and remove duplicate photos to instantly gain more storage.");
duplicatePhotoCopyList
.
add
(
"Identify and delete them easily with our app."
);
duplicatePhotoCopyList
.
add
(
"Spot and remove look-alike photos to free up your phone."
);
duplicatePhotoCopyList
.
add
(
"
Don't let duplicates drain your storage.
Clean up similar photos now."
);
duplicatePhotoCopyList
.
add
(
"
Double trouble?
Find and delete duplicate photos to reclaim your space."
);
duplicatePhotoCopyList
.
add
(
"Clean up similar photos now."
);
duplicatePhotoCopyList
.
add
(
"Find and delete duplicate photos to reclaim your space."
);
}
public
static
String
getNextCopy
()
{
...
...
app/src/main/java/com/base/datarecovery/utils/WhatsappStringManager.java
View file @
5fe2706e
...
...
@@ -15,7 +15,7 @@ public class WhatsappStringManager {
whatsappCopies
.
add
(
"Clean old files from your WhatsApp and keep things organized."
);
whatsappCopies
.
add
(
"Your WhatsApp storage could use some freshening up."
);
whatsappCopies
.
add
(
"Let us help you remove unnecessary files from WhatsApp."
);
whatsappCopies
.
add
(
"Archive old chats and clear out old media in WhatsApp with a few taps."
);
//
whatsappCopies.add("Archive old chats and clear out old media in WhatsApp with a few taps.");
}
public
static
String
getNextPrivacySpaceCopy
()
{
...
...
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