frameworks/base
Revision | 81fbb1f689f6e4942bb0c92be2effb0f744e9ca1 (tree) |
---|---|
Zeit | 2009-07-21 10:20:44 |
Autor | Yi Sun <beyounn@gmai...> |
Commiter | Yi Sun |
swatch to use mountd so that we can auto mount sdcard
@@ -40,8 +40,8 @@ final class MountListener implements Runnable { | ||
40 | 40 | |
41 | 41 | // ** THE FOLLOWING STRING CONSTANTS MUST MATCH VALUES IN system/vold/ |
42 | 42 | |
43 | - // socket name for connecting to vold | |
44 | - private static final String VOLD_SOCKET = "vold"; | |
43 | + // socket name for connecting to mountd | |
44 | + private static final String VOLD_SOCKET = "mountd"; | |
45 | 45 | |
46 | 46 | // vold commands |
47 | 47 | private static final String VOLD_CMD_ENABLE_UMS = "enable_ums"; |