I want to check, if a boolean is true, on every app start. So when the boolean is false, the user should be redirected to a certain activity. I do this call in my start activity. But when the user enters the app via notification or direct activity start, this is not called.
I tried to do that in my Applications class, but since I can't redirect users to activities there, this does not work and I don't want to add this call to every activity.
How can I check, if a user is logged in no matter, which activity is started?