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

Commit 240ae0ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ignore null action in VcnManagementService$VcnBroadcastReceiver" into main am: c78dd4fc

parents 4a1cf44a c78dd4fc
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