Skip to content Skip to sidebar Skip to footer

Android - My App Doesn't Show In Recent Apps List

I am working on an app and have just realised it doesn't show in the recent apps list. I have 2 activities in the app and no matter which I am on when I hit the Home key, the app i

Solution 1:

Get rid of android:excludeFromRecents="true" from your manifest

Solution 2:

You have android:excludeFromRecents=true in your launcher activity.

Post a Comment for "Android - My App Doesn't Show In Recent Apps List"