Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getConnectedSSID return value modified to remove unnecessary surround… #99

Closed
wants to merge 1 commit into from

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.

None yet

2 participants