From e5710776ee27cffae55f1cef51b703aa71f4d88a Mon Sep 17 00:00:00 2001 From: DrDisagree Date: Tue, 23 Apr 2024 13:06:06 +0600 Subject: [PATCH] UI: Option to fix wifi hotspot in certain conditions --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/hotspot_prefs.xml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 068875bf..357bf0d2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -55,6 +55,8 @@ Hide SSID Inactivity timeout Maximum clients + Hotspot connectivity issues workaround + Allow non-\"pre-approved\" clients to connect seamlessly Depth effect wallpaper diff --git a/app/src/main/res/xml/hotspot_prefs.xml b/app/src/main/res/xml/hotspot_prefs.xml index 5606241a..d59046b6 100644 --- a/app/src/main/res/xml/hotspot_prefs.xml +++ b/app/src/main/res/xml/hotspot_prefs.xml @@ -30,4 +30,11 @@ app:tickInterval="1" app:valueCount="1" /> + + \ No newline at end of file