Loading services/core/java/com/android/server/pm/PackageManagerServiceUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -1129,7 +1129,7 @@ public class PackageManagerServiceUtils { throw new IllegalArgumentException("Unsupported component type"); } if (comp.getIntents().isEmpty()) { if (comp == null || comp.getIntents().isEmpty()) { continue; } Loading Loading
services/core/java/com/android/server/pm/PackageManagerServiceUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -1129,7 +1129,7 @@ public class PackageManagerServiceUtils { throw new IllegalArgumentException("Unsupported component type"); } if (comp.getIntents().isEmpty()) { if (comp == null || comp.getIntents().isEmpty()) { continue; } Loading