mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ipc/android: Require the OpenXR permission.
This commit is contained in:
parent
1ac72072c4
commit
e8ed9c95f6
|
@ -10,7 +10,9 @@
|
|||
android:name="org.freedesktop.monado.ipc.MonadoService"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:foregroundServiceType="connectedDevice|mediaPlayback">
|
||||
android:foregroundServiceType="connectedDevice|mediaPlayback"
|
||||
android:permission="org.khronos.openxr.permission.OPENXR">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="${serviceActionName}" />
|
||||
<action android:name="${shutdownActionName}" />
|
||||
|
|
Loading…
Reference in a new issue