I'm playing around with android studio and I'm curious to see if it is possible access and change the developer options on my device when running my own app.
Specifically I'm interested in changing the "Simulate color space" options. The values I can set by going to developer options are:
Deactivated
Monochromacy
red-green
blue-yellow
Does anyone have any experience changing these settings (or other similiar settings) with java using android studio?
Thanks in advance.