android - Sony Xperia S destroys last Activity instead of pause -


trying open image gallery user can pick image via:

intent photopickerintent = new intent(intent.action_pick); photopickerintent.settype("image/*"); myactivity.startactivityforresult(photopickerintent, loadimageintentid); 

most devices works great, on sony xperia s, activity used wait "onactivityresult" event destroyed instead of paused every other device. going on?


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -