mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -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 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
|
||||
@ -65,6 +66,8 @@ public class WifiHotspotManager {
|
||||
+ " \n SSID is : "
|
||||
+ currentConfig.SSID);
|
||||
|
||||
startServerDialog();
|
||||
|
||||
//hotspotDetailsDialog();
|
||||
|
||||
oreoenabled = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user