Open MuntashirAkon opened 4 years ago
Noting that only get*Extra
values are handled currently, while get*ArrayListExtra
values are ignored.
Noting that only
get*Extra
values are handled currently, whileget*ArrayListExtra
values are ignored.
Thanks for reporting, I'll look into it.
Noting that only
get*Extra
values are handled currently, whileget*ArrayListExtra
values are ignored.
Can you provide the steps to reproduce this? They seem to be working fine on my end.
Is it possible to disable this? It's hijacking all non associated file type in file manager.
Is it possible to disable this?
Yes. Read the relevant docs.
Is it possible to intercept an intent that has specified its target package?
Like this intent:
When leaving the package field empty, it can be opened/intercepted by several apps including AM. But when I specified the package as com.android.chrome
, only Chrome appears in the matching activities.
If not possible in AM, then can you please tell me if it is possible at all? Using ADB? I'm trying to intercept similar intents to the one I attached above (from the now unsupported Sesame Search) to learn how they work and use them in Kvaesitso.
Is it possible to intercept an intent that has specified its target package?
It's only possible via root (e.g. *Posed apps or Frida). Had it been possible in no-root mode, that would've been a disaster in terms of security.
Had it been possible in no-root mode, that would've been a disaster in terms of security.
Yeah, that's what I thought too but I asked anyway hoping there was some hidden developer/debugging way. Thanks for the quick response.
Intent Intercept allows user to edit the content of intercepted intent before resending it to the destination apps. This is useful not only for debugging purpose but also for other purposes.
Roadmap
Unlike the original app, my intention is to make it as smooth as possible. This includes all the features of Intent Intercept along with the following extras: