shreyshrey71 / SplitPersonality

App that performs actions set by user automatically based on location and time.
3 stars 6 forks source link

Profiles based on Wifi Network #3

Open TejusR opened 4 years ago

TejusR commented 4 years ago

Currently, profiles are only activated based on location and time. Add an option to activate profiles based on the connected Wifi Network.Add necessary permissions in the manifest file. Implement this feature by comparing the SSID of the connected Network to the list of saved wifi networks connected to profiles.

TejusR commented 4 years ago

Create a SQL table to store the list of wifi SSIDs and the list of profiles linked with them.

Anjalidubey01 commented 4 years ago

Heyy..I would like to work on this issue to make SQL table of wifi SSIDs and the list of profiles linked with them.