Merge "Changed network check URL." into nyc-dev am: 1791555ca8

am: b3f828552e

* commit 'b3f828552ef01b1a22b4ce59e907dcc4e795a333':
  Changed network check URL.

Change-Id: I6200217478ffe42a4ad8b7c8bcdedd800cbf09b1
This commit is contained in:
Felipe Leme
2016-06-06 17:20:46 +00:00
committed by android-build-merger

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)