Hello, I wish to configure the IP address of the primary DNS server while using 3G access from an android application. This is because, the DNS server is part of a private infrastructure and I need the application to resolve domain names from this particular DNS server only.
For WiFi access, I have found ways to do this (both from the WiFi Settings) and also programatically by using android.permission.WRITE_SETTINGS in my application and then using the System.Settings.WIFI_STATIC_DNS1 and System.Settings.WIFI_STATIC_DNS2 APIs. However, for 3G I have not found any such settings or APIs. How do we configure DNS servers for 3G access? This is an important point, as most 3G radio access systems use their own DNS servers in the infrastructure. Any workarounds? Best Regards Indodroid. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

