OSDN Git Service

Fix activity-alias encryption awareness bug.
authorJeff Sharkey <jsharkey@android.com>
Thu, 28 Jan 2016 19:32:10 +0000 (12:32 -0700)
committerJeff Sharkey <jsharkey@android.com>
Thu, 28 Jan 2016 20:30:07 +0000 (13:30 -0700)
commitc26d59f6abc875ff3a1bba1b5cc3fd9f73dd3dfd
treeb91d2f1f173f5e8d00373dd888bb43d20b73181f
parentf202143597b384686cd8ad8b6258541f96dfec96
Fix activity-alias encryption awareness bug.

Since the activity-alias is backed by the same code as the original
activity definition, they should both have an identical encryption
awareness.  This fixes a bug where we accidentally dropped that value.

Bug: 26731340
Change-Id: I6ad615332df7d16542893a49e6997c88fc24334b
core/java/android/content/pm/PackageParser.java