mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-30 18:38:32 +00:00
ipc/android: Specify full qualified service name
This commit is contained in:
parent
c65ce85fe1
commit
8f0c20093c
|
@ -7,7 +7,7 @@
|
|||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<application>
|
||||
<service
|
||||
android:name=".MonadoService"
|
||||
android:name="org.freedesktop.monado.ipc.MonadoService"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:foregroundServiceType="connectedDevice|mediaPlayback">
|
||||
|
|
Loading…
Reference in a new issue