Skip to content

Instantly share code, notes, and snippets.

@NghiaTranUIT
Created August 7, 2018 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NghiaTranUIT/5b1409cef74668f5a760190ef5e9fa74 to your computer and use it in GitHub Desktop.
Save NghiaTranUIT/5b1409cef74668f5a760190ef5e9fa74 to your computer and use it in GitHub Desktop.
Android Certificate - Proxyman

Then adding this following code to your app's manifest.

<?xml version="1.0" encoding="utf-8"?>
<manifest ... >
    <application android:networkSecurityConfig="@xml/network_security_config" ... >
        ...
    </application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment