我有以下代码来显示一个imagepicker.用户选择图像后,onActivityResult被调用,以返回所选图像的数据.
然而,在kindle上,我得到一个resultCode为0,数据为null.其他人之前都注意到了这个问题?这个问题只发生在点燃火上.
startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), SELECT_PICTURE);
Run Code Online (Sandbox Code Playgroud)