mvbasov / lWS

lightweight Web Server (lWS) for Android
GNU General Public License v3.0
76 stars 19 forks source link

[Feature Request] Use system file picker #7

Closed takase1121 closed 3 years ago

takase1121 commented 4 years ago

Just installing an app for selecting a file just doesn't make too much sense. Maybe you can support using system file picker to pick directory instead?

mvbasov commented 3 years ago

One of goal of this project is apk as small as possible. Use system file picker require to use modern libraries which dramaticaly increase apk size (in my current level of understanding)