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"