Can't upload image from Gallery
问题 I want to let the user either choose a picture from Gallery or take a picture using Camera when clicking on the image view. I followed several tutorials online, and here is my attempt: import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics