diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-04 16:04:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-04 16:19:25 -0400 |
commit | a210689fff14d3a1b2b8c41b17d9384a3d41cb8c (patch) | |
tree | 3e2f90ffdc43592f6bd46fb3ed604d7198bc63c2 /doc/design | |
parent | 603e70ab3f89404cdd9d43080990c04da96d92da (diff) |
Got removable media mount detection working on Android.
Bionic has an amusing stub for `getmntent` that prints out
"FIX ME! implement getmntent()"
But, `/proc/mounts` is there, so I just parse it.
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/android.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index 2a2609341..4b1a468e5 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -28,8 +28,6 @@ * Ssh server and Rsync.net configuration stops where ssh should be prompting for a password in the terminal. * Enabling debug logging in the webapp doesn't seem to work. -* S3, glacier, and local pairing are not yet enabled for Android. +* glacier and local pairing are not yet enabled for Android. * The "Files" link doesn't start a file browser. Should be possible to do on Android via intents, I suppose? -* Does not detect mounted USB drives. getMounts is failing - probably? |