OSDN Git Service

Removes unnecessary and incorrect instant app installer overrides
authorPatrick Baumann <patb@google.com>
Fri, 2 Mar 2018 18:21:28 +0000 (10:21 -0800)
committerPatrick Baumann <patb@google.com>
Sat, 3 Mar 2018 01:43:56 +0000 (01:43 +0000)
commit57d9eee7d5313e73b0db1fe532ffe31d46354afb
tree1765b748b6fbd5aa233956689474c820121f28c3
parent302a8b09c767122e774835fc18ad7d9f09745104
Removes unnecessary and incorrect instant app installer overrides

This change removes priority overrides made when an intersplit
resolve is being made. It also removes unnecessary overrides
that are already set on the mInstantAppInstallerInfo default
ResolveInfo.

Change-Id: Ifbd7eda2f7df2fb3927447e8e9b8c91f992efe26
Fixes: 72408536
Test: manual - ensured intersplit launches work as expected
Test: atest EphemeralTest passes
services/core/java/com/android/server/pm/PackageManagerService.java