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

@@ -6,7 +6,7 @@
<application
android:label="@string/app_name"
>
<activity android:name=".engine.ScriptExecuteActivity"/>
<activity android:name=".execution.ScriptExecuteActivity"/>
</application>
</manifest>