0
In my application, when the user logs in if he or she presses the onBackPressed() from his smartphone the app should not return to the previous screen. 
When he logs in and I change Activity I set in Intent the following code:
    intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
In some cell phones the following code works.. In others it does not. What to do?