I want the application to work only in a specific WiFi network.
How can I make that, by getting the WiFi network name and comparing with the name stored in the application ?
If yes, how to get the name of the connected network ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use this:
Please refer:
How to get name of wifi-network out of android using android API?
How to get the name of currently connected WiFi network in Android with BroadcastReceiver