diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-23 13:56:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-23 13:56:53 -0400 |
commit | 2967e74fe37985dd45c25d6abc1e64cf3d734503 (patch) | |
tree | 5788777cb1edd91e5762f67e565e90a76d23f664 /doc/Android.mdwn | |
parent | ceb5fea014d45af72270f34183329e84a1b072f9 (diff) |
remove disk space usage note
Using symlinks should avoid this Android bug.
Diffstat (limited to 'doc/Android.mdwn')
-rw-r--r-- | doc/Android.mdwn | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 5d6e74ef7..17051f9d5 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -51,10 +51,3 @@ To set up the git-annex environment from within `adb shell`, run: `/data/data/ga.androidterm/runshell` This will launch a shell that has git-annex, git, etc in PATH. - -## disk space usage - -The git-annex app uses 65 MB of space on your Android device. -Do not be fooled by larger numbers that Android may display for its size, -like "273 MB". Android does not correctly calculate the size of hard linked -files, so its numbers are wrong. |