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

Commit 454a1514 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Ignore null action in PackageManagerService." into main

parents 44d1053a 53e3d47d
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;