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

Commit c1c5fb39 authored by Jack Yu's avatar Jack Yu
Browse files

Removed the flag minimal_telephony_managers_conditional_on_features

Removed the 24Q3 flag minimal_telephony_managers_conditional_on_features

Test: Basic telephony functionality tests
Bug: 310710841
Flag: EXEMPT flag cleanup
Change-Id: Ie433bcb34efd21adfab8250755f0ee73504a8b6b
parent 1d909ba9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ import android.telephony.euicc.EuiccManager;
import android.telephony.ims.ImsManager;
import android.telephony.satellite.SatelliteManager;

import com.android.internal.telephony.flags.Flags;
import com.android.internal.util.Preconditions;


@@ -77,9 +76,6 @@ public class TelephonyFrameworkInitializer {
    // also check through Compatibility framework a few lines below).
    @SuppressWarnings("AndroidFrameworkCompatChange")
    private static boolean hasSystemFeature(Context context, String feature) {
        // Check release status of this change in behavior.
        if (!Flags.minimalTelephonyManagersConditionalOnFeatures()) return true;

        // Check SDK version of the vendor partition.
        final int vendorApiLevel = SystemProperties.getInt(
                "ro.vendor.api_level", Build.VERSION.DEVICE_INITIAL_SDK_INT);