16 lines
327 B
XML
16 lines
327 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.stardust.autojs"
|
|
>
|
|
|
|
<application
|
|
>
|
|
<activity
|
|
android:name=".execution.ScriptExecuteActivity"
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
|
|
|
|
|
|
</application>
|
|
|
|
</manifest>
|