LocationManager.ActionGnssCapabilitiesChanged Field
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.
Broadcast intent action when GNSS capabilities change.
[Android.Runtime.Register("ACTION_GNSS_CAPABILITIES_CHANGED", ApiSince=31)]
public const string ActionGnssCapabilitiesChanged;
[<Android.Runtime.Register("ACTION_GNSS_CAPABILITIES_CHANGED", ApiSince=31)>]
val mutable ActionGnssCapabilitiesChanged : string
Field Value
- Attributes
Remarks
Broadcast intent action when GNSS capabilities change. This is most common at boot time as GNSS capabilities are queried from the chipset. Includes an intent extra, #EXTRA_GNSS_CAPABILITIES
, with the new GnssCapabilities
.
Java documentation for android.location.LocationManager.ACTION_GNSS_CAPABILITIES_CHANGED
.
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.