Open dongzhaosheng73 opened 3 years ago
希望能维护下去 另外可以更新下 android 10 获取路径的代码
context.getExternalFilesDir(null)?.absolutePath 替换掉Environment.getExternalStorageDirectory()
context.getExternalFilesDir(null)?.absolutePath
@dongzhaosheng73 谢谢您的鼓励 国庆的时候 我来改一下
明天我测一下,没有问题我就改掉
@dongzhaosheng73 android 10 是可以支持的,可以参考 https://github.com/fengzhizi715/SAF-Kotlin-log/wiki/File-Store#%E9%80%82%E9%85%8D-android-10
要是有其他问题,可以添加我微信?
希望能维护下去 另外可以更新下 android 10 获取路径的代码
context.getExternalFilesDir(null)?.absolutePath
替换掉Environment.getExternalStorageDirectory()