diff options
author | 2025-03-10 12:20:25 -0700 | |
---|---|---|
committer | 2025-03-10 12:20:25 -0700 | |
commit | 92f444a8f3cb075fb416b5c6119c7e500ce8839c (patch) | |
tree | 895a39bf59aa619312c108eb6b5e4fcabdb0b57a /telephony | |
parent | f387bef0af9c29af3aecf7f567ac75e43724e58b (diff) | |
parent | c1c5fb3985c7635b0a4ea9b1ad6992c387618411 (diff) |
Merge "Removed the flag minimal_telephony_managers_conditional_on_features" into main
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/android/telephony/TelephonyFrameworkInitializer.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/telephony/java/android/telephony/TelephonyFrameworkInitializer.java b/telephony/java/android/telephony/TelephonyFrameworkInitializer.java index 7356cdc8889b..42d09cfc2e43 100644 --- a/telephony/java/android/telephony/TelephonyFrameworkInitializer.java +++ b/telephony/java/android/telephony/TelephonyFrameworkInitializer.java @@ -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); |