RSAF
An Android Storage Access Framework document provider for rclone
Andrew Gunnerson Cloud Storage & File Sync Internet
Screenshots
Description
RSAF is an Android document provider for the wonderful rclone. It allows any app that supports Android's Storage Access Framework (SAF) to access remote files via rclone's backends.
RSAF is not itself a file manager, but any file manager supporting SAF, including the one built into Android (Settings -> Storage -> Documents), can make use of it.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- ACCESS_LOCAL_NETWORK
- Foreground serviceKeep running in the background, visible in the status bar.
- FOREGROUND_SERVICE_SPECIAL_USE
- Internet accessSend and receive data over the internet.
- Full file accessAccess all files on the device.
- Read storageRead files on the device storage.
- Write storageCreate and change files on the device storage.
- NotificationsShow notifications.
Show 5 more permissions
- Run at startupStart automatically after the device is switched on.
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- BiometricsUnlock with fingerprint or face.
- FingerprintUnlock with a fingerprint.
- rsaf.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments