mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 20:54:13 -04:00
Start webserver for devices >=Oreo
This commit is contained in:
parent
f7d063b7e0
commit
ba4230f17c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user