Commit 9af3af7b authored by wanglei's avatar wanglei

...

parent 7763512a
......@@ -147,7 +147,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_appmanager)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_appmanager)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Smart App Management."
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......@@ -156,7 +156,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_batteryinfo)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_batteryinfo)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Watch your battery info!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......@@ -165,7 +165,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_large)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_large)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Clean out large files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......@@ -174,7 +174,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_whatsapp)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_whatsapp)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Clean out whatsapp files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......@@ -183,7 +183,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.jg__appprocss)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.jg__appprocss)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Smart App Process."
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......@@ -192,7 +192,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_simiar)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_simiar)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Clean out similar files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......@@ -201,7 +201,7 @@ object NotificationUtils {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_screenshot)
smallRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_screenshot)
val desc = "Clean out junk files to free up space on your phone!"
val desc = "Clean out screen files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, desc)
}
......
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