eclipse / paho.mqtt.android

MQTT Android
Other
2.92k stars 883 forks source link

Some magic Android OS has no externalFileDir or it will throw an exception #422

Closed raontie closed 4 years ago

raontie commented 4 years ago

I use this to my project, and i found some magic Android OS has no external file.

some magic Android OS has no externalFileDir or it will throw an exception, so use internal storage directly.

if local persistence directory file is null, also no need to handleException, because we can use MemoryPersistence instead.