AppManager icon indicating copy to clipboard operation
AppManager copied to clipboard

Add Intent Intercept like features

Open MuntashirAkon opened this issue 3 years ago • 5 comments

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:

  1. [ ] Save mime-specific default apps (via an always button)
  2. [x] Add/remove extras (only for known classes)
  3. [x] Add/remove flags
  4. [x] Add/remove categories
  5. [x] Set identifier
  6. [x] Set component name
  7. [x] Set package name
  8. [x] Extended support for exported activities in the activities tab
  9. [ ] Save/import/export intents
  10. [x] For root users, open non-exported activities via root (for activities tab)
  11. [x] Set data and type
  12. [ ] Support for receivers and services

MuntashirAkon avatar Aug 22 '20 16:08 MuntashirAkon

Noting that only get*Extra values are handled currently, while get*ArrayListExtra values are ignored.

bb010g avatar Jan 14 '21 22:01 bb010g

Noting that only get*Extra values are handled currently, while get*ArrayListExtra values are ignored.

Thanks for reporting, I'll look into it.

MuntashirAkon avatar Jan 15 '21 01:01 MuntashirAkon

Noting that only get*Extra values are handled currently, while get*ArrayListExtra values are ignored.

Can you provide the steps to reproduce this? They seem to be working fine on my end.

MuntashirAkon avatar Jan 15 '21 02:01 MuntashirAkon

Is it possible to disable this? It's hijacking all non associated file type in file manager.

isral avatar Sep 06 '23 23:09 isral

Is it possible to disable this?

Yes. Read the relevant docs.

MuntashirAkon avatar Sep 07 '23 04:09 MuntashirAkon