...
Code Block |
---|
MobileProtect.init(this, R.xml.mobileprotect); |
Optionally you can also pass a network security config XML for TrustKit SSL pinning:
MobileProtect.init(this, R.xml.mobileprotect, R.xml.network_security_config)
Results
Please visit https://www.securetheorem.com/mobile/protect to see the list of your apps and the state of protection, along with the individual protection item details.
...