Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/platform/android/java/app/src/instrumented/AndroidManifest.xml
20860 views
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
3
<application>
4
<meta-data
5
android:name="org.godotengine.plugin.v2.GodotAppInstrumentedTestPlugin"
6
android:value="com.godot.game.test.GodotAppInstrumentedTestPlugin"/>
7
</application>
8
9
</manifest>
10
11