在android设置的某个窗口上,我在终端中运行命令
adb shell dumpsys窗口窗口| grep'mCurrentFocus'
我能够得到结果
mCurrentFocus =窗口{f167e7a u0 com.android.settings / com.android.settings.Settings $ NetworkDashboardActivity}
现在,如何在模拟器上使用ADB命令启动 mCurrentFocus ?
答案 0 :(得分:0)
dumpsys窗口窗口grep -e'mCurrentFocus'