-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
华为 mate30 Android 下选择视频 路径返回null #223
Comments
问题1问题2Boolean isAndroidQ = SdkVersionUtils.isQ();
Boolean isAndroidR = SdkVersionUtils.isR();
String filePath = media.getPath();
if (isAndroidQ) {
filePath = media.getAndroidQToPath();
}
if (isAndroidR){
filePath = media.getRealPath();
} 工具类io.github.lucksiege:pictureselector:v2.7.3-rc10 中找到了这个,旧版本没有判断 androidR 的方法 SdkVersionUtils.java
|
Open
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
华为 mate30 Android 下选择视频 路径返回null
The text was updated successfully, but these errors were encountered: