New issue
Advanced search Search tips

Issue 845970 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

NetworkChangeNotifierAndroid and DnsConfigWatcherPosix don't watch for LinkProperties changes

Project Member Reported by pauljensen@chromium.org, May 23 2018

Issue description

NetworkChangeNotifierAndroid could miss IP address changes if a user were to modify the IP address settings for a WiFi connection.
DnsConfigWatcherPosix could miss private DNS changes if a user were to modify the private DNS settings for networking.

Admittedly these are probably rare events that only power-users engage in, but we should catch and handle these events.  Perhaps via 	android.net.ConnectivityManager.NetworkCallback.onLinkPropertiesChanged().
 

Sign in to add a comment