فهرست منبع

1.优化布局UI

王鹏鹏 2 سال پیش
والد
کامیت
2488beebd1
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      home/src/main/java/com/yingyangfly/home/updater/AutoInstallService.java

+ 4 - 0
home/src/main/java/com/yingyangfly/home/updater/AutoInstallService.java

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