Maybe it's a compatibility issue or I'm missing something, but the example code for PhotoIntentActivity
in the "Taking photos simply"-tutorial isn't working for me.
When I take a big picture, the function handleBigCameraPhoto()
never actually sets the image, because the private member mCurrentPhotoPath
gets always set to null
when onActivityResult()
is called.
Is this just a problem with my Regza Tablet? What's an appropriate way to fix this?