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

Commit bc21539a authored by Chris Phoenix's avatar Chris Phoenix Committed by Android (Google) Code Review
Browse files

Merge "vibrator HAL uses "default" service name"

parents 9a5f9d36 c310a904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static void vibratorInit(JNIEnv /* env */, jobject /* clazz */)
    if (mHal != nullptr) {
        return;
    }
    mHal = IVibrator::getService("vibrator");
    mHal = IVibrator::getService();
}

static jboolean vibratorExists(JNIEnv* /* env */, jobject /* clazz */)