mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Launcher menu option launches main activity.
This commit is contained in:
parent
9eca3a299c
commit
215b7f4b4c
@ -21,7 +21,7 @@
|
|||||||
android:shortcutShortLabel="@string/get_content_shortcut_label">
|
android:shortcutShortLabel="@string/get_content_shortcut_label">
|
||||||
<intent
|
<intent
|
||||||
android:action="GET_CONTENT"
|
android:action="GET_CONTENT"
|
||||||
android:targetClass="org.kiwix.kiwixmobile.zim_manager.ZimManageActivity"
|
android:targetClass="org.kiwix.kiwixmobile.main.KiwixMainActivity"
|
||||||
android:targetPackage="org.kiwix.kiwixmobile" />
|
android:targetPackage="org.kiwix.kiwixmobile" />
|
||||||
</shortcut>
|
</shortcut>
|
||||||
</shortcuts>
|
</shortcuts>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user