Merge "Changed network check URL." into nyc-dev

This commit is contained in:
Felipe Leme
2016-06-06 17:09:34 +00:00
committed by Android (Google) Code Review

View File

@@ -174,7 +174,7 @@ public class MyBroadcastReceiver extends BroadcastReceiver {
@Override
public void run() {
// TODO: connect to a hostside server instead
final String address = "http://google.com";
final String address = "http://example.com";
final NetworkInfo networkInfo = cm.getActiveNetworkInfo();
Log.d(TAG, "Running checkNetworkStatus() on thread "
+ Thread.currentThread().getName() + " for UID " + getUid(context)