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

Commit 375fdecb authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am 62c27d50: Merge "Change to add user_visible field to Carriers table." into mnc-dr-dev

* commit '62c27d50':
  Change to add user_visible field to Carriers table.
parents 34294619 62c27d50
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