Merge commit '7e40e67f73e0e9fa61a9601d82e8a207ffdca039' * commit '7e40e67f73e0e9fa61a9601d82e8a207ffdca039': Add "none" for vold and deprecate mkobb -c
This commit is contained in:
@@ -1981,7 +1981,8 @@ class MountService extends IMountService.Stub
|
||||
}
|
||||
|
||||
rc = StorageResultCode.OperationSucceeded;
|
||||
String cmd = String.format("obb mount %s %s %d", mObbState.filename, mKey,
|
||||
String cmd = String.format("obb mount %s %s %d", mObbState.filename,
|
||||
mKey != null ? mKey : "none",
|
||||
mObbState.callerUid);
|
||||
try {
|
||||
mConnector.doCommand(cmd);
|
||||
|
||||
Reference in New Issue
Block a user