Hi,
I want to test my activity lifecycles. Android closes activities after a while and that is great to test how your app. restores after Android has killed/stopped it.
But, it is not always easy to test. You need to open other apps. and wait till Android kills your acitivity.
Is there a faster way to test this precise behavior?
I want to test my activity lifecycles. Android closes activities after a while and that is great to test how your app. restores after Android has killed/stopped it.
But, it is not always easy to test. You need to open other apps. and wait till Android kills your acitivity.
Is there a faster way to test this precise behavior?