2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 09:58:08 +00:00

Add foregroundServiceType, whatever it is used for

This commit is contained in:
Albert Vaca Cintora 2021-02-25 13:45:52 +01:00
parent e57e7b0257
commit d0e9a4bf8a

View File

@ -72,6 +72,8 @@
<service <service
android:name="org.kde.kdeconnect.BackgroundService" android:name="org.kde.kdeconnect.BackgroundService"
android:foregroundServiceType="connectedDevice"
android:icon="@drawable/icon"
android:enabled="true" /> android:enabled="true" />
<service <service
android:name="org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardService" android:name="org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardService"