OSDN Git Service

Do not check for APEX and APK package name collisions during normal boot
authorNikita Ioffe <ioffe@google.com>
Mon, 6 May 2019 18:07:45 +0000 (19:07 +0100)
committerNikita Ioffe <ioffe@google.com>
Tue, 7 May 2019 15:02:54 +0000 (16:02 +0100)
commit919a5b3e6258d08f21d71e4ba880abf2103578a9
tree6b7909a8a1fb3ddf68ac4841bfa7a705f4958197
parentcf852aed5afe341f5d5804282a13cbd083f3939f
Do not check for APEX and APK package name collisions during normal boot

* Check only on installs/OTA first time boots as this is the only places
  collisions might occur.

Bug: 131611765
Test: atest CtsStagedInstallHostTestCases
Change-Id: I5cfb6192656b08cb913f84230baf42a8f3325980
services/core/java/com/android/server/pm/PackageManagerService.java