The open source OpenXR runtime
0
fork

Configure Feed

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

t/oxr_android: Rename the VrListener class/service.

+3 -2
+3 -2
src/xrt/targets/openxr_android/src/main/AndroidManifest.xml
··· 30 30 </intent-filter> 31 31 </activity> 32 32 33 - <!-- Provide the VrListenerService with the OpenXR metadata. --> 33 + <!-- VR Listener service, for interop with Android VR mode. --> 34 34 <service 35 - android:name=".OpenXRListener" 35 + android:name=".MonadoVrListener" 36 36 android:label="@string/app_name" 37 37 android:permission="android.permission.BIND_VR_LISTENER_SERVICE"> 38 38 <meta-data ··· 44 44 </intent-filter> 45 45 </service> 46 46 </application> 47 + 47 48 </manifest>
src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/OpenXRListener.kt src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoVrListener.kt