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

Commit 7b2fac85 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Add new column user_editable to Carriers table in telephony db." into...

Merge "Add new column user_editable to Carriers table in telephony db." into oc-dr1-dev am: 37a9991b
am: d57fcca8

Change-Id: Ia636defc0757b0480a6a2b0e160bd848fec8cf99
parents 6f62fe1a d57fcca8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2787,6 +2787,13 @@ public final class Telephony {
         */
        public static final String USER_VISIBLE = "user_visible";

        /**
         * Is the user allowed to edit this APN?
         * <p>Type: INTEGER (boolean) </p>
         * @hide
         */
        public static final String USER_EDITABLE = "user_editable";

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