1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

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