Remove WebServerHelper from Manifest

This commit is contained in:
Adeel Zafar 2019-08-02 18:47:13 +05:00
parent 485f156a77
commit ff6107a1cf
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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);