diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-08-13 23:19:44 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-13 23:19:44 -0700 |
commit | 1d89d2b56d98e43edd7d28e553c3416301ef0c9e (patch) | |
tree | be5b1625f509c20bb6f640793121d76d4ef74263 /api | |
parent | 6e5a4946dd870f2db82c4c6e03ad7faeffaedc32 (diff) | |
parent | adeadda2027ecc87399ce4504145a5bcc78e1bec (diff) | |
download | frameworks_base-1d89d2b56d98e43edd7d28e553c3416301ef0c9e.zip frameworks_base-1d89d2b56d98e43edd7d28e553c3416301ef0c9e.tar.gz frameworks_base-1d89d2b56d98e43edd7d28e553c3416301ef0c9e.tar.bz2 |
am adeadda2: am caaeda95: Merge "Add a toString() method to Sensor for debugging purposes." into jb-mr1-dev
* commit 'adeadda2027ecc87399ce4504145a5bcc78e1bec':
Add a toString() method to Sensor for debugging purposes.
Diffstat (limited to 'api')
-rw-r--r-- | api/17.txt | 2 | ||||
-rw-r--r-- | api/current.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9802,7 +9802,7 @@ package android.hardware { method public float getZ(); } - public class Sensor { + public final class Sensor { method public float getMaximumRange(); method public int getMinDelay(); method public java.lang.String getName(); diff --git a/api/current.txt b/api/current.txt index c7ecfce..a6aaa9d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -9848,7 +9848,7 @@ package android.hardware { method public float getZ(); } - public class Sensor { + public final class Sensor { method public float getMaximumRange(); method public int getMinDelay(); method public java.lang.String getName(); |