mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
ipc/android: Add additional service options
This commit is contained in:
parent
cb09e68f0c
commit
e1e7b92372
|
@ -5,7 +5,7 @@
|
|||
SPDX-License-Identifier: BSL-1.0
|
||||
-->
|
||||
<application>
|
||||
<service android:name=".MonadoService">
|
||||
<service android:name=".MonadoService" android:enabled="true" android:exported="true" android:externalService="true">
|
||||
<intent-filter>
|
||||
<action android:name="org.freedesktop.monado.CONNECT" />
|
||||
</intent-filter>
|
||||
|
|
Loading…
Reference in a new issue