Example usage for android.os Vibrator hasVibrator

List of usage examples for android.os Vibrator hasVibrator

Introduction

In this page you can find the example usage for android.os Vibrator hasVibrator.

Prototype

public abstract boolean hasVibrator();

Source Link

Document

Check whether the hardware has a vibrator.

Usage

From source file:com.inmobi.rendering.RenderView.java

@TargetApi(11)
private boolean m1912a(Vibrator vibrator) {
    return vibrator.hasVibrator();
}