Any Android 'Intent' experts here?
I discovered Intents and realized it can bridge the gap that I have with automation!!
I used LogCat to sniff an Activity, but the log truncated the data field (for example: dat=proton-calendar://protonmail.com/.... The ellipses are literally in the log string).
Questions
How the heck can I exfiltrate the rest of the field?what is a good resource for learning about the different fields of Intents? (Google/DDG is dry)---
Note: I have MacroDroid for dispatching Intents, but I'm not sure if I'm calling the action & data correctly.
It could be that I AM correctly calling action, but that without the proper data payload, it merely calls the main action upon the package's class as if I didn't specify an action
#android #adb #macrodroid #logcat #protonmail #protoncalendar @protonprivacy #developer #androiddevelopment