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

Needed in order to fix the move of the default namespace.
This commit is contained in:
Ryan Pavlik 2023-03-29 13:45:57 -05:00
parent 62d1510458
commit c1ba8ff74f

View file

@ -41,7 +41,7 @@
<uses-permission android:name="android.permission.HIGH_SAMPLING_RATE_SENSORS" />
<application
android:name=".MonadoOpenXrApplication"
android:name="org.freedesktop.monado.openxr_runtime.MonadoOpenXrApplication"
android:allowBackup="true"
android:extractNativeLibs="true"
android:icon="@drawable/ic_monado_logo"