Hello comunity,
I am struggling to launch shortcut created from different application.
Consider this:
I am using hermit app to create a desktop shortcuts. (it is an app for creating 'lite web apps') https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab
I created a shortcut for a page 'https://www.csfd.cz'. It has been added to a desktop and it works correctly.. I am using square home as a launcher. It is able to export all its data, so I did it and found shortcut to csfd page from hermit app. It looks like this (it is a part of json dump from square home backup):
"com.chimbori.hermitcrab\/.AdminActivity","i":"www.csfd.cz-124a8b28"
Now, my question is: how do I launch this shortcut from within my app?
I am not going to describe all my attempts, that's really not neccessary. I tried launching intent, putting extras, settings components to intent, adding external activity to manifest, tried chatGPT. No luck at all, only error messages form 'no activity to handle' to 'activity not found exception'... Fighting with this for about 4 hours now and still no luck
Would anyone be so kind to give me a method or technique how to achieve this?
I am struggling to launch shortcut created from different application.
Consider this:
I am using hermit app to create a desktop shortcuts. (it is an app for creating 'lite web apps') https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab
I created a shortcut for a page 'https://www.csfd.cz'. It has been added to a desktop and it works correctly.. I am using square home as a launcher. It is able to export all its data, so I did it and found shortcut to csfd page from hermit app. It looks like this (it is a part of json dump from square home backup):
"com.chimbori.hermitcrab\/.AdminActivity","i":"www.csfd.cz-124a8b28"
Now, my question is: how do I launch this shortcut from within my app?
I am not going to describe all my attempts, that's really not neccessary. I tried launching intent, putting extras, settings components to intent, adding external activity to manifest, tried chatGPT. No luck at all, only error messages form 'no activity to handle' to 'activity not found exception'... Fighting with this for about 4 hours now and still no luck
Would anyone be so kind to give me a method or technique how to achieve this?