Flutter – In an Android App, can I use Apktool.jar to decode apk files?
I want to take an apk selected by the user (selection system is done), and then decode it into it's resources using Apktool. The decoded apk must then be reverted back to an apk, be resigned and be installable The…