In my application it contains some secure information so I implemented passlock. It is opening the passlock screen and when entered credentials application starts from first activity but what I need is, from which activity I have paused I should get that activity and navigation from there. How can I do this? I tried with android:label="@string/app_name"
and android:launchMode="singleTask"
but its not working as desired. Please help me.
I referred with this link
Thank you in advance