This will unpack an apk
file, and update its manifest file so it will accept user certificates in ssl connections, and of course, rebuild it.
- take a deep breath.
- create a keystore for signing the app and put it beside
add-certificate
file. - update pass and path for keystore inside
add-certificate
file. - add path to this repo to your
PATH
env var. - use
add-certificate com.org.app.apk
to generate new apk. - smile :)
- apktool
apksigner
andzipalign
from android build-tools
Not Windows!
I don't know.