summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hyosun Kim <hyosunkim@google.com> 2023-12-14 05:14:10 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-14 05:14:10 +0000
commiteb62999409ffcbc297b55e94e023abcb1d428cc8 (patch)
tree69c1ca0436f365471a1f5dfd808ab97a89d699db
parentcc024fb28d1d3742ab4254c8a0547d85097cb90b (diff)
parente5ebda2be3ab79ae8588fde5659fb5b7c3dbcc48 (diff)
Merge "Change the default infrastructure value to 'cellular|satellite'." into main
-rw-r--r--telephony/java/android/telephony/data/ApnSetting.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/data/ApnSetting.java b/telephony/java/android/telephony/data/ApnSetting.java
index 3e8787281f85..8679bd4baf2e 100644
--- a/telephony/java/android/telephony/data/ApnSetting.java
+++ b/telephony/java/android/telephony/data/ApnSetting.java
@@ -1866,7 +1866,7 @@ public class ApnSetting implements Parcelable {
private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
private int mSkip464Xlat = Carriers.SKIP_464XLAT_DEFAULT;
private boolean mAlwaysOn;
- private int mInfrastructureBitmask = INFRASTRUCTURE_CELLULAR;
+ private int mInfrastructureBitmask = INFRASTRUCTURE_CELLULAR | INFRASTRUCTURE_SATELLITE;
private boolean mEsimBootstrapProvisioning;
/**