Check for a null intent in RemoteVvmTaskManager#onStartCommand.

https://developer.android.com/reference/android/app/Service#onstartcommand indicates that the intent parameter can be null if the service is being restarted after the process has gone away.

Bug: 138442946
Test: manual
Change-Id: I022a0fa830bd3e53204c86e8a87a132409ee9b1f
1 file changed