Commit 9bcf67ee authored by leichao.gao's avatar leichao.gao

fix 文案

parent e97bf6ee
......@@ -62,37 +62,37 @@ object NotificationUtil {
ID_SIMILAR_IMAGE -> {
icon = R.mipmap.h_similar
desc = DuplicatePhotoStringResourceManager.getNextCopy()
btn = "Clean up"
btn = "Clean Up Space"
}
ID_SCREENSHOT_CLEAN -> {
icon = R.mipmap.repeatedphotos
desc = ScreenshotCleanupStringManager.getNextCleanupCopy()
btn = "Remove Screenshots"
btn = "Clean Up Space"
}
ID_RECOVERY_PHOTOS -> {
icon = R.mipmap.photos_ss
desc = PhotoRecoveryStringManager.getNextRecoveryCopy()
btn = "Retrieve Photo"
btn = "Recovery"
}
ID_RECOVERY_VIDEOS -> {
icon = R.mipmap.videos_ss
desc = VideoRecoveryStringManager.getNextRecoveryCopy()
btn = "Recover Video"
btn = "Recovery"
}
ID_RECOVERY_DOCUMENTS -> {
icon = R.mipmap.documents_ss
desc = DocumentRecoveryStringManager.getNextRecoveryCopy()
btn = "Restore Document"
btn = "Recovery"
}
ID_PRIVACY_SPACE -> {
icon = R.mipmap.space
desc = PrivacySpaceStringManager.getNextPrivacySpaceCopy()
btn = "Hide Content"
btn = "Hide"
}
}
bigRemoteViews.setImageViewResource(R.id.iv_icon, icon)
......
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