Android Question App Won't Run Again After Being Swiped from Recent Apps List, Just White Screen [Solved]

Ronomega73

Member
Licensed User
Longtime User
Hi everyone! I need some help with my app. It won't run again after closing and swiping it out from the recent apps. It just shows a white screen with nothing on it. The previous log's last item was ** Activity (main) Pause, UserClosed = false ** (I don't know why UserClosed is false when I closed the app by pressing the back button). Then I removed the app from the recent apps list. When I started my app again, just a white screen showed. The log window shows *** Service (starter) Create *** and then ** Service (starter) Start ** and nothing follows (Main activity not started?). I can only restart the app successfully if I first force close it in my device apps settings. Also happens with another app that is smaller in size (this one's quite big). I'm using Samsung A24 with Android version 14. BTW, this issue does not show on my older phone (Android version 9) which I use more often. I'm working on B4A version 12.50 running on Windows 11. Thanks in advance.
 

Ronomega73

Member
Licensed User
Longtime User
I'm happy to report that this issue has been solved. I removed the Starter Service as suggested by @jahswant above (after I moved the code it contains, of course, to Main activity). Thanks a lot.
 
Upvote 0
Top