mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 09:58:32 +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" />
|
<uses-permission android:name="android.permission.HIGH_SAMPLING_RATE_SENSORS" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MonadoOpenXrApplication"
|
android:name="org.freedesktop.monado.openxr_runtime.MonadoOpenXrApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:extractNativeLibs="true"
|
android:extractNativeLibs="true"
|
||||||
android:icon="@drawable/ic_monado_logo"
|
android:icon="@drawable/ic_monado_logo"
|
||||||
|
|
Loading…
Reference in a new issue