Clean up aconfig flag oem_enabled_satellite_flag

Bug: 374994012
Test: atest SubscriptionInfoListViewModelTest
Test: manual test in live network
FLAG: EXEMPT flag clean up
Change-Id: Ib9f9f692658df13aad45f2e889a48f2bffed9ed4
This commit is contained in:
Hakjun Choi
2025-02-03 07:25:55 +00:00
parent e8afedea91
commit 3f5cf60cc7
7 changed files with 7 additions and 34 deletions

View File

@@ -824,8 +824,7 @@ public class SubscriptionUtil {
private static boolean isEmbeddedSubscriptionVisible(@NonNull SubscriptionInfo subInfo) {
if (subInfo.isEmbedded()
&& (subInfo.getProfileClass() == PROFILE_CLASS_PROVISIONING
|| (com.android.internal.telephony.flags.Flags.oemEnabledSatelliteFlag()
&& subInfo.isOnlyNonTerrestrialNetwork()))) {
|| subInfo.isOnlyNonTerrestrialNetwork())) {
return false;
}
return true;