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