0

When I run my apk directly in device without connecting the app to eclipse, and when I minimize my app such as pressing the home button - if I press my app icon from opened app it will open the latest opened activity.

But if I press the icon of the app from app, the app run from the home activity.

I don't know the cause knowing that I don't override onpause or onstop or ondestroy method.

How can I resolve this issue?

Thank you

PowerStat
  • 3,757
  • 8
  • 32
  • 57
begiPass
  • 2,124
  • 6
  • 36
  • 57
  • I think this http://developer.android.com/guide/topics/manifest/activity-element.html#lmode can point you in good direction – ibecar Dec 03 '13 at 17:00
  • You are probably seeing this Android bug: http://stackoverflow.com/a/16447508/769265 – David Wasser Dec 03 '13 at 18:02

0 Answers0