Android Question Lockscreen - Resume App Problem

FrankDev

Active Member
Licensed User
Longtime User
Hello

I have the following problem.

My app receives Firebase messages and writes them in an SQLlite database. Then FB forward the messages to the currently open activity.

So far so good.

If now the lockscreen turns on or the smartphone The screen turns off -
and I again activate or unlock.
The message was not extended.

Actually no problem I can read everything from the database.
But the activity_resume event is not raised?!?

How do I recognize my app back 'ontop'

regards Frank
 
Top