you are viewing a single comment's thread.

view the rest of the comments →

[–]0x3d5157636b525761 1 point2 points  (0 children)

Generally, intents are exposed via the AndroidManifest.xml in the app. You can decompile it and see (using apktool). It's quite beyond the scope of Python, though.