Merge "Fix issue #2540920: connectivity issues with tripit/pandora"

This commit is contained in:
Dianne Hackborn
2010-03-24 13:22:20 -07:00
committed by Android (Google) Code Review

View File

@@ -9579,6 +9579,9 @@ class PackageManagerService extends IPackageManager.Stub {
}
}
synchronized (mPackages) {
// Make sure group IDs have been assigned, and any permission
// changes in other apps are accounted for
updatePermissionsLP(null, null, true, false);
// Persist settings
mSettings.writeLP();
}