Hello,
Is there a way to keep an app running on the foreground that still works on newer android versions in all possible cases?
We use motorola phones for hallway sound monitoring but for some reason it sometimes brings up a page or pop-up about a new update that can be installed
which causes the app to go to the background and closes after a while.
Even when having the 2 update settings that I could find disabled and even notification settings disabled for almost everything.
What I notice is that it still works when you're in another app but not when you're on the home/desktop screen.
You can see that my app still executes every minute some data exchange to a backend but the start activity inthere is being ignored (when on the home screen).
Is there a way to keep an app running on the foreground that still works on newer android versions in all possible cases?
We use motorola phones for hallway sound monitoring but for some reason it sometimes brings up a page or pop-up about a new update that can be installed
which causes the app to go to the background and closes after a while.
Even when having the 2 update settings that I could find disabled and even notification settings disabled for almost everything.
What I notice is that it still works when you're in another app but not when you're on the home/desktop screen.
You can see that my app still executes every minute some data exchange to a backend but the start activity inthere is being ignored (when on the home screen).