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

Commit b1271cc6 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Android (Google) Code Review
Browse files

Merge "Update default value of infrastructure_bitmask in javadoc." into main

parents 1251a531 8d4e7e44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3202,7 +3202,7 @@ public final class Telephony {
        /**
         * The infrastructure bitmask which the APN can be used on. For example, some APNs can only
         * be used when the device is on cellular, on satellite, or both. The default value is
         * 1 (INFRASTRUCTURE_CELLULAR).
         * 3 (INFRASTRUCTURE_CELLULAR | INFRASTRUCTURE_SATELLITE).
         *
         * <P>Type: INTEGER</P>
         * @hide