Start webserver for devices >=Oreo

This commit is contained in:
Adeel Zafar 2019-07-21 03:37:15 +05:00
parent f7d063b7e0
commit ba4230f17c

View File

@ -12,6 +12,7 @@ import java.lang.reflect.Method;
import org.kiwix.kiwixmobile.R; import org.kiwix.kiwixmobile.R;
import static org.kiwix.kiwixmobile.utils.StyleUtils.dialogStyle; import static org.kiwix.kiwixmobile.utils.StyleUtils.dialogStyle;
import static org.kiwix.kiwixmobile.webserver.WebServerHelper.startServerDialog;
/** /**
* WifiHotstopManager class makes use of the Android's WifiManager and WifiConfiguration class * WifiHotstopManager class makes use of the Android's WifiManager and WifiConfiguration class
@ -65,6 +66,8 @@ public class WifiHotspotManager {
+ " \n SSID is : " + " \n SSID is : "
+ currentConfig.SSID); + currentConfig.SSID);
startServerDialog();
//hotspotDetailsDialog(); //hotspotDetailsDialog();
oreoenabled = true; oreoenabled = true;