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

Commit cc871df9 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Update process mountpoints when it's storage permissions changes." into...

Merge "Update process mountpoints when it's storage permissions changes." into qt-dev am: 26e44f9c
am: 96897dcd

Change-Id: I8ef2898f5891aa0cd371f9e2c3e064f13c00c765
parents 538b2429 96897dcd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3999,8 +3999,6 @@ class StorageManagerService extends IStorageManager.Stub

        @Override
        public void onExternalStoragePolicyChanged(int uid, String packageName) {
            // No runtime storage permissions in isolated storage world, so nothing to do here.
            if (ENABLE_ISOLATED_STORAGE) return;
            final int mountMode = getExternalStorageMountMode(uid, packageName);
            remountUidExternalStorage(uid, mountMode);
        }