did anybody know about map_mount in system/vold/main.cpp ? what gg want to write in the type map_mount? could somebody give some help ?
if (!strcmp(type, "dev_mount")) {
.....
} else if (!strcmp(type, "map_mount")) {
} else {
SLOGE("Unknown type '%s'", type);
goto out_syntax;
}
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
