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

Commit 70008b1e authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge changes from topic "linger" into tm-mainline-prod

* changes:
  [automerge] Fixed lingering network bitmask not set issue 2p: c29f0720
  Fixed lingering network bitmask not set issue
parents 19af157c 894ea00f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1576,7 +1576,9 @@ public class ApnSetting implements Parcelable {
     * @hide
     */
    public boolean canSupportLingeringNetworkType(@NetworkType int networkType) {
        if (networkType == 0) {
        // For backwards compatibility, if this field is not set, we just use the existing
        // network type bitmask.
        if (mLingeringNetworkTypeBitmask == 0) {
            return canSupportNetworkType(networkType);
        }
        // Do a special checking for GSM. In reality, GSM is a voice only network type and can never