如何将以前的屏幕应用活动启动到我的模拟器?



在安卓设置的某个窗口中,我在终端中运行命令

adb shell dumpsys window windows | grep 'mCurrentFocus'

我能够得到结果

mCurrentFocus=Window{f167e7a u0 com.android.settings/com.android.settings.Settings$NetworkDashboardActivity}

现在,如何使用模拟器上的 ADB 命令启动mCurrentFocus

dumpsys window windows grep -e 'mCurrentFocus'

相关内容

最新更新