OSDN Git Service

Protects against a null statusReceiver in uninstall
authorPatrick Baumann <patb@google.com>
Thu, 11 Apr 2019 19:43:05 +0000 (12:43 -0700)
committerPatrick Baumann <patb@google.com>
Thu, 11 Apr 2019 21:35:06 +0000 (21:35 +0000)
commit466ddb56b4a51550d2126705bd48c55d56e58c4a
treebcc77542e1bf5e41638ae11435ddffb4ed3e5941
parent10673d513f35cf24a92a960fad1b4f1657a1d684
Protects against a null statusReceiver in uninstall

This change protects against the caller passing null for
the statusReceiver when uninstalling.

Bug: 129859594
Test: atest AtomicInstallTest
Change-Id: Iffe89151b830ff85492ab09d2a80a101cbd17a66
services/core/java/com/android/server/pm/PackageInstallerService.java