diff options
| author | 2018-06-26 01:32:31 -0700 | |
|---|---|---|
| committer | 2018-06-26 01:32:31 -0700 | |
| commit | 1239734050b0dbc40d5b06148d2d49fb8fb8e3c8 (patch) | |
| tree | e44cb73959a5441b180170454f8dc46a21efd9d9 | |
| parent | 12b08d00b8f44c9bde7374ea0051249d2f7588d1 (diff) | |
| parent | e193298c4a0f25177ce6141664d51aa1ecdc9765 (diff) | |
Merge "Make auto-upstream the default tethering behaviour"
am: e193298c4a
Change-Id: Ie160bb6422f7a8f218dbf1374fdfadb0b957150d
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 05ea73173448..9d366942aa1b 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -504,7 +504,7 @@ When true, overrides the config_tether_upstream_types setting above. --> - <bool translatable="false" name="config_tether_upstream_automatic">false</bool> + <bool translatable="false" name="config_tether_upstream_automatic">true</bool> <!-- If the DUN connection for this CDMA device supports more than just DUN --> <!-- traffic you should list them here. --> |