Add lang as parameter
This commit is contained in:
parent
e96f40019d
commit
599ce62296
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public class DiscountHelper {
|
||||||
pms.put("version", Version.getFullVersion(app));
|
pms.put("version", Version.getFullVersion(app));
|
||||||
pms.put("nd", app.getAppInitializer().getFirstInstalledDays() +"");
|
pms.put("nd", app.getAppInitializer().getFirstInstalledDays() +"");
|
||||||
pms.put("ns", app.getAppInitializer().getNumberOfStarts() + "");
|
pms.put("ns", app.getAppInitializer().getNumberOfStarts() + "");
|
||||||
|
pms.put("lang", app.getLanguage() + "");
|
||||||
try {
|
try {
|
||||||
pms.put("aid", Secure.getString(app.getContentResolver(), Secure.ANDROID_ID));
|
pms.put("aid", Secure.getString(app.getContentResolver(), Secure.ANDROID_ID));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in a new issue