The open source OpenXR runtime
0
fork

Configure Feed

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

ipc/android: Add additional service options

+1 -1
+1 -1
src/xrt/ipc/android/src/main/AndroidManifest.xml
··· 5 5 SPDX-License-Identifier: BSL-1.0 6 6 --> 7 7 <application> 8 - <service android:name=".MonadoService"> 8 + <service android:name=".MonadoService" android:enabled="true" android:exported="true" android:externalService="true"> 9 9 <intent-filter> 10 10 <action android:name="org.freedesktop.monado.CONNECT" /> 11 11 </intent-filter>