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.
我想以编程方式检测我的三星 Galaxy S2、S3 或 S4 设备上的驾驶模式是否启用/禁用状态,但我不知道该怎么做。
PS:我的意思是:设置>语言和输入>文本到语音输出>驾驶模式。
请帮忙。
boolean isEnabled = Settings.System.getInt(getContentResolver(), "driving_mode_on", 0) == 1;
如果启用驾驶模式,isEnabled 将为真