I have android:configChanges="orientation|keyboardHidden" added to
each activity in my manifest.
I see many examples of this issue from searches, but no solution. I
realize it's due to Android cleaning up my app to reclaim resources,
but shouldn't the savedInstanceState in the app.java still allow my
app to restart in the state it was closed in, ready to receive the
callback info? Maybe I don't fully understand this part.
As a workaround I've been able to use localStorage to basically init
the phone in it's last state when this happens, but I'm still having
trouble finding a way to determine what the captured image's filename
is.
Thanks in advance :)