I dont want to close my application when uses press home button. But on some devices, android system closes my application. This is scenario:
- SCENARIO X:
(I WANT): Activity A->Activity B-> Activity C - PRESS HOME BUTTON- Launch application - User see Activity C
- SCENARIO Y :
Activity A->Activity B-> Activity C - PRESS HOME BUTTON- Launch application - User see Activity A
Here is the problem: My app uses over 80mb memory. Some devices dont close app on home press (LG G2), some devices closes application on home press. (Samsung Note 2) Is it may be because of high memory usage?
P.S: I tried all Launchmode parameters.