You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
A clear and concise description of what the bug is.
The setup can not be completed as you can not pick a directory to save backups. This is due to Android/Google TV lacking com.android.documentsui and/or com.google.android.documentsui. Steps To Reproduce
Install
Grant permissions
Can not select backup directory due to "You do not have an app that can do this"
Can not procede
Expected behavior
Prompts to open third party file manager (Material Files, Fossify File Manager, Little File manager etc)
Screenshots
System Information(please complete the following information):
Yeah, seems like Google/Android and the OEMs (also LineageOS) are not interested in providing such access. So the only maintainable way is the one that NP took.
with SAF DocumentsUI is required to grant access to a directory.
The only other possibility would be to use RootFile directly.
Michael suggested to add a simple input field for an alternate directory that is directly used with shadowRoot without using SAF at all. This could be done with a file:///... url as a value.
Either in a second pref that overrides the backupDir pref or by allowing editing of the url in backupDir.
May be I'll add this to devsettings and the appropriate code in shadowRoot to detect a file url.
The motivation was to use a backupDir on external storage from workprofile.
In the long run, I could also add a simple file picker, that can use StorageFile machinery together with shadowRoot.
It's just a list entering and leaving directories and an ok button.
Description
A clear and concise description of what the bug is.
The setup can not be completed as you can not pick a directory to save backups. This is due to Android/Google TV lacking com.android.documentsui and/or com.google.android.documentsui.
Steps To Reproduce
Expected behavior
Prompts to open third party file manager (Material Files, Fossify File Manager, Little File manager etc)
Screenshots
System Information(please complete the following information):
Additional Notes
Installed from F-Droid
It appears other apps have implemented some sort of alternative picker
TeamNewPipe/NewPipe#7446
aniyomiorg/aniyomi#1271
The text was updated successfully, but these errors were encountered: