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

am: 1791555ca8

* commit '1791555ca880db2aaa909d6f04f6cd082f21df0a':
  Changed network check URL.

Change-Id: I7722ad944c8d19a26412eb798f39dcfb74bc9dfe
This commit is contained in:
Felipe Leme
2016-06-06 17:17:43 +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)