From 66be6aebf58de68675e5c0ea9f5b1c32e8e4b075 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sat, 4 Mar 2023 12:08:45 -0500 Subject: [PATCH] Add doc for Use system configuration for temporary hotspot --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 07e1c128..e00da41a 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,10 @@ Default settings are picked to suit general use cases and maximize compatibility You might be required to turn this mode off if you want to use short SSID (at most 8 bytes long). Unsafe mode might not work for your device, and there is a small chance you will soft brick your device (recoverable). See [#153](https://github.com/Mygod/VPNHotspot/issues/153) for more information. +* Use system configuration for temporary hotspot: (Android 11 or newer) + Attempt to start a temporary hotspot using system Wi-Fi hotspot configuration. + This feature is most likely only functional on Android 12 or newer. + Enabling this switch will also prevent other apps from using the [local-only hotspot](https://developer.android.com/guide/topics/connectivity/localonlyhotspot) functionality. * Network status monitor mode: This option controls how the app monitors connected devices as well as interface changes (when custom upstream is used). Requires restarting the app to take effects. (best way is to go to app info and force stop)