android:name=".service.NotificationsService"
android:enabled="true"
android:foregroundServiceType="specialUse"
android:exported="false">
<property
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
android:value="Run a foreground service to check for notes and keep the connection to the relays active"
/>
</service>