doc/user.xml: clarify where mpd.conf is read from on Android

Closes #247
This commit is contained in:
Max Kellermann 2018-03-15 11:22:17 +01:00
parent c2c2c29658
commit 672bdd3a56

View File

@ -79,7 +79,10 @@
<para>
If you need to tweak the configuration, you can create a file
called <filename>mpd.conf</filename> on the data partition.
called <filename>mpd.conf</filename> on the data partition
(the directory which is returned by Android's <ulink
url="https://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory()">getExternalStorageDirectory()</ulink>
API function).
</para>
</section>