The key idea is to not depend on manual process to declare a intent filter on AndroidManifest for each decoder we add.
We ca create a way to put new data on intent-filter tag, like using some code generation tool.
So our manifest will be processed and then sent to build folder.
The key idea is to not depend on manual process to declare a intent filter on AndroidManifest for each decoder we add.
We ca create a way to put new data on
intent-filter
tag, like using some code generation tool. So our manifest will be processed and then sent to build folder.May using a custom tag like
databinding
library.