Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0141e6f9 authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Add a feature flag for the new tether settings UI

The flag is mirrored from FeatureFlagUtils in framework/base
Bug: 148182953
Bug: 148220934
Test: Build successfully.
Change-Id: Ifada88cb585b3f618b7e2f59f1ceff007ae8eacd
parent 61337104
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,4 +28,5 @@ public class FeatureFlags {
            "settings_wifi_details_datausage_header";
    public static final String CONTROLLER_ENHANCEMENT = "settings_controller_loading_enhancement";
    public static final String CONDITIONAL_CARDS = "settings_conditionals";
    public static final String TETHER_ALL_IN_ONE = "settings_tether_all_in_one";
}