Android拍照,上傳,預覽綜合

第一步 view source print ? 1 try { 2    Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); 3    startActivityForResult(intent, 0); 4 5 } catch (ActivityNotFoundException e) { 6    // Do nothing
相關文章
相關標籤/搜索