Merge commit '8bd545ab4f7e75634c970b50ed15c20858d6ac0c' * commit '8bd545ab4f7e75634c970b50ed15c20858d6ac0c': Move all the permissions check up for unmount
This commit is contained in:
@@ -42,7 +42,7 @@ public class ObbScanner {
|
||||
|
||||
final File obbFile = new File(filePath);
|
||||
if (!obbFile.exists()) {
|
||||
throw new IllegalArgumentException("OBB file does nto exist: " + filePath);
|
||||
throw new IllegalArgumentException("OBB file does not exist: " + filePath);
|
||||
}
|
||||
|
||||
final String canonicalFilePath = obbFile.getCanonicalPath();
|
||||
|
||||
Reference in New Issue
Block a user