From f5021f68185f500d608d3765988f4f96f0c6be6b Mon Sep 17 00:00:00 2001 From: Nick Vaccaro Date: Fri, 23 Jan 2015 15:09:45 -0800 Subject: Update API to contain new wrist tilt sensor type and string. Convert the wrist tilt sensor from being a vendor-defined sensor type to being an official android sensor type. Change-Id: I39807bdca4f4c853fa0f7e88e6d98c02245f2a8b --- api/system-current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') diff --git a/api/system-current.txt b/api/system-current.txt index 5929978..a5a7991 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -12713,6 +12713,7 @@ package android.hardware { field public static final java.lang.String STRING_TYPE_STEP_COUNTER = "android.sensor.step_counter"; field public static final java.lang.String STRING_TYPE_STEP_DETECTOR = "android.sensor.step_detector"; field public static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature"; + field public static final java.lang.String STRING_TYPE_WRIST_TILT_GESTURE = "android.sensor.wrist_tilt_gesture"; field public static final int TYPE_ACCELEROMETER = 1; // 0x1 field public static final int TYPE_ALL = -1; // 0xffffffff field public static final int TYPE_AMBIENT_TEMPERATURE = 13; // 0xd @@ -12735,6 +12736,7 @@ package android.hardware { field public static final int TYPE_STEP_COUNTER = 19; // 0x13 field public static final int TYPE_STEP_DETECTOR = 18; // 0x12 field public static final deprecated int TYPE_TEMPERATURE = 7; // 0x7 + field public static final int TYPE_WRIST_TILT_GESTURE = 26; // 0x1a } public class SensorEvent { -- cgit v1.1