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