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.
我想通过执行 adb shell 命令启用热点或说在 android 设备中启动 WiFi 网络共享。
用于它的 adb 命令是什么?
打开蓝牙 - adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE。
adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
打开wifi- adb shell am start -n com.android.settings/.wifi.WifiSettings.
adb shell am start -n com.android.settings/.wifi.WifiSettings
但我找不到打开热点。