-
Notifications
You must be signed in to change notification settings - Fork 298
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
Android 13 存檔位置? #107
Comments
新版的Anddroid由于Google Play的要求,不能写入公共目录。所以存档在app的内部存储。 |
有可能支持Android新版的Storage Access Framework嗎?這樣就可以把存檔放在共用存儲了,也方便我備份和維護wenku8的存檔。 |
本来也是想用这个的,但是play store只允许文件管理类应用写入公用存储。所以只能放弃了,以后看能不能加一个导出功能吧🥲另外也可以手动回退到1.13使用公用存储 |
真的嗎?我看到不少內地應用不是文件管理類也隨便用啊。。。我之前用這個APP時不時都有需要修改存檔,所以不能直接存取太麻熕了 |
那是因为没有在play store上上架 🤣 上架的app规定比较多 |
我5年前就開始用你這個閱讀器看小説,非常感激作者你的付出!!我之前一直是用舊版在Android 7的手機看,現在換到了Android 13,想問我怎樣才能存取到APP存檔?
舊版是在 /sdcard/wenku8,新版APP好像放在自已 /data/data 的存儲了?這樣在沒有 root 的情況怎樣存取和匯入存檔?
The text was updated successfully, but these errors were encountered: