Android GetTrustManagers()[0] trustmanager

I’m trying to MITM an android app which uses the following Trustmanager:

TrustManagerFactory.GetInstance(TrustManagerFactory.get_DefaultAlgorithm()).GetTrustManagers()[0];

Where do the certificates from this trust manager come from and how can I edit them?