We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adb shell am force-stop PACKAGE_NAME # 强制停止应用运行(com.miui.home 为桌面) adb push SRC_FILE TARGET_DIR # 向手机拷贝电脑端SRC_FILE文件到手机端TARGET_DIR目录 # 分辨率切换 adb shell wm size 720x1080 adb shell wm density 320 # 分辨率重置 adb shell wm size reset adb shell wm density reset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: