My compileSdk is 33.
If I open /AndroidSdk/sources/android-33 in file manager, then I can locate android.security.net.config.NetworkSecurityTrustManager. It resides in /AndroidSdk/sources/android-33/android/security/net/config.
However, if I unpack /AndroidSdk/platforms/android-33/android.jar into /unpacked, then within /unpacked I cannot find android.security.net.config.NetworkSecurityTrustManager (I expect it at /unpacked/android/security/net/config).
It seems that NetworkSecurityTrustManager exists in sources, but does not exist in android.jar. Why is that?