eclipse / paho.mqtt.android

MQTT Android
Other
2.89k stars 865 forks source link

Android8.0 or higher,startService #416

Open hamicyy opened 4 years ago

hamicyy commented 4 years ago

MqttAndroidClient the function connect use startService to open MqttService,but Android8.0 or higher sdk need to use startForeground,can u update this bug?