mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Refactoring
This commit is contained in:
@@ -459,7 +459,7 @@ public class Log {
|
||||
Helper.hasValidFingerprint(context) ? "1" : "3",
|
||||
BuildConfig.PLAY_STORE_RELEASE ? "p" : "",
|
||||
BuildConfig.DEBUG ? "d" : "",
|
||||
Helper.isPro(context) ? "+" : ""));
|
||||
ActivityBilling.isPro(context) ? "+" : ""));
|
||||
sb.append(String.format("Android: %s (SDK %d)\r\n", Build.VERSION.RELEASE, Build.VERSION.SDK_INT));
|
||||
sb.append("\r\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user