GnssCapabilities.HasLowPowerMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if GNSS chipset supports low power mode, false
otherwise.
public bool HasLowPowerMode { [Android.Runtime.Register("hasLowPowerMode", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("hasLowPowerMode", "()Z", "", ApiSince=34)>]
member this.HasLowPowerMode : bool
Property Value
- Attributes
Remarks
Returns true
if GNSS chipset supports low power mode, false
otherwise.
The low power mode is defined in GNSS HAL. When the low power mode is active, the GNSS hardware must make strong tradeoffs to substantially restrict power use.
Java documentation for android.location.GnssCapabilities.hasLowPowerMode()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.