--开启调试 授权安全设置 adb获取当前打开的app的包名 adb shell dumpsys window | findstr mCurrentFocus --可以授权截图权限 不再弹窗询问 adb shell appops set {包名} PROJECT_MEDIA allow --添加无障碍 adb shell pm grant {包名} android.permission.WRITE_SECURE_SETTINGS
--开启调试 授权安全设置 adb获取当前打开的app的包名 adb shell dumpsys window | findstr mCurrentFocus --可以授权截图权限 不再弹窗询问 adb shell appops set {包名} PROJECT_MEDIA allow --添加无障碍 adb shell pm grant {包名} android.permission.WRITE_SECURE_SETTINGS