Any of you turbonerd autists work with android devices in a company/enterprise environment and have to handle pushing standard configurations to them?
We've been using Windows CE devices, but they're being phased out in favor of Android devices. We have certain standardized configurations that have to be applied to all of them.
I've been able to figure it all out except for the Wifi profile. All our devices connect to an AP that has the same ssid and key, but it would be nice to push that wifi config to each device instead of having to tap in the settings by hand. It's ok if I have to do them one at a time.
On our Windows CE devices, we could drop a .reg file containing the wifi info into a certain folder and the device would load that on startup. Simple.
For Android, it seems like the device has to be rooted (not an option because it will void the company's warranty), or I could write an app that would install the wifi settings programmatically (which is fine too).
How would any anons familiar with this setup handle it? Is there something I'm missing?