我用這個意圖,讓用戶選擇一張照片: Intent intent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.INTERNAL_CONTENT_URI) ...
確定! 回上一頁