-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
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
手机应用程序首次安装运行或者升级后首次运行出现提示信息怎么破 #43
Comments
第一种方法:写一个划屏的小脚本,安装后运行,把欢迎界面划过去,然后杀掉应用程序,再启动遍历。 |
谢谢。不过这两种方式都需要人工介入。如果apk经常在变,测试前无法预知,这两种方式就满足不了了。目前有无通用的办法可以处理这种提示信息。 |
其实不是你说的那样,从开发角度说,app的欢迎界面标志位文件一般不会变的,只是欢迎界面换了而已。 |
那可能需要为每个app做适配吧。 |
一次性的工作而已,而且成功率100%,比划屏脚本好多了。 |
好吧。。。 |
那就跑monkey,凭运气 |
谢谢,拼人品。。。 |
@rill 还有一个成功率90%的简单方法,就是在欢迎界面按back键,90%的欢迎界面都能跳过,也有个别不能跳过的,比如qq浏览器之类的 |
鲁工 你好:
手机应用程序首次安装运行或者升级后首次运行出现提示信息怎么破,自动遍历程序无法遍历,需要手动划屏或者点击,是否有办法跳过提示信息。
The text was updated successfully, but these errors were encountered: