mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Changed the debugging email address to Gmail.
This commit is contained in:
@@ -383,7 +383,7 @@ public class TestingActivity extends BriarActivity implements OnClickListener {
|
|||||||
private void sendEmail(Uri attachment) {
|
private void sendEmail(Uri attachment) {
|
||||||
Intent i = new Intent(ACTION_SEND);
|
Intent i = new Intent(ACTION_SEND);
|
||||||
i.setType("message/rfc822");
|
i.setType("message/rfc822");
|
||||||
i.putExtra(EXTRA_EMAIL, new String[] { "debug@briarproject.org" });
|
i.putExtra(EXTRA_EMAIL, new String[] { "briartest@gmail.com" });
|
||||||
i.putExtra(EXTRA_SUBJECT, "Debugging information");
|
i.putExtra(EXTRA_SUBJECT, "Debugging information");
|
||||||
i.putExtra(EXTRA_STREAM, attachment);
|
i.putExtra(EXTRA_STREAM, attachment);
|
||||||
startActivity(Intent.createChooser(i, "Send to developers"));
|
startActivity(Intent.createChooser(i, "Send to developers"));
|
||||||
|
|||||||
Reference in New Issue
Block a user