aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-01-07 02:43:05 -0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-07 02:43:05 -0800
commitb38385b50b3a1323716b81502c08380f77ef8607 (patch)
tree95442186cb886b4460f7ca7704defb00fda19c0b /res
parent6ed957d8db54aff63ac94ea86ddb172e56e2fde8 (diff)
parent906ae796e95624363c5bed0117625fec012c0a14 (diff)
downloadandroid_packages_apps_CMFileManager-b38385b50b3a1323716b81502c08380f77ef8607.tar.gz
android_packages_apps_CMFileManager-b38385b50b3a1323716b81502c08380f77ef8607.tar.bz2
android_packages_apps_CMFileManager-b38385b50b3a1323716b81502c08380f77ef8607.zip
Merge "CMFM: Use filesystem type instead of auto on remount" into cm-10.1
Diffstat (limited to 'res')
-rw-r--r--res/xml/command_list.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/command_list.xml b/res/xml/command_list.xml
index c473c284..5d27be54 100644
--- a/res/xml/command_list.xml
+++ b/res/xml/command_list.xml
@@ -48,7 +48,7 @@
<command commandId="id" commandPath="/system/bin/id" commandArgs="-Gn" />
<!-- FileSystem -->
- <command commandId="mount" commandPath="/system/bin/mount" commandArgs="-o %1$s,remount -t auto %2$s %3$s" />
+ <command commandId="mount" commandPath="/system/bin/mount" commandArgs="-o %1$s,remount -t %2$s %3$s" />
<command commandId="mountpointinfo" commandPath="/system/bin/mount" commandArgs="" />
<!-- List/Find/Info -->