Android Question close all button kill webview session

MrSm1Th

Member
Hi . before start , sorry for my english.
i've a webview application and users must once register and login to their panel .
i want whenever a user reopen the app , see his panel .
i did it with [ android:excludeFromRecents="true" ]

but now i want users see the app in recent apps list .
the problem is when i close the app from recents , my session will be killed and when i reopen the app , i see i'm not authenticated and can't see my panel
 
Top