Merge pull request #935 from liorbp/patch-1

Update make-apk-accept-ca-certificate.md
This commit is contained in:
SirBroccoli 2024-09-25 17:09:50 +02:00 committed by GitHub
commit f8adaae452
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: