Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an app which makes use of automated WiFi network switching to connect to preconfigured hotspots when using certain Activities part of this process involves programmatically disabling all other networks before connecting to the preconfigured network as it's the only one available.

When the Activity is hidden e.g. in onStop() the process is reversed and any previously used networks are enabled and reconnected. The strange behaviour I've seen is that I was connected to my office WiFi network and the app wasn't running, I uninstalled the app, and suddenly all the networks stored on my device were disabled.

Does anyone know of any gotchas involving uninstalling apps which modify WiFi settings? I'm at a loss as to why uninstalling an app, which wasn't even running, could do this.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.