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

Commit e02ce08b 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
am: 7b2fac85

Change-Id: Ifcb583e6bb4969efa92c9f45a0aeeb8be85f3b8a
parents df69227f 7b2fac85
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