OSDN Git Service

change how instant app installer is updated
authorTodd Kennedy <toddke@google.com>
Tue, 4 Apr 2017 22:16:36 +0000 (15:16 -0700)
committerTodd Kennedy <toddke@google.com>
Thu, 6 Apr 2017 17:40:22 +0000 (10:40 -0700)
commitc33cbb21e8cc3d3501fc53c45e9263274c524d85
tree51e2135c6eed4ae1457a905c2252f357ce6fc348
parent0b47e289c86a271d1cddd8267178f788bfb2ef06
change how instant app installer is updated

. only pay attention to package changes if there's no
  installer or the changed package is the installer
. always update the installer component, even if the
  resolved component is identical [the install paths
  might have updated]

Change-Id: I16eba07ccdb55f5cb61ba6172e71ce1698445fa5
Fixes: 36740490
Test: Manually install/remove/update the installer and see that the component is updated
services/core/java/com/android/server/pm/PackageManagerService.java