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

fix 文案

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