OSDN Git Service

Fix issue #2569139: Cannot login to last.fm after upgrade from Donut to FRF01B
authorDianne Hackborn <hackbod@google.com>
Tue, 6 Apr 2010 01:35:42 +0000 (18:35 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 6 Apr 2010 18:17:08 +0000 (11:17 -0700)
commitf22221fd19146c6d743e28f3892400140adbaefd
tree44f6ac3de58f1402067ebee1c296827f192c576e
parentb2e6c01f449f3fd4effee7029518684deb4e98f6
Fix issue #2569139: Cannot login to last.fm after upgrade from Donut to FRF01B

This is a quick and dirty solution to re-assign permissions after booting
from a platform update.  It is not great, because it means that an app
can have permissions that the user didn't get to see when they originally
installed it.  Unfortunately it's not clear what else to do here, nor is
there time to do anything significant.

Change-Id: I82faba141b5883c87212afa7febecf9860a413e3
services/java/com/android/server/PackageManagerService.java