summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-03-22 18:44:26 -0700
committerMathias Agopian <mathias@google.com>2011-03-22 19:12:13 -0700
commit462db220a2986f7d9fc3d7e3e6af6615570eaa0b (patch)
tree88f7788c50bff315dd55172bfb52ccf0f6d83057 /api
parent94d76925c285b8788bdc31ca5a667a32c245ca78 (diff)
downloadframeworks_base-462db220a2986f7d9fc3d7e3e6af6615570eaa0b.zip
frameworks_base-462db220a2986f7d9fc3d7e3e6af6615570eaa0b.tar.gz
frameworks_base-462db220a2986f7d9fc3d7e3e6af6615570eaa0b.tar.bz2
fix [4056232] Deprecate Sensor.TYPE_TEMPERATURE and add Sensor.TYPE_AMBIENT_TEMPERATURE
Bug: 4056232 Change-Id: Idf165460fc083f856c320f0f6f8841d73661c829
Diffstat (limited to 'api')
-rw-r--r--api/current.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index 3305a32..4db9c8f 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -93386,6 +93386,17 @@
visibility="public"
>
</field>
+<field name="TYPE_AMBIENT_TEMPERATURE"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="13"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="TYPE_GRAVITY"
type="int"
transient="false"
@@ -93492,7 +93503,7 @@
value="7"
static="true"
final="true"
- deprecated="not deprecated"
+ deprecated="deprecated"
visibility="public"
>
</field>