美文网首页
android kotlin redme note10 pro

android kotlin redme note10 pro

作者: 次序 | 来源:发表于2021-08-22 09:58 被阅读0次
        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