Commit e67caf28 authored by wanglei's avatar wanglei

...

parent 2def6a00
...@@ -25,10 +25,8 @@ import com.base.datarecovery.bean.ConstObject.ID_SIMILAR_IMAGE ...@@ -25,10 +25,8 @@ import com.base.datarecovery.bean.ConstObject.ID_SIMILAR_IMAGE
import com.base.datarecovery.utils.AppPreferences import com.base.datarecovery.utils.AppPreferences
import com.base.datarecovery.utils.CleanJunkStringResourceManager import com.base.datarecovery.utils.CleanJunkStringResourceManager
import com.base.datarecovery.utils.DuplicatePhotoStringResourceManager import com.base.datarecovery.utils.DuplicatePhotoStringResourceManager
import com.base.datarecovery.utils.EventUtils
import com.base.datarecovery.utils.ScreenshotCleanupStringManager import com.base.datarecovery.utils.ScreenshotCleanupStringManager
import java.util.Random import java.util.Random
import kotlin.reflect.KParameter
/** /**
* 构建发送通知 * 构建发送通知
...@@ -66,19 +64,19 @@ object NotificationUtil { ...@@ -66,19 +64,19 @@ object NotificationUtil {
} }
ID_RECOVERY_PHOTOS -> { ID_RECOVERY_PHOTOS -> {
// icon = R.mipmap.r icon = R.mipmap.photos_ss
desc = "Has a photo gone missing? Try our recovery tool to get it back." desc = "Has a photo gone missing? Try our recovery tool to get it back."
btn = "Retrieve Photo" btn = "Retrieve Photo"
} }
ID_RECOVERY_VIDEOS -> { ID_RECOVERY_VIDEOS -> {
// icon = R.mipmap.h_similar icon = R.mipmap.videos_ss
desc = "Regain lost video moments. Start your video recovery now!" desc = "Regain lost video moments. Start your video recovery now!"
btn = "Recover Video" btn = "Recover Video"
} }
ID_RECOVERY_DOCUMENTS -> { ID_RECOVERY_DOCUMENTS -> {
// icon = R.mipmap.h_similar icon = R.mipmap.documents_ss
desc = "Lost a vital document? Our recovery service might be able to help." desc = "Lost a vital document? Our recovery service might be able to help."
btn = "Restore Document" btn = "Restore Document"
} }
......
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