lineage-sdk: Remove all code that is marked as Deprecated
Change-Id: I04581d30a5b4ef9d176d17c7aa3baf4b58e8d2af
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user