I Develop An Android App And When I Run On Android 4.3 After Home Button Pressed App Is Not Exists In Applications Cache But When I Run It On Android 5 It Exists Correctly In Cache After Home Button Pressed ... Please Help Me How Can I Solve This Problem?
Asked
Active
Viewed 32 times
-1
-
post some code so we can help, right now nobody has any way of knowing how to help you... – privatestaticint Apr 04 '16 at 16:22
-
my app has over 40 class and activity which part of code does need for this problem ? manifest file ? – MohamadReza Apr 04 '16 at 16:24
1 Answers
0
i found it in my manifest for launcher activity was a android:excludeFromRecents="true" and this was problem when i comment this line app keep correctly in cache when home button clicked

MohamadReza
- 43
- 2
- 11