Update make-apk-accept-ca-certificate.md

This commit is contained in:
beepi 2024-09-16 09:30:21 +03:00 committed by GitHub
parent 1b1e67cea2
commit 927541dcd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ First we decompile the app: `apktool d *file-name*.apk`
Then we go into the **Manifest.xml** file & scroll down to the `<\application android>` tag & we are going to add the following line if it isn't already there:
`android:networkSecurityConfig="@xml/network_security_config`
`android:networkSecurityConfig="@xml/network_security_config"`
Before adding: