Should I create a separate plugin for static shortcuts and just write my code in the android folder of my Godot game which is generated by installing the android build template from Godot?
For android:targetClass what should be the activity name, currently have written GodotApp but GodotApp is present in com.godot.game so not sure what is the entry point activity?
Is it even possible to create static shortcut for godot at this moment?
If I write my code in the android folder of my Godot game instead of a separate plugin, the moment I update Godot I need to update the android build template as well which in turn override my static shortcut code?
@BraveEvidence Closing this issue as this is more of an Android question rather than a Godot question. Also I don't see how this issue relates to this repo.
To create a static shortcuts I have added shortcuts.xml in my xml folder and the xml folder is in res folder
Below is the code for shortcuts.xml
I have few questions
android:targetClass
what should be the activity name, currently have writtenGodotApp
butGodotApp
is present incom.godot.game
so not sure what is the entry point activity?