If my app is in the background and I go back to it by clicking the launcher icon sometimes the Main activity is resumed instead of the last visible activity. Any possible reasons for this behavior?
This is how the activity is started,
in Main:
Clicking a listview item starts PlayerActivity via CallSubDelayed
CallSubDelayed(PlayerActivity, "CallService")
in PlayerActivity:
BTW it doesn't have a Starter service.
This is how the activity is started,
in Main:
Clicking a listview item starts PlayerActivity via CallSubDelayed
CallSubDelayed(PlayerActivity, "CallService")
in PlayerActivity:
B4X:
Sub CallService
StartService(svcPlayer)
End Sub
BTW it doesn't have a Starter service.
Last edited: