dstark5 / Openlib

An Open source app to download and read books from shadow library (Anna’s Archive)
GNU General Public License v3.0
1.19k stars 62 forks source link

[Feature Request] Support to save files in /sdcard/ directory. #14

Closed confident-hate closed 1 year ago

confident-hate commented 1 year ago

Hi, I request you to add storage support for the app. Right now I am not able to move files out of /data/data/com.* folder.

Or can you please provide debuggable releases, so that we can get files via "run-as" as I already have access to adb shell via rish in termux with Shizuku

adb shell
run-as com.your.packagename 
cp /data/data/com.your.packagename/

Thanks

dstark5 commented 1 year ago

Sure, In upcoming release the app will use internal storage to store file

confident-hate commented 1 year ago

Sure, In upcoming release the app will use internal storage to store file

You can mark it as solved, now I can copy files out of app directory via "open with" feature.