summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-08-30 23:29:07 -0700
committerJeff Brown <jeffbrown@google.com>2010-08-30 23:29:07 -0700
commit6eb5ac9ceeb3ff67d38c7ead54b4247e762f278d (patch)
treeae4bfe9eea411af3dd4eda48afb06774bee7e953
parent12006013cc2cd0a076855ed068f5f782b24631c3 (diff)
downloadframeworks_base-6eb5ac9ceeb3ff67d38c7ead54b4247e762f278d.zip
frameworks_base-6eb5ac9ceeb3ff67d38c7ead54b4247e762f278d.tar.gz
frameworks_base-6eb5ac9ceeb3ff67d38c7ead54b4247e762f278d.tar.bz2
Fix doc link in InputDevice.
Change-Id: I3b356b8e3803661ccfe5bb4812021b6c6d576d21
-rwxr-xr-xcore/java/android/view/InputDevice.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/view/InputDevice.java b/core/java/android/view/InputDevice.java
index fb47b9c..7468579 100755
--- a/core/java/android/view/InputDevice.java
+++ b/core/java/android/view/InputDevice.java
@@ -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;