On low memory device I've got a problem after calling camera intent. When activity result should be received Android restart the whole app.
Have anybody faced same problem? Is there any solution?
On low memory device I've got a problem after calling camera intent. When activity result should be received Android restart the whole app.
Have anybody faced same problem? Is there any solution?
I faced the same issue a while ago: Android system stops application when launching Media Intent
Apparently there is no solution, so you have to make sure that you save and restore the application state.
Well i think, the problem could be: Image byte array is too big such that it touches the limit and android restarts the application so following is what will i do:
OR
Hope it helps.