am b1c4a2a3: Fix issue #2364506: Phone locked up while listening to music and attempting to download an update

Merge commit 'b1c4a2a3b37fccf68e6a9563cccf1685df2bf3e7' into eclair-plus-aosp

* commit 'b1c4a2a3b37fccf68e6a9563cccf1685df2bf3e7':
  Fix issue #2364506: Phone locked up while listening to music and attempting to download an update
This commit is contained in:
Dianne Hackborn
2010-01-19 19:59:04 -08:00
committed by Android Git Automerger
2 changed files with 38 additions and 16 deletions

View File

@@ -10277,7 +10277,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
sInfo.applicationInfo.uid, sInfo.packageName,
sInfo.name);
}
r = new ServiceRecord(ss, name, filter, sInfo, res);
r = new ServiceRecord(this, ss, name, filter, sInfo, res);
res.setService(r);
mServices.put(name, r);
mServicesByIntent.put(filter, r);