[Android] res: no trailing slash in /sdcard
Edward Wang
git at videolan.org
Mon Jun 25 19:58:46 CEST 2012
android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Jun 25 13:14:54 2012 -0400| [0ac1129da88336bdb8c97d2977e55cf429f14165] | committer: Edward Wang
res: no trailing slash in /sdcard
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=0ac1129da88336bdb8c97d2977e55cf429f14165
---
vlc-android/res/xml/preferences.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/xml/preferences.xml b/vlc-android/res/xml/preferences.xml
index c572ae6..0d9b789 100644
--- a/vlc-android/res/xml/preferences.xml
+++ b/vlc-android/res/xml/preferences.xml
@@ -3,13 +3,13 @@
<PreferenceCategory android:title="@string/mediafiles">
<EditTextPreference
android:key="directories_root"
- android:defaultValue="/sdcard/"
+ android:defaultValue="/sdcard"
android:title="@string/filebrowser_root">
</EditTextPreference>
<PreferenceScreen
android:key="directories"
android:title="@string/directories"
- android:defaultValue="/sdcard/"
+ android:defaultValue="/sdcard"
android:summary="@string/filebrowser_title">
</PreferenceScreen>
</PreferenceCategory>
More information about the Android
mailing list