OSDN Git Service

PackageManager: Don't clear app profiles during system upgrades.
authorNarayan Kamath <narayan@google.com>
Wed, 1 Jun 2016 14:18:14 +0000 (15:18 +0100)
committerNarayan Kamath <narayan@google.com>
Wed, 1 Jun 2016 16:12:23 +0000 (16:12 +0000)
commit34a6258b2a7a55733ce80b2b88753dff91c12d52
tree95ad0373869e68f103844c38c5a03d66bb8492f9
parent98801e9f2bec03faf9be0c8bb961150004d309ff
PackageManager: Don't clear app profiles during system upgrades.

They don't need to be cleared and will remain valid as long as
the application itself hasn't changed.

bug: 28998083
bug: 29067239
Change-Id: I2e4a4ee1b168da81073b8e70b12918db592fe691
services/core/java/com/android/server/pm/PackageManagerService.java