Intent share = new Intent(android.content.Intent.ACTION_SEND);; share.setType("image/jpeg"); ...
確定! 回上一頁