14 lines
516 B
XML
14 lines
516 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.godotengine.vp9orchestra">
|
|
|
|
<!-- Permissions for video decoding -->
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<!-- Feature requirements -->
|
|
<uses-feature android:name="android.hardware.opengles.glsl" android:required="true" />
|
|
|
|
<application>
|
|
<!-- Library components would be declared here if needed -->
|
|
</application>
|
|
</manifest> |