Loading services/core/java/com/android/server/StorageManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
services/core/java/com/android/server/StorageManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading