Launcher menu option launches main activity.

This commit is contained in:
Justin Biggs 2021-11-29 19:28:10 -06:00
parent 9eca3a299c
commit 215b7f4b4c

View File

@ -21,7 +21,7 @@
android:shortcutShortLabel="@string/get_content_shortcut_label">
<intent
android:action="GET_CONTENT"
android:targetClass="org.kiwix.kiwixmobile.zim_manager.ZimManageActivity"
android:targetClass="org.kiwix.kiwixmobile.main.KiwixMainActivity"
android:targetPackage="org.kiwix.kiwixmobile" />
</shortcut>
</shortcuts>