Added flags to issue reports

This commit is contained in:
M66B 2019-07-22 17:19:18 +02:00
parent e139fe0b5c
commit a70641c9cd
1 changed files with 2 additions and 0 deletions

View File

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