Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道可以通过这种方式以编程方式更改设置:
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
还有其他方法可以访问它吗?