I want to close my application, so that it no longer runs in the background.
How to do that? Is this good practice on Android platform?
If I rely on the \"ba
Copy below code and paste AndroidManifest.xml file in under First Activity Tag.
Also Add this below code in all under Activity Tag in AndroidManifest.xml file
android:finishOnTaskLaunch="true"