Merge "Revert "Add apex packages to uid_mapping"" into qt-dev

am: 14e7eb7108

Change-Id: I3e36cb4117118e0e62c2718d5e42144c210f93cd
This commit is contained in:
Howard Ro
2019-04-23 13:34:43 -07:00
committed by android-build-merger

View File

@@ -455,8 +455,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
// Add in all the apps for every user/profile.
for (UserInfo profile : users) {
List<PackageInfo> pi =
pm.getInstalledPackagesAsUser(PackageManager.MATCH_KNOWN_PACKAGES
| PackageManager.MATCH_APEX, profile.id);
pm.getInstalledPackagesAsUser(PackageManager.MATCH_KNOWN_PACKAGES, profile.id);
for (int j = 0; j < pi.size(); j++) {
if (pi.get(j).applicationInfo != null) {
String installer;