Merge "Revert "Add apex packages to uid_mapping"" into qt-dev
This commit is contained in:
@@ -455,8 +455,7 @@ public class StatsCompanionService extends IStatsCompanionService.Stub {
|
|||||||
// Add in all the apps for every user/profile.
|
// Add in all the apps for every user/profile.
|
||||||
for (UserInfo profile : users) {
|
for (UserInfo profile : users) {
|
||||||
List<PackageInfo> pi =
|
List<PackageInfo> pi =
|
||||||
pm.getInstalledPackagesAsUser(PackageManager.MATCH_KNOWN_PACKAGES
|
pm.getInstalledPackagesAsUser(PackageManager.MATCH_KNOWN_PACKAGES, profile.id);
|
||||||
| PackageManager.MATCH_APEX, profile.id);
|
|
||||||
for (int j = 0; j < pi.size(); j++) {
|
for (int j = 0; j < pi.size(); j++) {
|
||||||
if (pi.get(j).applicationInfo != null) {
|
if (pi.get(j).applicationInfo != null) {
|
||||||
String installer;
|
String installer;
|
||||||
|
|||||||
Reference in New Issue
Block a user