以编程方式切换/更改隐藏的开发人员选项设置

ars*_*ena 10 android android-settings android-developer-api

我知道可以通过这种方式以编程方式更改设置:

Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 1);
Run Code Online (Sandbox Code Playgroud)

但也有一些设置Developer Options未既不提供Settings.Secure,Settings.Global也不是Settings.System.

例如Simulate color space,添加的选项Api 21 模拟色彩空间

还有其他方法可以访问它吗?