Allow issue report via other email app

This commit is contained in:
M66B
2021-03-25 08:03:25 +01:00
parent 2751b5cd30
commit a2f78423df

View File

@@ -715,7 +715,7 @@ public class Helper {
(BuildConfig.DEBUG ? "d" : "") +
(ActivityBilling.isPro(context) ? "+" : "");
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setPackage(BuildConfig.APPLICATION_ID);
//intent.setPackage(BuildConfig.APPLICATION_ID);
intent.setType("text/plain");
try {
intent.putExtra(Intent.EXTRA_EMAIL, new String[]{Log.myAddress().getAddress()});