CaptainBeyondDS8 / text-editor-8000

Text editor for Android.
GNU General Public License v3.0
4 stars 0 forks source link

Default to SAF if available #2

Open CaptainBeyondDS8 opened 6 years ago

CaptainBeyondDS8 commented 6 years ago

I think if SAF is available then it should be the default. I think this is also about when SD cards become read only (without SAF) by default, so the built-in file selector is useless unless the system is patched to allow RW access to the card.

I'm almost inclined to just throw away the built-in selector, force SAF, and raise the target SDK version.

CaptainBeyondDS8 commented 6 years ago

It occurred to me that we still need the built-in file selector to be able to edit files as root.

Perhaps we could make it a separate option, or long-pressing "open file" could still pull up the built-in selector.