Saw a warning from Google next to my app's name in Developer Console, about unsafe implementation of TrustManager. I went through the code, but there's no single place where TrustManager or checkServerTrusted method is used, so I'm not sure where to handle the exceptions that Google suggests. The only place I can think of it could possibly be, is in the IAB (In-App Billing) related libraries. Any ideas?
Update
While the cause of this error can be different for everyone, in my particular case the issue was with the Flurry analytics library. I had a rather old version of it, and once I removed it the problem was gone.