It was possible to enable the Wifi Tethering. Basically it was granting internet to other devices sharing your data connection and showing a new Wifi SSID. Is that possible now with Android 9 or Android 10? I have read about WifiManager.startLocalOnlyHotspot() but I also read that:
The network created by this method will not have Internet access
Any ideas on how can we programmatically create a internet access so other devices can use the internet of my device?