Work around Android < 7.0 wifi manager leak

http://tools.android.com/tech-docs/lint-in-studio-2-3#TOC-WifiManager-Leak
This commit is contained in:
Fredrik Fornwall
2017-03-06 01:42:33 +01:00
parent cab6df5c0e
commit dd6cb5221d
3 changed files with 2 additions and 5 deletions

View File

@@ -56,8 +56,6 @@ public final class TerminalEmulator {
private static final int ESC_SELECT_LEFT_PAREN = 3;
/** Escape processing: Have seen ESC and a character-set-select ) char */
private static final int ESC_SELECT_RIGHT_PAREN = 4;
/** Escape processing: Have seen ESC and a character-set-select + char */
// private static final int ESC_SELECT_PLUS = 5;
/** Escape processing: "ESC [" or CSI (Control Sequence Introducer). */
private static final int ESC_CSI = 6;
/** Escape processing: ESC [ ? */