You misunderstand use the proper action and keep the extra tag there. You need to follow the directions, you won’t see an error message if you send a valid formatted intent. Apps listen for certain actions to do things you can’t just pick and choose.
Yeah, I guess I don’t understand. The app comes up for a split second and then it goes away. If I go into recent apps, it is there, but when I try to open tinyCam it just closes
I’m not sure if my question belongs here so apologies if it doesn’t.
When sending an attachment e.g. a .jpg, is there a way to have the picture shown full screen when tapping the notification rather than the notification disappearing?
Would this be an intent?
Unless it’s trivial (and therefore easy to tell me here), I don’t need specific instructions, just a pointer to where I should look.
Thanks, I did try google before posting, but all of what i found, including the linked thread, suggest that these are not working. This is also what I experience.
In the example above i am just trying to open Audible, instead playing it. It’s not opening to begin with, so i thought that i might be missing something obvious.
the person who wrote the post actually said the app launched and did not play anything
if you already tried a known working intent as mentioned in stackoverflow then you need to look at Audibles manifest to see if the intents have changed.
Yeah, they seem to have changed. None of the ones mentioned in that thread are there, but again, that’s not the point.
I can already play/pause audible using “command_media” targeted at com.audible.application if it’s running. The problem is that i can’t start it from HA with “command_activity”, while it’s working just right for a bunch of other apps including GMaps, Instagram, Philips Hue…
Activities are not the same thing as intents which I had mentioned previously to look into. You would need to use an app that will allow you to view the apps manifest to see what data it will expect to work. In an android apps manifest intents and their data are registered to certain activities which is what you are after. This is why I said its a lot of trial and error earlier. So after using an app to inspects Audibles manifest I found a working command for you.
Thank you very much. I am currently looking at the manifest but haven’t got around to decode it. I assumed (and was obviously wrong) that there’s a simple way to ‘just’ launch the app without needing extra parameters and such.
By any chance, has anyone tried to open a camera from the tuya/smart life application, I’m looking for their documentation regarding opening activities/intents but I can’t find it, does anyone know anything about it?