1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-29 23:40:49 +00:00

set errors mail address

This commit is contained in:
Christian Schabesberger 2016-02-27 02:26:06 +01:00
parent bc468b6f36
commit 863e2a80a2

View File

@ -74,7 +74,7 @@ public class ErrorActivity extends AppCompatActivity {
public static final int REQUESTED_STREAM = 1;
public static final String SEARCHED_STRING = "Searched";
public static final String REQUESTED_STREAM_STRING = "Requested Stream";
public static final String ERROR_EMAIL_ADDRESS = "dummy@dummy.org";
public static final String ERROR_EMAIL_ADDRESS = "error@newpipe.schabi.org";
public static final String ERROR_EMAIL_SUBJECT="Exception in NewPipe " + BuildConfig.VERSION_NAME;
private List<Exception> errorList;