ipc/android: Add additional service options

This commit is contained in:
Ryan Pavlik 2020-11-03 11:02:12 -06:00
parent cb09e68f0c
commit e1e7b92372

View file

@ -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>