mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
ID os/version
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user