Rename and refactor autojs to support future developing of other script language

This commit is contained in:
hyb1996
2017-05-07 23:32:53 +08:00
parent 840bb56528
commit 472bd46b87
25 changed files with 717 additions and 184 deletions

View File

@@ -1,5 +1,6 @@
package com.stardust.automator;
import android.app.UiAutomation;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.annotation.Nullable;
@@ -89,7 +90,6 @@ public class UiObject extends AccessibilityNodeInfoCompat {
// FIXME: 2017/5/5
return null;
}
}
public UiObjectCollection find(UiGlobalSelector selector) {