Here is my problem:
I want to import a root ca for https on an android device, but the android system asks me to set a password/pin. After the password/pin is setted, my ci test cases have to unlock the screen and input the password/pin, which is difficult to implement. I do not have a good idea to do this part of work. So, I want to ask if there is any way to install a root ca for https on a android devices.
Ps, I have tried on google, only to find that I have to root my devices, which is the least thing I want to do.
Any ideas or solutions are welcomed.