I have been trying to find a way to programmatically set the ethernet in my own home screen replacement app and have not been able to do so. The code for the EthernetConfigDialog.java file calls for package android.net.ethernet. How can I build my app in Eclipse with theSDK and include this package from the system build for Froyo?
Chris