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