I have a strange problem on my Android App.
I have an Activity A which call to another Activity B. When I finish Activity B mostly in every device which I have tried returns to the Activity A, where it was.
But in a tablet with API 17,when i go finish Activity B, it is creating again Activity A and it is loading from the begining.
I have tried to use diffrents Intent's flags (FLAG_ACTIVITY_CLEAR_TOP,...) but still not working.
I cant understand how it work fine on a superior API.
Thanks for your help.