|
|
@@ -18,10 +18,14 @@ public class AutoInstallService extends AccessibilityService {
|
|
|
public void onAccessibilityEvent(AccessibilityEvent event) {
|
|
|
findAndPerformActionButton("继续");
|
|
|
findAndPerformActionButton("更新");
|
|
|
+ findAndPerformActionButton("打开");
|
|
|
+ findAndPerformActionButton("完成");
|
|
|
findAndPerformActionTextView("下一步");
|
|
|
findAndPerformActionTextView("安装");
|
|
|
findAndPerformActionTextView("确定");
|
|
|
findAndPerformActionTextView("更新");
|
|
|
+ findAndPerformActionButton("打开");
|
|
|
+ findAndPerformActionButton("完成");
|
|
|
}
|
|
|
|
|
|
|