From f07cdf88bac871a28d085b4456da9dfc5d5daf83 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 May 2013 13:56:53 -0400 Subject: [PATCH] remove disk space usage note Using symlinks should avoid this Android bug. --- doc/Android.mdwn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 5d6e74ef7c..17051f9d5e 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.