Check nearby wifi connection periodically
I want to check periodically for wifi open connections. Should i write a service for it and use AlarmManager to start service or is there any other simple way 开发者_开发技巧of doing that.
I would recommend using AlarmManager
, with a user-chosen polling period.
精彩评论