am 2fcac8ba: am b41c951f: am cb5f813b: am 0a3cb2ce: am b2bd63f0: Merge "Fix doc typos in Vibrator.java" into klp-docs
* commit '2fcac8ba6fe870d78eca7b75c0e846a229f08819': Fix doc typos in Vibrator.java
This commit is contained in:
@@ -21,11 +21,11 @@ import android.content.Context;
|
|||||||
/**
|
/**
|
||||||
* Class that operates the vibrator on the device.
|
* Class that operates the vibrator on the device.
|
||||||
* <p>
|
* <p>
|
||||||
* If your process exits, any vibration you started with will stop.
|
* If your process exits, any vibration you started will stop.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* To obtain an instance of the system vibrator, call
|
* To obtain an instance of the system vibrator, call
|
||||||
* {@link Context#getSystemService} with {@link Context#VIBRATOR_SERVICE} as argument.
|
* {@link Context#getSystemService} with {@link Context#VIBRATOR_SERVICE} as the argument.
|
||||||
*/
|
*/
|
||||||
public abstract class Vibrator {
|
public abstract class Vibrator {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user