我可以使用以下代码从可绘制文件夹中获取图像。我也可以发送电子邮件。但问题是图像的格式是文件,我无法在我的 android 设备中打开它。如何将其转换为任何图像格式,如 png、jpg 等。
intent.putExtra(Intent.EXTRA_STREAM, Uri.parse("android.resource://" + "com.example.jithu"+ "/" +imageAdapter.mThumbIds[position]));
我可以使用以下代码从可绘制文件夹中获取图像。我也可以发送电子邮件。但问题是图像的格式是文件,我无法在我的 android 设备中打开它。如何将其转换为任何图像格式,如 png、jpg 等。
intent.putExtra(Intent.EXTRA_STREAM, Uri.parse("android.resource://" + "com.example.jithu"+ "/" +imageAdapter.mThumbIds[position]));