diff --git a/doc/user.xml b/doc/user.xml
index 5cc741227..feab01cc6 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -66,6 +66,23 @@
+
+ Installing on Android
+
+
+ An experimental Android build is available on Google
+ Play. After installing and launching it, MPD will
+ scan the music in your Music directory
+ and you can control it as usual with a MPD client.
+
+
+
+ If you need to tweak the configuration, you can create a file
+ called mpd.conf on the data partition.
+
+
+
Compiling from source
@@ -323,7 +340,9 @@ systemctl start mpd.socket
MPD as a user daemon (and not as a
system daemon), the configuration is read from
$XDG_CONFIG_HOME/mpd/mpd.conf (usually
- ~/.config/mpd/mpd.conf).
+ ~/.config/mpd/mpd.conf). On Android,
+ mpd.conf will be loaded from the
+ top-level directory of the data partition.