Merge "Changed network check URL." into nyc-dev am: 1791555ca8
am: e3bb2200b7 * commit 'e3bb2200b7f6474df0a790c8f5c28b697ff3b4fa': Changed network check URL. Change-Id: I717a9026aed020c06a8ab814685343e65197a208
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user