From 672bdd3a56d8076aafe7fc3dd14df7652cc71732 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 15 Mar 2018 11:22:17 +0100 Subject: [PATCH] doc/user.xml: clarify where mpd.conf is read from on Android Closes #247 --- doc/user.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/user.xml b/doc/user.xml index fd8cd2022..961590c4c 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -79,7 +79,10 @@ If you need to tweak the configuration, you can create a file - called mpd.conf on the data partition. + called mpd.conf on the data partition + (the directory which is returned by Android's getExternalStorageDirectory() + API function).