mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
send sdk INT when registering
better for tracking than version string
This commit is contained in:
parent
66456725ef
commit
19542fee88
1 changed files with 2 additions and 0 deletions
|
@ -310,7 +310,9 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
|
|||
params.put( "devid", mDevID );
|
||||
params.put( "gitrev", BuildConfig.GIT_REV );
|
||||
params.put( "os", Build.MODEL );
|
||||
// PENDING remove me in favor of SDK_INT
|
||||
params.put( "vers", Build.VERSION.RELEASE );
|
||||
params.put( "versI", Build.VERSION.SDK_INT );
|
||||
params.put( "vrntCode", BuildConfig.VARIANT_CODE );
|
||||
params.put( "vrntName", BuildConfig.VARIANT_NAME );
|
||||
params.put( "dbg", BuildConfig.DEBUG );
|
||||
|
|
Loading…
Add table
Reference in a new issue