The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/oxr_android: Fix manifest by specifying the full classname of the activity

Needed in order to fix the move of the default namespace.

+1 -1
+1 -1
src/xrt/targets/openxr_android/src/main/AndroidManifest.xml
··· 41 41 <uses-permission android:name="android.permission.HIGH_SAMPLING_RATE_SENSORS" /> 42 42 43 43 <application 44 - android:name=".MonadoOpenXrApplication" 44 + android:name="org.freedesktop.monado.openxr_runtime.MonadoOpenXrApplication" 45 45 android:allowBackup="true" 46 46 android:extractNativeLibs="true" 47 47 android:icon="@drawable/ic_monado_logo"