Answer the question
In order to leave comments, you need to log in
The back button (touch) on Android minimizes the application, how to make it return to the previous activity?
I wrote an application in android studio, after which I noticed that the back button in genymotion and AVD minimizes the application, what could be the problem?
Answer the question
In order to leave comments, you need to log in
Try to specify in the manifest for the activity where the transition should be made using parentActivityName
<activity
android:name=".MyActivity"
android:parentActivityName=".MainActivity" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question