Remove feature flag "settings_dynamic_system"

Bug: 176795908
Test: Presubmit
Test: DSULoader
Change-Id: Ib6b450489c63913c47858cf295e4785fd5d0cfbb
This commit is contained in:
Yo Chiang
2021-01-13 12:32:00 +08:00
parent bfcb1dc2c4
commit a366690de1
3 changed files with 0 additions and 5 deletions

View File

@@ -55,8 +55,6 @@ import javax.net.ssl.HttpsURLConnection;
* also offers the flexibility to overwrite the default setting and load OEMs owned images.
*/
public class DSULoader extends ListActivity {
public static final String PROPERTY_KEY_FEATURE_FLAG =
"persist.sys.fflag.override.settings_dynamic_system";
private static final int Q_VNDK_BASE = 28;
private static final int Q_OS_BASE = 10;
@@ -344,7 +342,6 @@ public class DSULoader extends ListActivity {
@Override
protected void onCreate(Bundle icicle) {
super.onCreate(icicle);
SystemProperties.set(PROPERTY_KEY_FEATURE_FLAG, "1");
String dsuList = SystemProperties.get(PROPERTY_KEY_LIST);
Slog.e(TAG, "Try to get DSU list from: " + PROPERTY_KEY_LIST);
if (dsuList == null || dsuList.isEmpty()) {