diff --git a/services/core/jni/com_android_server_vr_VrManagerService.cpp b/services/core/jni/com_android_server_vr_VrManagerService.cpp index e06e051cc870c..905269792fef2 100644 --- a/services/core/jni/com_android_server_vr_VrManagerService.cpp +++ b/services/core/jni/com_android_server_vr_VrManagerService.cpp @@ -38,7 +38,7 @@ static void init_native(JNIEnv* /* env */, jclass /* clazz */) { return; } - gVr = IVr::getService("vr"); + gVr = IVr::getService(); if (gVr == nullptr) { ALOGW("%s: Could not open IVr interface", __FUNCTION__); return;