Commit 4e6a1d16 authored by wanglei's avatar wanglei

[bug]修改package和文件夹目录不不一致的问题

parent d2d1aa8b
......@@ -34,15 +34,13 @@ import com.base.appzxhy.business.ads.AdsMgr
import com.base.appzxhy.business.helper.NewComUtils.spConfig
import com.base.appzxhy.business.push.fcm.FCMManager
import com.base.appzxhy.business.push.notification.MyNotificationManager
import com.base.appzxhy.push.receiver.AlarmReceiver.Companion.startAlarm
import com.base.appzxhy.push.receiver.ScreenStatusReceiver
import com.base.appzxhy.push.timer.TimerManager.Companion.changeTimer
import com.base.appzxhy.push.work.RepeatingWorker.Companion.schedulePeriodicWork
import com.base.appzxhy.business.push.receiver.AlarmReceiver.Companion.startAlarm
import com.base.appzxhy.business.push.receiver.ScreenStatusReceiver
import com.base.appzxhy.business.push.timer.TimerManager.Companion.changeTimer
import com.base.appzxhy.business.push.work.RepeatingWorker.Companion.schedulePeriodicWork
import com.base.appzxhy.ui.batteryinfo.BatteryReceiver.Companion.registerBatteryReceiver
import com.base.appzxhy.ui.splash.SplashActivity
import com.facebook.appevents.AppEventsLogger
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
class MyApplication : Application() {
......
package com.base.appzxhy.push.receiver
package com.base.appzxhy.business.push.receiver
import android.annotation.SuppressLint
import android.app.AlarmManager
......@@ -12,7 +12,7 @@ import com.base.appzxhy.bean.push.NotificationSendBean
import com.base.appzxhy.bean.config.PopupConfigBean
import com.base.appzxhy.business.helper.EventUtils
import com.base.appzxhy.business.push.notification.MyNotificationManager
import com.base.appzxhy.push.work.RepeatingWorker
import com.base.appzxhy.business.push.work.RepeatingWorker
import com.base.appzxhy.utils.LogEx
import java.util.Calendar
......
package com.base.appzxhy.push.receiver
package com.base.appzxhy.business.push.receiver
import android.content.BroadcastReceiver
import android.content.Context
......
package com.base.appzxhy.push.timer
package com.base.appzxhy.business.push.timer
import android.util.Log
import com.base.appzxhy.MyApplication
......@@ -6,7 +6,7 @@ import com.base.appzxhy.bean.push.NotificationSendBean
import com.base.appzxhy.bean.push.NotificationSendBean.Companion.POPUP_WHERE_TIMER
import com.base.appzxhy.bean.config.PopupConfigBean.Companion.popupConfigBean
import com.base.appzxhy.business.push.notification.MyNotificationManager
import com.base.appzxhy.push.receiver.ScreenStatusReceiver
import com.base.appzxhy.business.push.receiver.ScreenStatusReceiver
import java.util.Timer
import java.util.TimerTask
......
package com.base.appzxhy.push.work
package com.base.appzxhy.business.push.work
import android.content.Context
import androidx.work.Constraints
......
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