|
|
@ -1567,8 +1567,8 @@ public class MicroPhotoService extends Service {
|
|
|
|
if (!TextUtils.isEmpty(gateway)) {
|
|
|
|
if (!TextUtils.isEmpty(gateway)) {
|
|
|
|
intent.putExtra("gateway", gateway);
|
|
|
|
intent.putExtra("gateway", gateway);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// intent.putExtra("dns1", "8.8.8.8");
|
|
|
|
intent.putExtra("dns1", "0.0.0.0");
|
|
|
|
// intent.putExtra("dns2", "192.168.19.1");
|
|
|
|
intent.putExtra("dns2", "0.0.0.0");
|
|
|
|
sendBroadcast(getApplicationContext(), intent);
|
|
|
|
sendBroadcast(getApplicationContext(), intent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|