From 1ee644d212fc6ad111c7ea439dab2f0b3519388c Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 9 Jun 2018 17:53:25 +0200 Subject: wayne: overlay: 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 97057c4..cd69c70 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -144,8 +144,8 @@ - 0 1 + 0 5 7 -- cgit v1.2.3