OSDN Git Service

DO NOT MERGE Fix intent filter priorities
authorTodd Kennedy <toddke@google.com>
Mon, 4 Apr 2016 19:29:59 +0000 (12:29 -0700)
committerThe Android Automerger <android-build@android.com>
Fri, 24 Jun 2016 23:52:38 +0000 (16:52 -0700)
commita75537b496e9df71c74c1d045ba5569631a16298
treef21b4b6a2189183fe8ccdd280bdc79efc049def2
parente7cf91a198de995c7440b3b64352effd2e309906
DO NOT MERGE Fix intent filter priorities

Since this is a backport, there is only one rule that guards intent
filter priorities:
1) Updates will NOT be granted a priority greater than the priority
   defined on the system image.

Bug: 27450489
Change-Id: Ifcec4d7a59e684331399abc41eea1bd6876155a4
core/java/android/content/IntentFilter.java
services/core/java/com/android/server/pm/PackageManagerService.java