mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-12 21:01:32 +08:00
15 lines
247 B
XML
15 lines
247 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.stardust.autojs"
|
|
>
|
|
|
|
<application
|
|
>
|
|
<activity android:name=".execution.ScriptExecuteActivity"/>
|
|
|
|
|
|
|
|
</application>
|
|
|
|
</manifest>
|