Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

GeolocationAccuracy.High uses POWER_HI on Android, while comment says it uses POWER_MED #802

@ehuang17

Description

@ehuang17

Description

The comment on GeolocationAccuracy.High does not match the code for Android.

Steps to Reproduce

Look at this comment in

// Android: ACCURACY_HI, POWER_MED (0-100m)

Look at this code in

criteria.PowerRequirement = LocationPower.High;

Expected Behavior

Change the comment or change the code so they match.

Actual Behavior

POWER_HI is used instead of POWER_MED

Basic Information

  • Version with issue: master
  • Last known good version: never (POWER_HI has always been used.
  • IDE:
  • Platform Target Frameworks:
    • iOS: N/A
    • Android: all
    • UWP: N/A
  • Android Support Library Version: N/A
  • Nuget Packages: all
  • Affected Devices: all

Screenshots

Reproduction Link

Metadata

Metadata

Assignees

Labels

in-progressActively being worked on.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions