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

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

Merge "Ignore null action in VcnManagementService$VcnBroadcastReceiver" into main

parents b54cc2d5 d4d51d76
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -525,6 +525,9 @@ public class VcnManagementService extends IVcnManagementService.Stub {
        @Override
        public void onReceive(Context context, Intent intent) {
            final String action = intent.getAction();
            if (action == null) {
                return;
            }

            switch (action) {
                case Intent.ACTION_PACKAGE_ADDED: // Fallthrough