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:
parent
2751b5cd30
commit
a2f78423df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue