calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
120 stars 36 forks source link

In app navigation for setting storage locations. #279

Open Wolfpup67 opened 5 years ago

Wolfpup67 commented 5 years ago

This is actually a feature request of making it so that someone can select the storage location via navigating to the location. This would make it easier for people to set the storage location to the external SD card(this will provide more storage and free up storage space in the phones storage ). In newer versions of Android permission will be required for accessing the external SD card.

Nandaka commented 5 years ago

I can use ACTION_OPEN_DOCUMENT_TREE intent, but this will raise the minSDK to 21 (Lollipop).