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

Commit 714eda25 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Remove appDirRoot argument from setupAppDir.

This is no longer needed.

Bug: 146419093
Test: builds
Change-Id: Ia504708070b077eed26f7cd9d844dc17e386557d
parent bc3a5111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3242,7 +3242,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);
            }