AndreyPozdnyakov
Member
My project is a "Background Reminder". I use Timer to track the reminder time.
I asked ChatGPT to analyze my project. They gave me the following recommendations:
- Background logic depends on Timer
- On Android 36, the service may be stopped
- Use ForegroundService / alarms
How should I handle this?
I asked ChatGPT to analyze my project. They gave me the following recommendations:
- Background logic depends on Timer
- On Android 36, the service may be stopped
- Use ForegroundService / alarms
How should I handle this?