| Summers Pittman ciaran roche Just to confirm are we using the same approach the mobile security template uses of specifying `networkSecurityConfig` in the manifest XML file? https://github.com/feedhenry/mobile-security-android-template/blob/master/app/src/main/AndroidManifest.xml#L13 https://github.com/feedhenry/mobile-security-android-template/blob/master/app/src/main/res/xml/network_security_config.xml Then doing something like this in our SDK http service: https://github.com/feedhenry/mobile-security-android-template/blob/c7e6646e5bbcfb8206822b0148eb1ab6d047f5cb/app/src/main/java/com/feedhenry/securenativeandroidtemplate/domain/services/AuthStateService.java#L203-L210 To give a more detailed overview: https://developer.android.com/training/articles/security-config.html If that's the case what do we intend on exposing to the end user so they can interact with the cert config? |