Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7be6b1f5 authored by Pankaj Kanwar's avatar Pankaj Kanwar Committed by android-build-merger
Browse files

Merge "Default-disable tethering offload" into oc-dr1-dev am: 1244ff19 am: 33fd8bda

am: 7d9d29eb

Change-Id: Ie8b62e99c3e03364d7b66107f6c7e415ed5d60cd
parents 72376405 7d9d29eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = 0;
    private static final int DEFAULT_TETHER_OFFLOAD_DISABLED = 1;
    private static final String NO_INTERFACE_NAME = "";
    private static final String NO_IPV4_ADDRESS = "";
    private static final String NO_IPV4_GATEWAY = "";