As part of my automated testing, I want to see all requests and responses that our app does, so I install a proxy certificate in Android Emulator at User level, and use adb commands to then move it to 'system/etc/security/cacerts'. This will enable me to see all https requests sent by my app.
The above method has been working fine till Android 13. However the same does not work on Android 14. Has anyone else faced the same issue