ID os/version

pull/194/merge
M66B 3 years ago
parent a26376eda5
commit a63d1ef92a

@ -739,6 +739,8 @@ public class EmailService implements AutoCloseable {
Map<String, String> id = new LinkedHashMap<>();
id.put("name", context.getString(R.string.app_name));
id.put("version", BuildConfig.VERSION_NAME);
id.put("os", "Android");
id.put("os-version", Build.VERSION.RELEASE);
Map<String, String> sid = istore.id(client_id ? id : null);
if (sid != null) {

Loading…
Cancel
Save