Skip to content

Conversation

@prashantghimire
Copy link

getConnectedSSId yields SSID name with extra quotes on some versions of android (tested on 4.x). Now, it will remove the first surrounding pairs so that there's no need of parsing on the client side.

Examples:

  • "SSID" --> SSID
  • "SSID --> "SSID
  • ""SSID"" --> "SSID"

…ing quotes if it exists (Issue seen on some android versions)
@pfiaux
Copy link

pfiaux commented Jun 8, 2017

This seems to do the same fix as #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants