标签: android shell adb hotspot adb-shell
我想通过执行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
但我找不到打开热点。