ID os/version

This commit is contained in:
M66B 2022-01-28 18:09:03 +01:00
parent a26376eda5
commit a63d1ef92a
1 changed files with 2 additions and 0 deletions

View File

@ -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) {