include locale info in mqtt server reg

This commit is contained in:
Eric House 2020-08-21 13:04:14 -07:00
parent 2e4203da1c
commit 118d9e49fe

View file

@ -309,6 +309,7 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
params.put( "vrntName", BuildConfig.VARIANT_NAME );
params.put( "dbg", BuildConfig.DEBUG );
params.put( "myNow", now );
params.put( "loc", LocUtils.getCurLocale( mContext ) );
String fcmid = FBMService.getFCMDevID( mContext );
if ( null != fcmid ) {