我实际上正在尝试使用 am start 打开无线和网络设置页面。
我尝试了所有可能的方法来执行此操作,并且能够打开“设置”页面和移动运营商设置页面。但不是无线和网络页面(其中包含VPN、飞行模式、移动网络等)。
我尝试打开网络运营商页面的方式如下:
adb shell am start -a android.settings.WIRELESS_SETTINGS -n com.android.phone/.NetworkSetting
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮助以类似的方式打开无线和网络设置页面吗?
预先感谢拉胡尔