Fix registerListener documentation bug in which the notice does not contain the notice contents.

Change-Id: Ia123d583c0f4464b935751e1f389b3998a60d006
This commit is contained in:
Dereck Bridie 2022-02-15 09:34:16 +00:00
parent 5a700f759d
commit a24c4e8072

View File

@ -638,7 +638,7 @@ public abstract class SensorManager {
/**
* Unregisters a listener for the sensors with which it is registered.
*
* <p class="note"></p>
* <p class="note">
* Note: Don't use this method with a one shot trigger sensor such as
* {@link Sensor#TYPE_SIGNIFICANT_MOTION}.
* Use {@link #cancelTriggerSensor(TriggerEventListener, Sensor)} instead.