Commit 470a639f authored by Your Name's avatar Your Name

.

parent aad8bace
...@@ -157,7 +157,7 @@ object NotificationUtils { ...@@ -157,7 +157,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_APP_MANAGER
} }
FUNCTION_BATTERY -> { FUNCTION_BATTERY -> {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_batteryinfo) bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_batteryinfo)
...@@ -166,7 +166,7 @@ object NotificationUtils { ...@@ -166,7 +166,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_BATTERY
} }
FUNCTION_LARGE_FILE -> { FUNCTION_LARGE_FILE -> {
...@@ -176,7 +176,7 @@ object NotificationUtils { ...@@ -176,7 +176,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_LARGE_FILE
} }
FUNCTION_WHATS_APP-> { FUNCTION_WHATS_APP-> {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_whatsapp) bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_whatsapp)
...@@ -185,7 +185,7 @@ object NotificationUtils { ...@@ -185,7 +185,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_WHATS_APP
} }
FUNCTION_APP_PROCESS -> { FUNCTION_APP_PROCESS -> {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.jg__appprocss) bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.jg__appprocss)
...@@ -194,7 +194,7 @@ object NotificationUtils { ...@@ -194,7 +194,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_APP_PROCESS
} }
FUNCTION_SIMILAR_PHOTOS -> { FUNCTION_SIMILAR_PHOTOS -> {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_simiar) bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_simiar)
...@@ -203,7 +203,7 @@ object NotificationUtils { ...@@ -203,7 +203,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_SIMILAR_PHOTOS
} }
FUNCTION_SCREENSHOT -> { FUNCTION_SCREENSHOT -> {
bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_screenshot) bigRemoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.h_screenshot)
...@@ -212,7 +212,7 @@ object NotificationUtils { ...@@ -212,7 +212,7 @@ object NotificationUtils {
val desc = "Clean out junk files to free up space on your phone!" val desc = "Clean out junk files to free up space on your phone!"
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall) smallRemoteViews.setTextViewText(R.id.tv_desc, descsmall)
intentAction = Global.FUNCTION_CLEAN intentAction = Global.FUNCTION_SCREENSHOT
} }
else -> { else -> {
......
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