mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Review GitHub release
This commit is contained in:
@@ -1501,13 +1501,14 @@ public class Log {
|
||||
|
||||
// Get version info
|
||||
String installer = context.getPackageManager().getInstallerPackageName(BuildConfig.APPLICATION_ID);
|
||||
sb.append(String.format("%s: %s/%s %s/%s%s%s%s\r\n",
|
||||
sb.append(String.format("%s: %s/%s %s/%s%s%s%s%s\r\n",
|
||||
context.getString(R.string.app_name),
|
||||
BuildConfig.APPLICATION_ID,
|
||||
installer,
|
||||
BuildConfig.VERSION_NAME,
|
||||
Helper.hasValidFingerprint(context) ? "1" : "3",
|
||||
BuildConfig.PLAY_STORE_RELEASE ? "p" : "",
|
||||
Helper.hasPlayStore(context) ? "s" : "",
|
||||
BuildConfig.DEBUG ? "d" : "",
|
||||
ActivityBilling.isPro(context) ? "+" : ""));
|
||||
sb.append(String.format("Android: %s (SDK %d)\r\n", Build.VERSION.RELEASE, Build.VERSION.SDK_INT));
|
||||
|
||||
Reference in New Issue
Block a user