Skip to content

File Store

Tony Shen edited this page Mar 20, 2020 · 10 revisions

有些 App 对日志有存储文件的需求,L 的 file 模块提供了文件存储到 sdcard 的功能。

使用

适配 Android 10

targetSdkVersion 29

AndroidManifest.xml 中 application 添加如下的属性: android:requestLegacyExternalStorage="true"

Clone this wiki locally