All Questions
4 questions
2
votes
1
answer
8k
views
Android: Check if my app is allowed to run background activities
I have an app that runs a stopwatch service, and I run the service in the foreground.
I have a notification showing the timer, that updates each second.
The notification stops updating 30 seconds ...
2
votes
4
answers
4k
views
Android: Notification Shows in Delay And Stops Updating When App Closed for 30 Seconds (on OnePlus 8T)
Google has its clock app, which includes its stopwatch. I'm currently trying to create in my app a (count-up) timer, or you can call it a stopwatch, that will be able to run in the background, and ...
0
votes
1
answer
2k
views
Open app from notification “App is running in the background”
I need to make my app open after clicking on the notification “App is running in the background”, but when I clicked it open the App Infos, how can I avoid this and open the app itself.
Here is the ...
2
votes
1
answer
199
views
Service not running after closing app
I am trying to make background service that will run 15 sec after user closes tha app, I have done service that runs 15 sec (loop with Logs), bud when I close tha app, then it stopes
and another ...