From adcfaea54f907cd27eaee85fc8c7013b9cbaea14 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 9 Jun 2018 17:53:25 +0200 Subject: msm8996-common: Reorder tetherable connection types * In O, the default setting for mobile data always active was changed from off to on, meaning that when non-WiFi tethering is being attempted, more than one connection can be active * Since the first active connection type in this overlay is used, reorder the values to get WiFi connections first, and then any type of mobile data connection, instead of vice versa Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb --- overlay/frameworks/base/core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlay') diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 3be3b9f..78e35f5 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -65,8 +65,8 @@ - 0 1 + 0 5 7 -- cgit v1.2.3