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

Handle permissions and gps status #17

Open
wants to merge 1 commit into
base: 2.1.x
Choose a base branch
from

Commits on Mar 7, 2018

  1. Handle permissions and gps status

    Return error when permissions are not set properly for wifi access.
    
    In Android 6 and above, wifi networks scanning return empty SSID list
    when GPS is turned off, so now it asks to turn on GPS if it is disabled.
    
    All these changes were merged from:
    https://github.com/paraggarg37/WifiWizard/
    
    Specifically from these commits:
    - added permissions for marshmallow
    paraggarg37/WifiWizard@47590ea#diff-71da7ed529b38209b2b0f4bfc226b3ec
    - added support for android 6
    paraggarg37/WifiWizard@eb2b9a6#diff-71da7ed529b38209b2b0f4bfc226b3ec
    michalfapso committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    6744eae View commit details
    Browse the repository at this point in the history