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.
我正在尝试编写代码以检查 MIUI 的 wifi 助手是否已打开。
根据我的测试,正确的处理方法应该是:
Settings.System.getString(cr,"wifi_assistant")
无论设置是否打开,这将返回“1”或“0”。
问题是如果用户从未更改过设置,该函数将返回 null。这是一个特别的问题,因为我想保证此选项已关闭(默认情况下已启用),因为它会干扰我的应用程序的其他功能。