Examining the structure of my app's assets via AssetManager, I found out that some devices have "webapk7.dex" in the root of the assets. What is this dex file? Which library is responsible for putting it there, or does Android do it?
There are some questions about the webapk technology here on SO, but none of them seems relevant to my project ...