private fun returnResource(): Uri {
//从小米分享目录加载图片
val imagePath = "/storage/emulated/0/MiShare/2.jpg"
val myCaptureFile: File = File(imagePath)
return Uri.fromFile(myCaptureFile);
}
private fun returnResource(): Uri {
//从小米分享目录加载图片
val imagePath = "/storage/emulated/0/MiShare/2.jpg"
val myCaptureFile: File = File(imagePath)
return Uri.fromFile(myCaptureFile);
}
本文标题:android kotlin redme note10 pro
本文链接:https://www.haomeiwen.com/subject/bgeciltx.html
网友评论