mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Added flags to issue reports
This commit is contained in:
@@ -255,6 +255,8 @@ public class Helper {
|
||||
if (BuildConfig.BETA_RELEASE) {
|
||||
String version = BuildConfig.VERSION_NAME + "/" +
|
||||
(Helper.hasValidFingerprint(context) ? "1" : "3") +
|
||||
(BuildConfig.PLAY_STORE_RELEASE ? "p" : "") +
|
||||
(BuildConfig.DEBUG ? "d" : "") +
|
||||
(Helper.isPro(context) ? "+" : "");
|
||||
Intent intent = new Intent(Intent.ACTION_SEND);
|
||||
intent.setPackage(BuildConfig.APPLICATION_ID);
|
||||
|
||||
Reference in New Issue
Block a user