diff options
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(); |