Loading services/core/java/com/android/server/VcnManagementService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/core/java/com/android/server/VcnManagementService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading