You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
On Android S developer preview, it looks like there is now a way for apps to directly request disabling of duty-cycling when requesting raw measurements:
https://developer.android.com/reference/android/location/GnssMeasurementRequest#isFullTracking()
This would allow apps to do carrier phase measurements without needing the user to go into developer mode and disable duty cycling themselves as described here:
https://barbeau.medium.com/gnss-interrupted-the-hidden-android-setting-you-need-to-know-d812d28a3821
We should enable this by default on Android S and higher, and add an option in Settings to disable.
Describe the solution you'd like
Programmatically request full tracking of GNSS measurements when available on Android S and higher
The text was updated successfully, but these errors were encountered: