0

According to Android behavior when user takes an app to background by pressing home button, on launcher icon tap the app will resume from where it went to background. I want a different behavior in my app, i want to relaunch the launcher activity whenever user taps on the launcher icon, no matter the app is in background or not. Any suggestions?

SKP
  • 410
  • 5
  • 20

1 Answers1

1

just set this in your launcher activity

android:clearTaskOnLaunch="true"
Meenal
  • 2,879
  • 5
  • 19
  • 43