I’m trying to automate setting up a Trusted CA in an emulator. I know I could use
adb shell input tap
commands, but I’d rather leave that to a human. I just want to get the human as close to the
Settings -> Security & privacy -> More security & privacy -> Encryption & credentials
screen as possible.
I’ve found the following intent that at least gets me to Security & privacy:
adb shell am start -a android.settings.SECURITY_SETTINGS
Are there more specialized intents to get me deeper, or how I might discover more specialized intents more generally? Can I somehow dump the AndroidManifest.xml from the Settings app?