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

Commit 8d4e7e44 authored by Aishwarya Mallamapti's avatar Aishwarya Mallamapti
Browse files

Update default value of infrastructure_bitmask in javadoc.

Bug: 322392870
Test: atest
Change-Id: Id4badfee11721839f87d1fa0efcff10de49a8a6e
parent 003f4e2b
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