打开相册
Posted lizhilin2016
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了打开相册相关的知识,希望对你有一定的参考价值。
打开系统相册:打开相册部分机型黑屏【小米9,系统10】
//打开系统相册浏览照片 val intent = Intent() intent.action = Intent.ACTION_MAIN intent.addCategory(Intent.CATEGORY_APP_GALLERY) context.startActivity(intent)
以上是关于打开相册的主要内容,如果未能解决你的问题,请参考以下文章