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

Commit 9c518c60 authored by calvinpan's avatar calvinpan Committed by Calvin Pan
Browse files

Add document for ALLOWED_NETWORK_TYPES

Add document that ALLOWED_NETWORK_TYPES takes a long type in
Telephony.SimInfo.

Bug: 148853369
Test: Build pass
Change-Id: Id8049f66f4b5409ca2e945f39d679d4f59014ec8
parent 2ffecdb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5378,6 +5378,7 @@ public final class Telephony {
        /**
        /**
         * TelephonyProvider column name for allowed network types. Indicate which network types
         * TelephonyProvider column name for allowed network types. Indicate which network types
         * are allowed. Default is -1.
         * are allowed. Default is -1.
         * <P>Type: BIGINT (long) </P>
         */
         */
        public static final String ALLOWED_NETWORK_TYPES = "allowed_network_types";
        public static final String ALLOWED_NETWORK_TYPES = "allowed_network_types";
    }
    }