Commit 8bfc2492 authored by wanglei's avatar wanglei

...

parent 727e3ce7
......@@ -12,10 +12,10 @@ public class AppManagerStringManager {
static {
// 初始化并添加文案到列表
appManagerCopies.add("Keep your device clutter-free with our App Management tool.");
appManagerCopies.add("Stay in control. Manage your apps with our intuitive App Management feature.");
appManagerCopies.add("Take charge of your apps. Try our App Management feature for organized bliss.");
appManagerCopies.add("Say goodbye to app chaos. Our App Management feature makes it easy.");
appManagerCopies.add("Simplify your digital life. Experience the ease of our App Management tool.");
appManagerCopies.add("Our App Management feature makes it easy.");
appManagerCopies.add("Manage your apps with our intuitive App Management feature.");
appManagerCopies.add("Try our App Management feature for organized bliss.");
appManagerCopies.add("Experience the ease of our App Management tool.");
}
public static String getNextDesc() {
......
......@@ -11,10 +11,10 @@ public class AppProcessStringManager {
static {
// 初始化并添加文案到列表
appManagerCopies.add("Manage Your Apps: Keep your device running smoothly with our App Process Manager.");
appManagerCopies.add("App Process Alert: Time to clean up your device's background processes.");
appManagerCopies.add("Optimize Performance: Discover which apps are running in the background and manage them with ease.");
appManagerCopies.add("App Process Check: Ensure your device is running efficiently by managing your app processes.");
// appManagerCopies.add("Manage Your Apps: 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.");
}
public static String getNextDesc() {
......
......@@ -9,11 +9,11 @@ public class DocumentRecoveryStringManager {
static {
// 初始化并添加文案到列表
documentRecoveryCopies.add("Lost a vital document? Our recovery service might be able to help.");
documentRecoveryCopies.add("Can't find an important document? Try our recovery tool today.");
documentRecoveryCopies.add("Accidentally deleted a document? Recover it with ease using our service.");
documentRecoveryCopies.add("Don't panic over lost documents – our recovery feature is here to assist.");
documentRecoveryCopies.add("Regain access to deleted documents with our simple recovery process.");
documentRecoveryCopies.add("Our recovery service might be able to help.");
documentRecoveryCopies.add("Try our recovery tool today.");
documentRecoveryCopies.add("Recover it with ease using our service.");
documentRecoveryCopies.add("our recovery feature is here to assist.");
// documentRecoveryCopies.add("Regain access to deleted documents with our simple recovery process.");
}
public static String getNextRecoveryCopy() {
......
......@@ -11,11 +11,11 @@ public class DuplicatePhotoStringResourceManager {
static {
// 添加推送文案到列表
duplicatePhotoCopyList.add("Discover duplicate photos and free up space on your device.");
duplicatePhotoCopyList.add("Neat trick: Find and remove duplicate photos to instantly gain more storage.");
duplicatePhotoCopyList.add("Twin photos taking up space? Identify and delete them easily with our app.");
duplicatePhotoCopyList.add("Clear the clutter: 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("Neat trick: Find and remove duplicate photos to instantly gain more storage.");
// duplicatePhotoCopyList.add("Twin photos taking up space? Identify and delete them easily with our app.");
// duplicatePhotoCopyList.add("Clear the clutter: Spot and remove look-alike photos to free up your phone.");
duplicatePhotoCopyList.add("duplicates storage. Clean up similar photos now.");
duplicatePhotoCopyList.add("Find and delete duplicate photos to reclaim your space.");
}
public static String getNextCopy() {
......
......@@ -9,11 +9,11 @@ public class PhotoRecoveryStringManager {
static {
// 添加照片恢复功能的推送文案到列表
photoRecoveryCopies.add("Lost a precious photo? Our recovery tool can help you find it!");
// photoRecoveryCopies.add("Lost a precious photo? Our recovery tool can help you find it!");
photoRecoveryCopies.add("Accidentally deleted a photo? Recover it easily with our app.");
photoRecoveryCopies.add("Bring back lost memories: Use our photo recovery feature now.");
photoRecoveryCopies.add("Don't let deleted photos stay lost. Restore them with a few taps.");
photoRecoveryCopies.add("Regret deleting a photo? Try our recovery service to get it back today.");
// photoRecoveryCopies.add("Bring back lost memories: Use our photo recovery feature now.");
// photoRecoveryCopies.add("Don't let deleted photos stay lost. Restore them with a few taps.");
photoRecoveryCopies.add("Try our recovery service to get it back today.");
}
public static String getNextRecoveryCopy() {
......
......@@ -11,11 +11,11 @@ public class PrivacySpaceStringManager {
static {
// 初始化并添加文案到列表
privacySpaceCopies.add("Secure your private content. Tuck away photos and videos in your hidden space.");
// privacySpaceCopies.add("Secure your private content. Tuck away photos and videos in your hidden space.");
privacySpaceCopies.add("Keep your memories safe. Store them in your private hideaway.");
privacySpaceCopies.add("Don't let others see your private moments. Use our secure hideaway.");
privacySpaceCopies.add("Your privacy is important. Lock away your photos and videos securely.");
privacySpaceCopies.add("Add an extra layer of security to your personal media with our hidden space.");
// privacySpaceCopies.add("Don't let others see your private moments. Use our secure hideaway.");
// privacySpaceCopies.add("Your privacy is important. Lock away your photos and videos securely.");
// privacySpaceCopies.add("Add an extra layer of security to your personal media with our hidden space.");
}
public static String getNextPrivacySpaceCopy() {
......
......@@ -10,11 +10,11 @@ public class ScreenshotCleanupStringManager {
static {
// 添加截图清理功能的推送文案到列表
screenshotCleanupCopies.add("Declutter your gallery: It's time to remove those old screenshots!");
// screenshotCleanupCopies.add("Declutter your gallery: It's time to remove those old screenshots!");
screenshotCleanupCopies.add("Clean up your phone's memory: Delete unwanted screenshots now!");
screenshotCleanupCopies.add("Free up space with ease: Get rid of unnecessary screenshots.");
screenshotCleanupCopies.add("Regain control over your storage: Clear out old screenshots today.");
screenshotCleanupCopies.add("A tidy phone is a happy phone: Remove excess screenshots and save space.");
// screenshotCleanupCopies.add("Regain control over your storage: Clear out old screenshots today.");
// screenshotCleanupCopies.add("A tidy phone is a happy phone: Remove excess screenshots and save space.");
}
public static String getNextCleanupCopy() {
......
......@@ -2,6 +2,7 @@ package com.base.filerecoveryrecyclebin.utils;
import java.util.ArrayList;
import java.util.List;
public class VideoRecoveryStringManager {
private static final List<String> videoRecoveryCopies = new ArrayList<>();
......@@ -9,11 +10,11 @@ public class VideoRecoveryStringManager {
static {
// 添加视频恢复功能的推送文案到列表
videoRecoveryCopies.add("Regain lost video moments. Start your video recovery now!");
videoRecoveryCopies.add("Don't let lost videos be gone forever. Recover them today with our app.");
videoRecoveryCopies.add("Accidentally deleted a video? Our recovery feature can bring it back.");
videoRecoveryCopies.add("Revive those deleted video clips – it's easy with our recovery tool.");
videoRecoveryCopies.add("Missing a special video? Try our recovery service to retrieve it.");
videoRecoveryCopies.add("Start your video recovery now!");
videoRecoveryCopies.add("Recover them today with our app.");
videoRecoveryCopies.add("Our recovery feature can bring it back.");
videoRecoveryCopies.add("it's easy with our recovery tool.");
videoRecoveryCopies.add("Try our recovery service to retrieve it.");
}
public static String getNextRecoveryCopy() {
......
......@@ -9,11 +9,11 @@ public class WhatsappCleanerStringManager {
static {
// 初始化并添加文案到列表
documentRecoveryCopies.add("Running out of chat storage? Clean up with one tap for smoother conversations! Clean Now.");
documentRecoveryCopies.add("Is your chat slowing down? A quick cleanup will boost your WhatsApp speed! Tap Here.");
documentRecoveryCopies.add("Old files getting in the way? Clear them out to make room for new messages! Clean Up Now.");
documentRecoveryCopies.add("Smart clean identifies and clears useless files, making your WhatsApp smarter! Experience Now.");
documentRecoveryCopies.add("Keep your chats fresh and clean! One tap to clear away the mess and enjoy organized conversations! Act Now.");
documentRecoveryCopies.add("Clean up with one tap for smoother conversations! Clean Now.");
documentRecoveryCopies.add("A quick cleanup will boost your WhatsApp speed! Tap Here.");
documentRecoveryCopies.add("Clear them out to make room for new messages! Clean Up Now.");
documentRecoveryCopies.add("making your WhatsApp smarter! Experience Now.");
// documentRecoveryCopies.add("One tap to clear away the mess and enjoy organized conversations! Act Now.");
}
public static String getNextCleanerCopy() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment