mirror of https://github.com/M66B/NetGuard.git
Removed sending logcat
This commit is contained in:
parent
f170dc52ba
commit
b149ccb81a
|
@ -965,13 +965,7 @@ public class Util {
|
|||
}
|
||||
|
||||
// Build intent
|
||||
Intent sendEmail = new Intent(Intent.ACTION_SEND);
|
||||
sendEmail.setType("message/rfc822");
|
||||
sendEmail.putExtra(Intent.EXTRA_EMAIL, new String[]{"marcel+netguard@faircode.eu"});
|
||||
sendEmail.putExtra(Intent.EXTRA_SUBJECT, "NetGuard " + version + " logcat");
|
||||
sendEmail.putExtra(Intent.EXTRA_TEXT, sb.toString());
|
||||
sendEmail.putExtra(Intent.EXTRA_STREAM, uri);
|
||||
return sendEmail;
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue