标签: android android-settings android-developer-api
我知道可以通过这种方式以编程方式更改设置:
Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 1);
但Developer Options中有一些设置未在Settings.Secure,Settings.Global或Settings.System中提供。
Developer Options
Settings.Secure
Settings.Global
Settings.System
例如Simulate color space从Api 21添加的选项
Simulate color space
Api 21
还有其他方法可以访问它吗?