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

Commit 7302701d authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Change to add user_visible field to Carriers table.

Bug: 24519879
Bug: 24681288
Change-Id: I04ef3bb743c30a8ab42d9bf6224ec971686ced6c
parent 14282b8f
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