Android Question Blank Screen

Multiverse app

Active Member
Licensed User
Longtime User
I am not sure why this issue occurs. When I open my device for the second time in some devices, only a blank screen appears. Activity_Create is not fired.

Log:
B4X:
** Activity (main) Pause, UserClosed = false **
** Service (starter) Create **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Start **
** Service (starter) Create **
** Service (starter) Start **

The Starter service is a sticky service.
 

Attachments

  • Screenshot_20170807-091216[1].png
    13.1 KB · Views: 161
  • Screenshot_20170807-091216[1].png
    13.1 KB · Views: 164

DonManfred

Expert
Licensed User
Longtime User
It appears that if I do not start Starter service as a sticky service, the problem does not occur.
DO NOT use the starter and start sticky. Use another service than the starter and set the sticky sttribute in this service.
Do NOT start the starter manually.

 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…