Commit b8164932 authored by wanglei's avatar wanglei

Merge remote-tracking branch 'origin/free-master' into free-master

parents f9d516c0 56da9d97
......@@ -15,7 +15,7 @@ import androidx.core.app.NotificationCompat
import com.test.easy.easycleanerjunk.R
import com.test.easy.easycleanerjunk.activity.AppManagerActivity
import com.test.easy.easycleanerjunk.activity.BatteryInfoActivity
import com.test.easy.easycleanerjunk.activity.CleanJunkActivity
import com.test.easy.easycleanerjunk.activity.PrepareScanActivity
import com.test.easy.easycleanerjunk.activity.home.NewMainActivity
......@@ -61,7 +61,7 @@ class PermanentNotificationService : Service() {
val contentView = RemoteViews(context.packageName, R.layout.reminder_layout_notification_notify)
val expendView = RemoteViews(context.packageName, R.layout.reminder_layout_notification_big_notify)
val intent0 = Intent(context, CleanJunkActivity::class.java)
val intent0 = Intent(context, PrepareScanActivity::class.java)
val pendingIntent0 =
PendingIntent.getActivity(context, 0, intent0, PendingIntent.FLAG_IMMUTABLE)
contentView.setOnClickPendingIntent(R.id.id_ll_clean, pendingIntent0)
......
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