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

Commit 464aaacb authored by Jack Yu's avatar Jack Yu
Browse files

Cleaned up the flag satellite_internet

Cleaned up the 24Q3 flag satellite_internet.

Bug: 326972202
Test: Basic telephony functionality tests
Test: atest FrameworksTelephonyTests
Flag: EXEMPT flag cleanup
Change-Id: I8b06ace726cfdf76ccfac3167a102495a394706f
parent b1d4e2ef
Loading
Loading
Loading
Loading
+17 −19
Original line number Diff line number Diff line
@@ -612,7 +612,6 @@ class GnssNetworkConnectivityHandler {
        networkRequestBuilder.addCapability(getNetworkCapability(mAGpsType));
        networkRequestBuilder.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR);

        if (com.android.internal.telephony.flags.Flags.satelliteInternet()) {
        // Add transport type NetworkCapabilities.TRANSPORT_SATELLITE on satellite network.
        TelephonyManager telephonyManager = mContext.getSystemService(TelephonyManager.class);
        if (telephonyManager != null) {
@@ -633,7 +632,6 @@ class GnssNetworkConnectivityHandler {
                }
            }
        }
        }

        // During an emergency call, and when we have cached the Active Sub Id, we set the
        // Network Specifier so that the network request goes to the correct Sub Id