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

Commit d57fcca8 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 oc-dr1-dev

am: 37a9991b

Change-Id: I5b5499ed9528aab6718ffe325afe8f51265fd548
parents 0d7ff532 37a9991b
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