lineage-sdk: Remove all code that is marked as Deprecated

Change-Id: I04581d30a5b4ef9d176d17c7aa3baf4b58e8d2af
This commit is contained in:
Michael Bestas
2021-10-27 22:57:22 +03:00
parent 659c78ee60
commit 2d0905bd68
10 changed files with 10 additions and 496 deletions

View File

@@ -26,12 +26,4 @@ public class SettingsConstants {
public static final String SYSTEM = "/system";
public static final String SECURE = "/secure";
public static final String GLOBAL = "/global";
public static class Ignorables {
public static ArrayList<String> SECURE_SETTINGS = new ArrayList<String>();
static {
SECURE_SETTINGS.add(LineageSettings.Secure.ADB_PORT);
}
}
}