Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc333b58 authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Remove appDirRoot argument from setupAppDir."

parents 8527147b 714eda25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3271,7 +3271,7 @@ class StorageManagerService extends IStorageManager.Stub
                        + " does not match calling user id " + userId);
            }
            try {
                mVold.setupAppDir(appPath, matcher.group(1), callingUid);
                mVold.setupAppDir(appPath, callingUid);
            } catch (RemoteException e) {
                throw new IllegalStateException("Failed to prepare " + appPath + ": " + e);
            }