am 6eb5ac9c: Fix doc link in InputDevice.
Merge commit '6eb5ac9ceeb3ff67d38c7ead54b4247e762f278d' into gingerbread-plus-aosp * commit '6eb5ac9ceeb3ff67d38c7ead54b4247e762f278d': Fix doc link in InputDevice.
This commit is contained in:
@@ -20,7 +20,6 @@ import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
import android.os.RemoteException;
|
||||
import android.os.ServiceManager;
|
||||
import android.util.Log;
|
||||
|
||||
/**
|
||||
* Describes the capabilities of a particular input device.
|
||||
@@ -60,7 +59,7 @@ public final class InputDevice implements Parcelable {
|
||||
*
|
||||
* A {@link KeyEvent} should be interpreted as a button or key press.
|
||||
*
|
||||
* Use {@link #hasKey} to query whether the device supports a particular button or key.
|
||||
* Use {@link #getKeyCharacterMap} to query the device's button and key mappings.
|
||||
*/
|
||||
public static final int SOURCE_CLASS_BUTTON = 0x00000001;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user