android.system.ErrnoException: open failed: EPERM (Operation not permitted)
1 年前
Android 11 获取存储路径错误 android.system.ErrnoException: open failed: EPERM (Operation not permitted),Android11 不能获取sdcard通用空间路径。
private String getSavePath() {
String path;
if (Build.VERSION.SDK_INT > 29) {