Loading services/core/java/com/android/server/StorageManagerService.java +7 −2 Original line number Diff line number Diff line Loading @@ -4369,9 +4369,14 @@ class StorageManagerService extends IStorageManager.Stub packageName = packagesForUid[0]; } final long token = Binder.clearCallingIdentity(); try { if (mPmInternal.isInstantApp(packageName, UserHandle.getUserId(uid))) { return StorageManager.MOUNT_MODE_EXTERNAL_NONE; } } finally { Binder.restoreCallingIdentity(token); } if (mStorageManagerInternal.isExternalStorageService(uid)) { // Determine if caller requires pass_through mount; note that we do this for Loading Loading
services/core/java/com/android/server/StorageManagerService.java +7 −2 Original line number Diff line number Diff line Loading @@ -4369,9 +4369,14 @@ class StorageManagerService extends IStorageManager.Stub packageName = packagesForUid[0]; } final long token = Binder.clearCallingIdentity(); try { if (mPmInternal.isInstantApp(packageName, UserHandle.getUserId(uid))) { return StorageManager.MOUNT_MODE_EXTERNAL_NONE; } } finally { Binder.restoreCallingIdentity(token); } if (mStorageManagerInternal.isExternalStorageService(uid)) { // Determine if caller requires pass_through mount; note that we do this for Loading