Removed old user feedback activity. #336

This commit is contained in:
akwizgran
2016-04-29 22:54:37 +01:00
parent 29071fcc79
commit c72e5be804
8 changed files with 53 additions and 508 deletions

View File

@@ -1,10 +1,10 @@
package org.briarproject.android;
import java.util.logging.Level;
import static java.util.logging.Level.INFO;
import static java.util.logging.Level.OFF;
import java.util.logging.Level;
public interface TestingConstants {
/**
@@ -23,12 +23,4 @@ public interface TestingConstants {
* intentionally.
*/
boolean PREVENT_SCREENSHOTS = TESTING ? false : true;
/**
* Whether to allow TestingActivity to be launched from SettingsFragment.
*/
boolean SHOW_TESTING_ACTIVITY = TESTING ? true : false;
/** Whether to allow crash reports to be submitted by email. */
boolean SHARE_CRASH_REPORTS = TESTING ? true : false;
}