Update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.freedesktop.gstreamer.vulkan.vulkan_1">
|
||||
<uses-feature android:name="android.hardware.vulkan.version"
|
||||
android:version="0x400003"
|
||||
android:required="true"/>
|
||||
<application android:label="@string/app_name">
|
||||
<activity android:name="org.freedesktop.gstreamer.vulkan.Vulkan1"
|
||||
android:label="@string/app_name"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user