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

Commit 62c27d50 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change to add user_visible field to Carriers table." into mnc-dr-dev

parents 2cde5544 7302701d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2680,6 +2680,13 @@ public final class Telephony {
         */
        public static final String EDITED = "edited";

        /**
         * Is this APN visible to the user?
         * <p>Type: INTEGER (boolean) </p>
         * @hide
         */
        public static final String USER_VISIBLE = "user_visible";

        /**
         * Following are possible values for the EDITED field
         * @hide