This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Programmatically setting Ethernet in Froyo

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