Skip to content Skip to sidebar Skip to footer

Android: Failure Delivering Result Resultinfo{who=null, Request=1, Result=-1, Data=intent

I am getting an intent delivery error in Logcat, and app stops unexpectedly when I call this; startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaS

Solution 1:

Answer :

Draw the bitmap during SurfaceChanged, using a flag whether to load image.

Apparently SurfaceView is not ready to be drawn upon at that time, immediately after the MediaStore activity is returning selection

Post a Comment for "Android: Failure Delivering Result Resultinfo{who=null, Request=1, Result=-1, Data=intent"