Install certificate on AndroidTV

I needed to view the https backend requests made by my androidTV application, but since the calls are “https” calls, I need to install the charles certificate (on my Android phone) to allow charles to decrypt them.

If anyone knows how to install a certificate on androidTV, please tell me.

Thank you so much!

+4
source share
1 answer

You can do this programmatically. See here for more details . I did not find a way to do this with the Android TV UI, unfortunately.

EDIT: Even with an error

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.settings/com.android.settings.CredentialStorage}; have you declared this activity in your AndroidManifest.xml?

So I don’t know how to do this ...

+1
source

Source: https://habr.com/ru/post/1670783/


All Articles