Revert "Default-disable tethering offload"

This reverts commit d09189112f.

Bug: 29337859
Bug: 63250751
Test: builds, boots
Test: "dumpsys connectivity tethering" shows offload enabled
Test: wifi tethering continues to work
Change-Id: Ie3ef33f39ea20308ca50500139af3924c8831364
This commit is contained in:
Erik Kline
2017-08-14 07:12:16 +00:00
committed by Lorenzo Colitti
parent 62801ec2b7
commit 0d7f78564a

View File

@@ -40,7 +40,7 @@ public class OffloadHardwareInterface {
// Change this value to control whether tether offload is enabled or
// disabled by default in the absence of an explicit Settings value.
// See accompanying unittest to distinguish 0 from non-0 values.
private static final int DEFAULT_TETHER_OFFLOAD_DISABLED = 1;
private static final int DEFAULT_TETHER_OFFLOAD_DISABLED = 0;
private static final String NO_INTERFACE_NAME = "";
private static final String NO_IPV4_ADDRESS = "";
private static final String NO_IPV4_GATEWAY = "";