mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Removed old user feedback activity. #336
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user