Allow issue report via other email app

pull/196/head
M66B 4 years ago
parent 2751b5cd30
commit a2f78423df

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

Loading…
Cancel
Save