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.
我想要一个按钮,点击后会将用户引导至设备的 wifi 设置。请对 onclick 代码有任何想法吗?
您可以通过以下方式为 WIFI 设置活动加注星标:
startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS));