From f03c365fe151f1101312b17dcd6a2adcd4e0d783 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 9 Jun 2018 17:53:25 +0200 Subject: [PATCH] sanders: 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 Signed-off-by: ronaxdevil --- 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 b452856..76b7c47 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -146,8 +146,8 @@ - 0 1 + 0 5 7