mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
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:
parent
62d1510458
commit
c1ba8ff74f
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue