summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2013-07-19 13:37:54 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-07-19 13:37:54 -0700
commit8b5f79a0cb72af51a057c27ca3f0511076577e1f (patch)
treed3c25172dbde96a0371258475ab14833efff723c
parenta12d5e0dcab49fb02cac3e7982f1ad0ecf170a40 (diff)
parenta74517d25d8258ed14d4cf4aab7cf82d6b51e729 (diff)
am a74517d2: am ca3b4e9b: remove significant motion
* commit 'a74517d25d8258ed14d4cf4aab7cf82d6b51e729': remove significant motion
-rw-r--r--docs/html/about/versions/android-4.3.jd9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/html/about/versions/android-4.3.jd b/docs/html/about/versions/android-4.3.jd
index 135c0d29bcb9..d0ccfbe08a53 100644
--- a/docs/html/about/versions/android-4.3.jd
+++ b/docs/html/about/versions/android-4.3.jd
@@ -62,7 +62,6 @@ sdk.platform.apiLevel=18
</li>
<li><a href="#UserInput">User Input</a>
<ol>
- <li><a href="#SignificantMotion">Detect significant motion</a></li>
<li><a href="#Sensors">New sensor types</a></li>
</ol>
</li>
@@ -848,14 +847,6 @@ protected void onCreate(Bundle savedInstanceState) {
<h2 id="UserInput">User Input</h2>
-<h3 id="SignificantMotion">Detect significant motion</h3>
-
-<p>The {@link android.hardware.SensorManager} APIs now allow you to request a callback when the
-device sensors detect "significant motion." For instance, this event may be triggered by new
-motion such as when the user starts to walk.</p>
-
-<p>To register a listener for significant motion, extend the {@link android.hardware.TriggerEventListener} class and implement the {@link android.hardware.TriggerEventListener#onTrigger onTrigger()} callback method. Then register your event listener with the {@link android.hardware.SensorManager} by passing it to {@link android.hardware.SensorManager#requestTriggerSensor requestTriggerSensor()}, passing it your {@link android.hardware.TriggerEventListener} and {@link android.hardware.Sensor#TYPE_SIGNIFICANT_MOTION}.</p>
-
<h3 id="Sensors">New sensor types</h3>
<p>The new {@link android.hardware.Sensor#TYPE_GAME_ROTATION_VECTOR} sensor allows you to detect the device's rotations without worrying about magnetic interferences. Unlike the {@link android.hardware.Sensor#TYPE_ROTATION_VECTOR} sensor, the {@link android.hardware.Sensor#TYPE_GAME_ROTATION_VECTOR} is not based on magnetic north.</p>