k3b / intent-intercept

Android dev tool to view inter-app communication
Apache License 2.0
201 stars 20 forks source link

Doesn't seem to intercept adb-based intents #20

Open tir38 opened 2 years ago

tir38 commented 2 years ago

e.g.

adb shell am start -a android.intent.action.MAIN -c android.intent.category.HOME
adb shell am broadcast -a some_action --es some_extra "my extra"