mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Remove WebServerHelper from Manifest
This commit is contained in:
parent
485f156a77
commit
ff6107a1cf
@ -56,10 +56,8 @@
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts"/>
|
||||
</activity>
|
||||
<activity android:name=".webserver.WebServerHelper"
|
||||
android:label="Kiwix">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".main.MainActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize|locale"
|
||||
|
@ -37,7 +37,7 @@ public class WebServerHelper {
|
||||
public WebServerHelper(Context context) {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
|
||||
//Dialog to start the server where user is shown the hotspot ip address can edit the port no.
|
||||
public void startServerDialog() {
|
||||
AlertDialog.Builder alert = new AlertDialog.Builder(context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user