diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp index 21b290a..df91904 100644 --- a/EmulatedVolume.cpp +++ b/EmulatedVolume.cpp @@ -84,7 +84,6 @@ status_t EmulatedVolume::doMount() { "-g", "1023", // AID_MEDIA_RW "-m", "-w", - "-G", mRawPath.c_str(), label.c_str(), NULL)) {