Merge "Update process mountpoints when it's storage permissions changes." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
26e44f9c24
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user