We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content开头的才能安装,file开头的要先转成相对路径,类似这样
val installUri = when(uri.scheme){ ContentResolver.SCHEME_CONTENT ->uri ContentResolver.SCHEME_FILE ->UriUtils.file2Uri(File(uri.path)) else -> null } ?: return
The text was updated successfully, but these errors were encountered:
Blankj
No branches or pull requests
content开头的才能安装,file开头的要先转成相对路径,类似这样
The text was updated successfully, but these errors were encountered: