mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-10 20:44:12 +08:00
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:
@@ -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 [ ? */
|
||||
|
Reference in New Issue
Block a user