We started working on Android TV recently and we need to connect charles proxy tool for ease of development process. We were able to set proxy on tv using same wifi connection.
But we are not getting any way to install the charles trusted certificate in Android tv. We tried various approach but could not get any working one:
We tried pushing certificate to android tv, but there was no way ahead to install certificate kept in tv storage.
We could not find "Install Certificate" option in advanced wifi which is available in android phones. We used this option in mobiles to install certificate kept in local device storage.
We tried setting proxy and then we were trying to open www.charlesproxy.com/getssl on chrome to download and install certificate, but this approach was also not working. We were not able to launch chrome via google assistance because of proxy enabled.
We tried approach provided in the url:
how to install CA certificate programmatically on Android without user interaction
But the above approach was not working. The commands were giving permission denied issues. We don't want our android tv to be rooted.
Kindly help us with a way to install the trust certificate. Any help would be really appreciated.!!