API for configuring static IP addresses in an android application
- by awoodland
Is it possible to set the IP address of an interface in Android within an application? I can query the available interfaces and their current addresses using java.net.NetworkInterface, but this doesn't provide a facility to change these. Did I just miss something somewhere or is it not allowed?
I was hoping to be able to make my application either…