Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonas-w
1279 days ago
Android does have Content Providers [0], basically apps can provide a "filesystem" which isn't locally stored on your phone and act like Network Shares. Caveat is that you need an internet connection.
[0]
https://developer.android.com/guide/topics/providers/content...