From 0d6be472895fa8c18cc43652a773fed4b7fbdae6 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 9 Jun 2018 17:53:25 +0200 Subject: [PATCH] whyred: 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(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c3e96ef..04c71ba 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -142,8 +142,8 @@ - 0 1 + 0 5 7