TIMAI2
February 7, 2022, 9:49pm
2
Simple answer, no.
A workaround would be to create/build your own notifiers with virtual screens and then you could use one of a couple of extensions to handle the notifiers when the app stops being in the foreground:
(see the ActivityStateChanged event block)
or
Here is an extension to get the activity lifecycle state of an app. So e.g. whether an app is switched in the background and / or in idle (sleep) mode.
[grafik]
Update Nov. 2, 2020:
de.bodymindpower.ActivityLifecycle.aix (6.2 KB)
now I followed the naming conventions, thanks for the hint @Taifun .
[grafik]
Update - April 26, 2023:
Added: Move app to background
ActivityLifecycle_3.aix (5.2 KB)
[grafik]
Note:
According to my experience and tests, however, onStop is always triggered af…
2 Likes