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

Commit 96897dcd 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 qt-dev

am: 26e44f9c

Change-Id: Ia5cd724b75b655885877cd9938b9a61e15b7968b
parents fd72d60f 26e44f9c
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);
        }