Skip to content

Commit

Permalink
Merge pull request #935 from liorbp/patch-1
Browse files Browse the repository at this point in the history
Update make-apk-accept-ca-certificate.md
  • Loading branch information
carlospolop authored Sep 25, 2024
2 parents fb6e666 + 927541d commit f8adaae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f8adaae

Please sign in to comment.