Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65a3f68a authored by Yu-Han Yang's avatar Yu-Han Yang Committed by Android (Google) Code Review
Browse files

Revert "Clarify setPositionMode doc"

This reverts commit e0d9e7cb.

Reason for revert: b/345128487

Change-Id: Ifd74d1f5567af48502e4966bfabbb08ae4449b64
parent e0d9e7cb
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -217,10 +217,6 @@ interface IGnss {
     * Starts a location output stream using the IGnssCallback gnssLocationCb(), following the
     * settings from the most recent call to setPositionMode().
     *
     * When a location output stream is in progress, calling setPositionMode() does not change the
     * settings of the current location output stream. stop() and start() must be called to make the
     * new settings effective.
     *
     * This output must operate independently of any GNSS location batching operations,
     * see the IGnssBatching for details.
     */
@@ -310,10 +306,6 @@ interface IGnss {
    /**
     * Sets the GnssPositionMode parameter, its associated recurrence value, the time between fixes,
     * requested fix accuracy, time to first fix.
     *
     * If a location output stream is in progress, calling this method does not affect the settings
     * of current location output stream. stop() and start() must be called to make the new settings
     * effective.
     */
    void setPositionMode(in PositionModeOptions options);