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.