The open source OpenXR runtime
0
fork

Configure Feed

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

ipc/android: Specify full qualified service name

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
8f0c2009 c65ce85f

+1 -1
+1 -1
src/xrt/ipc/android/src/main/AndroidManifest.xml
··· 7 7 <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> 8 8 <application> 9 9 <service 10 - android:name=".MonadoService" 10 + android:name="org.freedesktop.monado.ipc.MonadoService" 11 11 android:enabled="true" 12 12 android:exported="true" 13 13 android:foregroundServiceType="connectedDevice|mediaPlayback">