Hidden Intent?

Ehsan

New member
hi, im using HTTP-Shortcuts to send a POST Request (with send intent trigger thing) but the problem is if my screen is locked it won't send it and however if it's unlocked, it opens the HTTP shortcuts app, so is there any way to like send hidden/background intent?
 

420

Active member
hi, im using HTTP-Shortcuts to send a POST Request (with send intent trigger thing) but the problem is if my screen is locked it won't send it and however if it's unlocked, it opens the HTTP shortcuts app, so is there any way to like send hidden/background intent?
i can't really tell you anything about intents, because i don't know anything about them, but back when i used the http shortcuts app i would just use the macrodroid "launch shortcut" action to run the http shortcuts app shortcut, have you tried that?
 

Ehsan

New member
does that make the app open up (pop-up)? cuz I don't want to see the app(I'm gonna test it anyway tho)
 

Ehsan

New member
i can't really tell you anything about intents, because i don't know anything about them, but back when i used the http shortcuts app i would just use the macrodroid "launch shortcut" action to run the http shortcuts app shortcut, have you tried that?
it opens the app again, i just want to send intent/request/whatever it's called in the background...
 

420

Active member
it opens the app again, i just want to send intent/request/whatever it's called in the background...
i just installed http shortcuts again to test it, and it works fine for me...

i think your issue is that you havn't set the response handling to "show nothing (run silently)" in the http shortcuts app...

when you edit your shortcut (in the http shortcut app) you see a "response handling" option, just click on that and change the "on succes" from "show the response" to "show nothing (run silently)"
 

Ehsan

New member
i just installed http shortcuts again to test it, and it works fine for me...

i think your issue is that you havn't set the response handling to "show nothing (run silently)" in the http shortcuts app...

when you edit your shortcut (in the http shortcut app) you see a "response handling" option, just click on that and change the "on succes" from "show the response" to "show nothing (run silently)"
ok, so I did as you said (even with intents) and my problem fixed, thanks for your help and time!
 
Top