Skip to content

Commit

Permalink
Remove foreground service type
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmazz committed May 1, 2024
1 parent ad26755 commit b76b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serviceLibrary/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<service
android:name="info.mqtt.android.service.MqttService"
android:foregroundServiceType="dataSync" />
/>

</application>

Expand Down

1 comment on commit b76b8ca

@valerio-bozzolan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asd

Please sign in to comment.