mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 00:47:24 +00:00
Merge pull request #935 from liorbp/patch-1
Update make-apk-accept-ca-certificate.md
This commit is contained in:
commit
f8adaae452
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue