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

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

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

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3324495



Change-Id: I0008b5cb92d13d5f6c777dfb3f068f2542722063
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b5387276 240ae0ad
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