Posts by Megadrazz • 1 point
1 post
-
0
votes1
answer44
viewsA: Problem with Java Activity in Android Studio
Do it this way, when you move to the next Activity: Intent intent = new Intent(Activity2.this, Activity3.class); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);…