hi i have tested now and finaly i find what make my app close on the s3 devices
one i open one intent for exemple camera and stay on camera for 1 or 2 minutes
when i back to app my app is closed
how can i stay my app runing when i open a new intent?
Normally, if you send an intent to open another app and that app finishes, it should return to the previous one (your app for example) if that doesn't happen on certain devices, then is something on that particular device that is not behaving correctly.