commit | f2bdbb84767d4b68aff51deae6c3d8230e984501 | [log] [tgz] |
---|---|---|
author | Arne Coucheron <arco68@gmail.com> | Sun Oct 13 00:54:30 2019 +0200 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Wed Oct 16 00:51:43 2019 +0200 |
tree | 89c70db7308fc535cd2932993831093ea96850c2 | |
parent | 3bf932e2e058917e259622d3721c7a3870bfa71b [diff] |
Revert "config: Use tether automatic upstream selection" This is now the default in Q as per: https://github.com/LineageOS/android_frameworks_base/commit/a78701812fed This reverts commit 4ec881366c8f14ca423bb0b3eb8aa750f1b79e0a. Change-Id: Ic8276126570ed0f03c8f556d7551d8f7ce6ed7a8
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index 74bf944..fd2fed4 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -89,9 +89,4 @@ <!-- Whether or not we should show the option to show battery percentage --> <bool name="config_battery_percentage_setting_available">false</bool> - - <!-- When true, the tethering upstream network follows the current default - Internet network (except when the current default network is mobile, - in which case a DUN network will be used if required). --> - <bool name="config_tether_upstream_automatic">true</bool> </resources>