mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Allow issue report via other email app
This commit is contained in:
@@ -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()});
|
||||
|
||||
Reference in New Issue
Block a user