mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
7 lines
462 B
XML
7 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.oculus.vrapi" android:versionCode="1" android:versionName="1.0">
|
|
|
|
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
|
|
|
|
<application android:allowBackup="true" android:label="VrApi">
|
|
|
|
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only" />
|
|
|
|
</application>
|
|
|
|
</manifest> |