Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4937cf13 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ignore null action in PackageManagerService." into main am: 454a1514

parents 117674ce 454a1514
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4283,6 +4283,10 @@ public class PackageManagerService implements PackageSender, TestUtilityService
                if (intent == null) {
                    return;
                }
                final String action = intent.getAction();
                if (action == null) {
                    return;
                }
                Uri data = intent.getData();
                if (data == null) {
                    return;