Commit ec517dcc authored by wanglei's avatar wanglei

...

parent ffaf6131
...@@ -25,13 +25,13 @@ class AppFunctionAdapter(val click: (name: String) -> Unit) : ...@@ -25,13 +25,13 @@ class AppFunctionAdapter(val click: (name: String) -> Unit) :
val list = arrayListOf( val list = arrayListOf(
Fun(JUNK_CLEANER, R.mipmap.h_cleanjunk, "Clean junk regularly to free up space", "Clean Up"), Fun(JUNK_CLEANER, R.mipmap.h_cleanjunk, "Clean junk regularly to free up space", "Clean Up"),
Fun(WHATSAPP_CLEANER, R.mipmap.h_whatsapp, "", "Clean Up"), Fun(WHATSAPP_CLEANER, R.mipmap.h_whatsapp, "Clean up WhatsApp junk files to free up space", "Clean Up"),
Fun(BATTERY_INFO, R.mipmap.h_battery, "", "Clean Up"), Fun(BATTERY_INFO, R.mipmap.h_battery, "View battery usage and details", "Clean Up"),
Fun(LARGE_FILE_CLEANER, R.mipmap.h_large, "Clean large files to free up storage space", "Clean Up"), Fun(LARGE_FILE_CLEANER, R.mipmap.h_large, "Clean large files to free up storage space", "Clean Up"),
Fun(PHOTO_COMPRESS, R.mipmap.h_photo, "Compress photos to save space", "Compress"), Fun(PHOTO_COMPRESS, R.mipmap.h_photo, "Compress photos to save space", "Compress"),
Fun(APP_MANAGER, R.mipmap.h_appmanager, "", "Clean Up"), Fun(APP_MANAGER, R.mipmap.h_appmanager, "Check apps size and uninstall some apps to release storage space", "Clean Up"),
Fun(SIMILAR_PHOTOS, R.mipmap.h_similar, "Check similar photos to release more space", "Clean Up"), Fun(SIMILAR_PHOTOS, R.mipmap.h_similar, "Check similar photos to release more space", "Clean Up"),
Fun(SCREENSHOT_CLEANER, R.mipmap.h_screenshot, "", "Clean Up"), Fun(SCREENSHOT_CLEANER, R.mipmap.h_screenshot, "Too many screenshots? Free up your phone storage!", "Clean Up"),
) )
//修改顺序 //修改顺序
......
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